bind 在服务器上已经配置好本机测试正常,局域网中其他机器无法解析

2018-05-31 16:05:32 +08:00
 Schr0dingerCat
bind 在服务器(ip:192.168.1.105)上已经配置好本机测试正常,局域网中其他机器的 DNS 设置成了 bind 所在服务器的 ip
在 named.conf 里也加上了允许查询的 ip 段
// 仅允许本机与 192.168.1.0 网段内的机器查询
allow-query {
127.0.0.1;
192.168.1.0/24;
10.0.2.0/24;
};
本机测试 正常,其他机器无法解析,其他机器的 dns 已经设置为 bind 服务器 ip ( 192.168.1.105 )
使用 nslookup 提示
can not find server name for address 192.168.1.105:time out
default server: unknow
address: 192.168.1.105
是什么原因???
在线等大神,挺急的。。。
谢谢了
网内的机器,ip 相互都能 ping 通
962 次点击
所在节点    问与答
1 条回复
Schr0dingerCat
2018-06-01 09:04:18 +08:00
等大神

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/459281

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX