FW: DNS Transfer

David Botham dns at botham.net
Wed Jul 10 14:26:58 UTC 2002




> -----Original Message-----
> From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org] On
> Behalf Of Steve
> Sent: Thursday, July 12, 2001 10:27 AM
> To: comp-protocols-dns-bind at isc.org
> Subject: DNS Transfer
> 
> another one of these newbie posts coming....
> 
> i have got a master/slave DNS setup but am having trouble getting the
2
> systems replicating.
> 
> I have got 2 zones setup in both /etc/named.conf files.  On each
server,
> they are configured the same, the only differences being the name of
the
> zone and the file to transfer, ie
> 
> zone "zone1.domain.com"{
>         type slave;
>         file "sec/zone1.domain.com";
>         masters{
>                 10.20.30.2;
>         };
>         notify no;
> };
> zone "30.20.10.IN-ADDR.ARPA"{
>         type slave;
>         file "sec/30.20.10.IN-ADDR.ARPA";
>         masters{
>                 10.20.30.2;
>         };
>         notify no;
> };
> 
> on the slave and
> 
> zone "zone1.domain.com"{
>         type master;
>         file "zone1.domain.com";
>         notify no;
> };
> 
> zone "30.20.10.IN-ADDR.ARPA"{
>         type master;
>         file "30.20.10.IN-ADDR.ARPA";
>         notify no;
> };
> 
> on the master.
> 
> 30.20.10.IN-ADDR.ARPA appears to be replicating ok, but zone1 seems to
> fail.
> I am getting
> errors in my messages file on the slave server;
> 
> Jul 12 14:40:08 system named[18361]: Err/TO getting serial# for
> "zone1.domain
> com"
> Jul 12 14:40:08 system named-xfer[18512]: [10.20.30.2] not
authoritative
> for
> zone1.domain.com, SOA query got rcode 0, aa 0, ancount 1, aucount 0

This error on the slave is telling you that the master reports it is not
authoritative for the zone the slave is attempting to xfer.  Check the
Master and look for errors (logs)...


> 
> I have tried to look at various things but can't see why they donot
> replicate or why these errors are appearing.  Any help would be most
> apprecieated by this new and inexperienced DNS user/admin.
> 
> Thanks
> 
> 




More information about the bind-users mailing list