V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
Schr0dingerCat
V2EX  ›  问与答

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

  •  
  •   Schr0dingerCat · 2018-05-31 16:05:32 +08:00 · 956 次点击
    这是一个创建于 2159 天前的主题,其中的信息可能已经有所发展或是发生改变。
    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 通
    Schr0dingerCat
        1
    Schr0dingerCat  
    OP
       2018-06-01 09:04:18 +08:00
    等大神
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5348 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 09:14 · PVG 17:14 · LAX 02:14 · JFK 05:14
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.