Allowing zone xfer to slave server

Dawn Connelly dawn.connelly at gmail.com
Thu Aug 30 20:00:52 UTC 2007


Are you able to manually pull the zone file over? So if you do "dig
@masterserver domain.name axfr" does it work?
Just out of curiosity, do you have an NS record in the zone file on the
master server? If you don't have an NS record and you don't have a
"also-notify" option set, the master server doesn't know how to tell the
slave server to come get the new data. If you don't have an NS record, add
it in and I'll betcha that'll fix your problem.

On 8/30/07, Ryan McCain <Ryan.McCain at dss.state.la.us> wrote:
>
> I have 2 DNS servers setup on SLES 10.  Both are at BIND 9.3.2.
>
> When I add a dummy A record in one of the zones on the Primary server it
> doesn't "sync" down to the slave server.
>
> Here is a snip of named.conf from the slave server:
>
> zone "domainA.com" in {
>         masters { 172.20.11.200; };
>         file "slave/domainA.gov";
>         type slave;
> };
>
>
> 172.20.11.200 is the IP address of the Primary DNS server.
>
> From what I have been able to find via google all I need to do is add this
> option to the Primary DNS server where 172.20.11.118 is the IP address of
> the slave server:
>
> allow-transfer { 172.20.10.118 } ;
>
>
> ..I have done this but it's not working.  Am I overlooking something?
>
> Thx..
>
>
>
>




More information about the bind-users mailing list