免费注册 查看新帖 |

Chinaunix

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

[DNS] 升级bind9.5.0-P1 碰到的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-08-01 17:36 |只看该作者 |倒序浏览
  之前bind9.5使用正常,由于前些天网上吹DNS攻击漏洞威胁之风,领导要求升级到BIND 9.5.0-P1,现在问题是查询非本服务器域名出现查询拒绝,服务器端日志为:

01-Aug-2008 16:46:10.282 security: client 219.135.228.103#17634: query (cache) 'mycompany.com.cn/MX/IN' denied
01-Aug-2008 16:46:10.306 security: client 219.135.228.103#17635: query (cache) 'mycompany.com.cn/MX/IN' denied
01-Aug-2008 16:54:47.969 security: client 202.82.24.86#17029: query (cache) 'aabbcc.com/A/IN' denied



原named.conf为:



  1. options {
  2.         directory "/var/named/db";
  3.         pid-file "/var/run/named.pid";
  4.         dump-file "/var/run/dumpfile.db";
  5.         statistics-file "/var/run/named_stats.db";
  6.         rrset-order {order random;};
  7.         listen-on { 61.145.121.11;};
  8.         allow-transfer { 202.66.8.21; 202.66.8.7; 202.66.8.1; 202.82.24.88; };

  9. };


  10. key "rndc-key" {
  11.        algorithm hmac-md5;
  12.        secret "kf08fdjkljfjdkjfkfdsalkjr==";
  13. };


  14. controls {
  15.        inet 127.0.0.1 port 953
  16.                allow { 127.0.0.1; } keys { "rndc-key"; };
  17. };



  18. logging {
  19.            category lame-servers {null;};
  20.            channel query_log {
  21.                      file "/var/run/named.log" versions 5 size 10m;
  22.                      print-time yes;
  23.                      print-category yes;

  24.                     severity  debug;
  25.                  };
  26.             category "default" { "query_log"; };
  27. };




  28. zone "." in {
  29.         type hint;
  30.         file "named.ca";
  31. };

  32. zone "0.0.127.in-addr.arpa" in {
  33.         type master;
  34.         file "named.local";
  35. };


  36. ........
复制代码


我加了这3句似乎也没有什么用:

     additional-from-cache  yes;
        additional-from-auth  yes;
        recursion  yes;

[ 本帖最后由 chenzq1604 于 2008-8-1 17:39 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2008-08-01 17:39 |只看该作者
加上这两个参数试试:

     allow-query-cache { any; };
        recursion yes;

论坛徽章:
0
3 [报告]
发表于 2008-08-01 17:46 |只看该作者
allow-query-cache { any; };
这个加了就好了,谢谢了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP