Re: no more recursive clients: quota reached

2010-03-26 Thread John Wobus
Typically you can increase the default without harm, e.g., double or x 10 if you have a recent-vintage server with typical memory and speed, but something might be causing the behavior that is impervious to such a change or that needs some other kind of attention. Such a problem might solely ste

Re: no more recursive clients: quota reached

2010-03-26 Thread Stephane Bortzmeyer
On Wed, Mar 24, 2010 at 05:08:01PM +, Chris Thompson wrote a message of 46 lines which said: > It is the length of the queue of all outstanding recursive queries. > This depends not just on the RATE of queries coming in, but also the > time it takes to resolve them. (If the queue fills up,

Re: no more recursive clients: quota reached

2010-03-24 Thread Chris Thompson
On Mar 24 2010, Oliver Henriot wrote: Dear list users, I'd like to understand a point about quotas on recursive clients quotas and reading books, manuals and this list's archives hasn't made it entirely clear to me. I have the classical error logs : 17-Mar-2010 12:14:44.026 client: warning

Re: no more recursive clients: quota reached

2010-03-24 Thread Rich Goodson
I have 6 resolvers doing recursion for just under a million residential users, and I rarely see the "recursive clients" value go above 1500. We had issues a few months back with firewalls getting overloaded, and one of the symptoms was that recursive clients would climb in to the thousands (it

Re: no more recursive clients: quota reached

2010-03-24 Thread Fr34k
See the BIND ARM for the option recursive-clients As in: options { recursive-clients 4000; }; I don't recall what the default is (maybe 1000), but our environment required an increase to 4000. You may also want to look at these options: tcp-clients X; clients-per-query N; max-c

Re: no more recursive clients: quota reached

2009-08-28 Thread John Wobus
On Aug 28, 2009, at 8:59 AM, Dave Sparro wrote: On Thu, Aug 27, 2009 at 12:17 PM, Niall O'Reilly wrote: Lisa Casey wrote: Aug 26 12:48:56 netlink named[295]: client 207.191.185.6#60614: no more recursiv e clients: quota reached Any ideas on how I should go about solving/fixing this?

Re: no more recursive clients: quota reached

2009-08-28 Thread Doug Barton
Lisa Casey wrote: > Hi, > > I'm not really sure what to do about this. I'm running Bind 9 on > FreeBSD. What version of BIND, what version of FreeBSD? > Suddenly this morning I began noticing the following in > /var/log/messages: > Aug 26 12:48:56 netlink named[295]: client 207.191.185.6#60614:

Re: no more recursive clients: quota reached

2009-08-28 Thread Dave Sparro
On Thu, Aug 27, 2009 at 12:17 PM, Niall O'Reilly wrote: > Lisa Casey wrote: > >> Aug 26 12:48:56 netlink named[295]: client 207.191.185.6#60614: no more >> recursiv >> e clients: quota reached > >> Any ideas on how I should go about solving/fixing this? > >        I'ld suggest you check your connec

Re: no more recursive clients: quota reached

2009-08-27 Thread Niall O'Reilly
Lisa Casey wrote: Aug 26 12:48:56 netlink named[295]: client 207.191.185.6#60614: no more recursiv e clients: quota reached Any ideas on how I should go about solving/fixing this? I'ld suggest you check your connectivity and routing. We see this behaviour occasionally, but

Re: no more recursive clients: quota reached

2009-08-26 Thread JINMEI Tatuya / 神明達哉
At Wed, 26 Aug 2009 13:37:09 -0400, "Lisa Casey" wrote: > The lins recursive clients: 564/1000 bothers me, did my change to > /etc/named.conf not get oicked up? It appears that the max recursive > clients is still at bind's default of 1000. True. It's also true that recursive-clients 5000