Re: Delegation
Hello,
KM a écrit :
> On 2008-01-08, Barry Margolin <barmar@alum.mit.edu> wrote:
>
>>Does neptune have recursion disabled? It needs to recurse in order to
>>query nicklite.
If recursion was the problem, shouldn't neptune reply with a list of
referrals instead of NXDOMAIN ?
> I think it's enabled. On neptune, /etc/bind/named.conf includes a file
> /etc/bind/named.conf.options which contains (with some snippage)
>
> options {
> ...
> allow-recursion { localnets; };
> ...
> };
You should also have "recursion yes;" (maybe it is the default though).
|