Slave DNS problem.

Kerry Thompson kerry at crypt.gen.nz
Mon Jan 24 20:13:29 UTC 2005


Helio Neto said:
> I did.
>
> transfer of 'vc2ti.com.br/IN' from 10.0.0.6#53: failed while receiving
> responses: permission denied

Which indicates that the named.conf configuration is correct, but the
userid  under which named is running does not have permissions to
create/write to the zone file "vc2ti.com.br.dns" in the directory where
your zones files are held.

Kerry


>
> I have already tried this. And my W2003 server is accepting zone tranfer
> from my linux box.
>
>
>
>>From: "Kerry Thompson" <kerry at security.geek.nz>
>>To: "Helio Neto" <hmdpn at hotmail.com>
>>CC: bind-users at isc.org
>>Subject: Re: Slave DNS problem.
>>Date: Tue, 25 Jan 2005 08:30:50 +1300 (NZDT)
>>
>>Helio Neto said:
>> > Hello folks, i am trying to replicate a windows master zone from my
>>Linux
>> > server. My named.conf looks like this:
>> >
>> > zone "vc2ti.com.br.dns" IN {
>> >         type slave;
>> >         file "vc2ti.com.br.dns";
>> >         masters { 10.0.0.6; };
>> > };
>> >
>> > When i restart named i get the following from /var/log/messages:
>> >
>> > zone vc2ti.com.br.dns/IN: refresh: non-authoritative answer from
>> master
>> > 10.0.0.6#53
>> >
>>
>>Shouldn't the zone be vc2ti.com.br?
>>
>>so the configuration should be:
>>
>>zone "vc2ti.com.br" IN {
>>         type slave;
>>         file "vc2ti.com.br.dns";
>>         masters { 10.0.0.6; };
>>};
>>
>>--
>>Kerry Thompson
>>IT Security Consultant
>>http://www.crypt.gen.nz
>>



More information about the bind-users mailing list