asterisk系统的DNS解析不依赖于路由器
基本上我有一个运行星号的 Debian 机器,通过 DHCP 分配了一个主机名 XXX 的 IP。我的 Windows 浏览器可以解析主机名,但如果我在 X-Lite 或 SPA922 手机中使用主机名,则无法解析。有什么方法可以让它工作而不依赖于路由器或分配静态IP(要求是使其可移植)。我正在考虑零配置,但我不确定(盒子的硬盘也有限)。非常感谢任何帮助。
Basically I have a Debian box running asterisk assigned an IP via DHCP with host-name XXX. My windows browser can resolve the host-name but if I use host-name in X-Lite or my SPA922 phone it fails to resolve. Is there any way of getting this to work without depending on the router or assigning a static IP (request is to make it portable). I was thinking zero-conf but am unsure (box has limited HDD too). Any help is most appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几种方法可以做到这一点。
就我个人而言,我用 DD-WRT 替换了我的库存路由器固件,然后它既充当 DHCP 服务器又支持本地名称服务器(因此本地 LAN 上的所有计算机都可以通过名称相互访问)。
不完全是“不依赖于路由器”,但配置相当低,实际上在客户端设备上根本不需要配置任何东西。
There are a couple of ways you could do this.
Personally I replaced my stock router firmware with DD-WRT and it then serves as both the DHCP server and supports a local name server (so all machines on the local LAN can access each other by name).
Not quite "not depending on the router" but pretty low configuration, and nothing to configure at all on the client devices really.