免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1823 | 回复: 3
打印 上一主题 下一主题

[DNS] 不知道怎么写个标题。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-09-23 17:53 |只看该作者 |倒序浏览
从其他服务器ping和dig一切正常,但装有bind的这台机器却ping不通任何域名。
不知道那里错了,谢谢各位。以下为named.conf
key "rndc-key" {
        algorithm hmac-md5;
        secret "HMdWYKAs9wP44ACcC3cUXQ==";
};

controls {
        inet 127.0.0.1 port 953
                allow { 127.0.0.1; } keys { "rndc-key"; };
};
options{
        version "bind 4.8.6";
        directory "D:/dns/etc";
};
acl "nucadd" { 127.0.0.0/24;192.168.0.0/24; };
acl "cncadd" { 58.16.0.0/16;58.17.0.0/17;58.17.128.0/17;58.18.0.0/16;58.19.0.0/16;58.20.0.0/16;58.22.0.0/15;58.240.0.0/15;58.242.0.0/15;58.246.0.0/15;58.248.0.0/13;60.0.0.0/13;60.8.0.0/15;60.10.0.0/16;60.11.0.0/16;60.12.0.0/16;60.13.0.0/18;60.13.128.0/17;60.14.0.0/15;60.16.0.0/13;60.24.0.0/14;60.28.0.0/15;60.30.0.0/16;60.31.0.0/16;60.208.0.0/13;60.216.0.0/15;60.218.0.0/15;60.220.0.0/14;61.48.0.0/13;61.133.0.0/17;61.134.96.0/19;61.134.128.0/17;61.135.0.0/16;61.137.128.0/17;61.138.0.0/17;61.138.128.0/18;61.139.128.0/18;61.148.0.0/15;61.156.0.0/16;61.159.0.0/18;61.161.0.0/18;61.161.128.0/17;61.162.0.0/16;61.163.0.0/16;61.167.0.0/16;61.168.0.0/16;61.176.0.0/16;61.179.0.0/16;61.181.0.0/16;61.182.0.0/16;61.189.0.0/17;202.96.0.0/18;202.96.64.0/21;202.96.72.0/21;202.97.128.0/18;202.97.224.0/21;202.97.240.0/20;202.98.0.0/21;202.98.8.0/21;202.99.64.0/19;202.99.96.0/21;202.99.128.0/19;202.99.160.0/21;202.99.168.0/21;202.99.176.0/20;202.99.208.0/20;202.99.224.0/21;202.99.232.0/21;202.99.240.0/20;202.102.128.0/21;202.102.224.0/21;202.102.232.0/21;202.106.0.0/16;202.107.0.0/17;202.108.0.0/16;202.110.0.0/17;202.111.128.0/18;203.93.8.0/24;203.93.192.0/18;210.13.128.0/17;210.14.160.0/19;210.14.192.0/19;210.15.32.0/19;210.15.96.0/19;210.15.128.0/18;210.21.0.0/16;210.52.128.0/17;210.53.0.0/17;210.53.128.0/17;210.74.96.0/19;210.74.128.0/19;210.82.0.0/15;218.8.0.0/14;218.12.0.0/16;218.21.128.0/17;218.24.0.0/14;218.56.0.0/14;218.60.0.0/15;218.67.128.0/17;218.68.0.0/15;218.104.0.0/14;219.154.0.0/15;219.156.0.0/15;219.158.0.0/17;219.158.128.0/17;219.159.0.0/18;220.252.0.0/16;221.0.0.0/15;221.2.0.0/16;221.3.0.0/17;221.3.128.0/17;221.4.0.0/16;221.5.0.0/17;221.5.128.0/17;221.6.0.0/16;221.7.0.0/19;221.7.32.0/19;221.7.64.0/19;221.7.96.0/19;221.8.0.0/15;221.10.0.0/16;221.11.0.0/17;221.11.128.0/18;221.11.192.0/19;221.12.0.0/17;221.12.128.0/18;221.13.0.0/18;221.13.64.0/19;221.13.96.0/19;221.13.128.0/17;221.14.0.0/15;221.192.0.0/15;221.194.0.0/16;221.195.0.0/16;221.196.0.0/15;221.198.0.0/16;221.199.0.0/19;221.199.32.0/20;221.199.128.0/18;221.199.192.0/20;221.200.0.0/14;221.204.0.0/15;221.206.0.0/16;221.207.0.0/18;221.207.64.0/18;221.207.128.0/17;221.208.0.0/14;221.212.0.0/16;221.213.0.0/16;221.216.0.0/13;222.128.0.0/14;222.132.0.0/14;222.136.0.0/13;222.160.0.0/15;222.162.0.0/16;222.163.0.0/19; };
view "nuc" {
       match-clients { "nucadd"; };
       zone "." IN {
              type hint;
              file "named.root";
       };  
       zone "localhost" IN {
              type master;
              file "localhost.zone";
              allow-update { none; };
       };

       zone "0.0.127.in-addr.arpa" IN {
              type master;
              file "localhost.local";
              allow-update { none; };
       };
};
view "cnc" {        
       match-clients { "cncadd"; };
       recursion no;  

       zone "dotyao.com" IN {
              type master;
              file "dotyaocnc.zone";
              allow-update { none; };
       };
};
view "ct" {
       match-clients { any; };
       recursion no;

       zone "dotyao.com" IN {
              type master;
              file "dotyaoct.zone";
              allow-update { none; };
       };
};

Logging {

       Channel syslog_info {

              File "d:\dns\log\bindall.log" versions 20 size 2m;

              Print-category yes;

              Print-time yes;

              Severity notice;

       };

       category default {

              syslog_info;

       };

};

论坛徽章:
0
2 [报告]
发表于 2005-09-23 17:55 |只看该作者

不知道怎么写个标题。

日志无任何异常.
但有一条23-九月-2005 16:36:23.328 general: rejected command channel message from 220.175.128.86#4075,没能理解。

论坛徽章:
0
3 [报告]
发表于 2005-09-24 19:15 |只看该作者

不知道怎么写个标题。

装bind的机子dns怎么设的?

论坛徽章:
0
4 [报告]
发表于 2005-09-29 16:39 |只看该作者

不知道怎么写个标题。

问题查出了,是我的错!只开了53的udp,对不起。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP