Chinaunix

标题: 请问,为什么我的dns出现这样的问题?急! [打印本页]

作者: duhengliang    时间: 2003-03-28 11:23
标题: 请问,为什么我的dns出现这样的问题?急!
我的solaris 7 ,bind9 ,在/var/adm/messages里出现很多:
Feb 24 12:00:58 dnsbk named[186]: client 61.155.57.132#1025: no more recursive clients: quota reached
Feb 24 12:00:58 dnsbk named[186]: client 61.177.186.87#1078: no more recursive clients: quota reached
Feb 24 12:00:58 dnsbk named[186]: client 61.177.182.11#1025: no more recursive clients: quota reached
Feb 24 12:00:58 dnsbk named[186]: client 61.155.57.133#1025: no more recursive clients: quota reached
Feb 24 12:00:59 dnsbk named[186]: client 61.155.57.222#1025: no more recursive clients: quota reached
这是什么问题呢?怎样解决?谢谢!
作者: laoxia    时间: 2003-03-28 11:42
标题: 请问,为什么我的dns出现这样的问题?急!
在/etc/named.conf里,增加recursive-clients 的数值
作者: 坚持向左    时间: 2003-03-28 11:59
标题: 请问,为什么我的dns出现这样的问题?急!
laoxia给讲讲recursive-clients这是什么咚咚?在我的named.conf中没有这个咚咚啊
作者: laoxia    时间: 2003-03-28 12:16
标题: 请问,为什么我的dns出现这样的问题?急!
抄一段

BIND9 gives you the ablility to restrict the number of clients your name server will server concurrently. You can apply a limit to the number of recursive clients ( resolvers plus name servers using your name server as a forwarder) with the recursive-client substatement:

  options {
     recursive-client 10;
  }

Default is 1000




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2