Quota reached

Cricket Liu cricket at menandmice.com
Mon Oct 7 21:40:27 UTC 2002


> After I upgrade bind from 8.3.3 to 9.2.1, it stated being
> unstable and show the follow messages in /var/log/messages:
>
> Sep 24 11:40:44 itajai named[36220]: client 127.0.0.1#53: no more
recursive
> clients: quota reached
> Sep 24 11:40:44 itajai named[36220]: client 127.0.0.1#53: no more
recursive
> clients: quota reached
> Sep 24 11:40:44 itajai named[36220]: client 200.215.110.26#1030: no more
> recursive clients: quota reached
>
> Does anyone know how can I solve such problem?

Raise the limit on recursive clients:

options {
    recursive-clients 2000;
};

The default limit is 1000.

cricket

Men & Mice
DNS Software, Training and Consulting
www.menandmice.com

The DNS and BIND Cookbook, coming October 2002!
http://www.oreilly.com/catalog/dnsbindckbk/



More information about the bind-users mailing list