Schr0dingerCat
V2EX  ›  问与答

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

  •  
  •   Schr0dingerCat · May 31, 2018 · 1423 views
    This topic created in 2904 days ago, the information mentioned may be changed or developed.
    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
       Jun 1, 2018
    等大神
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3218 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 41ms · UTC 14:36 · PVG 22:36 · LAX 07:36 · JFK 10:36
    ♥ Do have faith in what you're doing.