RE: recursion and forwarding

2012-01-12 Thread Adamiec, Lawrence
2 12:35 > To: bind-users@lists.isc.org > Subject: Re: recursion and forwarding > > On 01/12/2012 06:15 PM, Adamiec, Lawrence wrote: > > > So when does recursion occur, before the query is forwarded or never? I > > thought recursion was supposed to go looking for the answe

Re: recursion and forwarding

2012-01-12 Thread Phil Mayers
On 01/12/2012 06:15 PM, Adamiec, Lawrence wrote: So when does recursion occur, before the query is forwarded or never? I thought recursion was supposed to go looking for the answers. If recursion does not return an answer then does the query get forwarded? "forwarders" IIRC works as follows:

Re: recursion and forwarding

2012-01-12 Thread Kevin Darcy
You're getting caught up in semantics. The forwarding of the query *is* recursive resolution. It's not a separate operation.

recursion and forwarding

2012-01-12 Thread Adamiec, Lawrence
Hi, I am running one master server and one slave server with BIND 9.6.1-P3. The global options section on both servers are identical. In the options section I have, allow-recursion { ck_domain; }; forwarders { 216.47.128.11; 216.47.128.12; 216.47.143.90; }; The ck_domain ACL c