master not notifying slaves

Kevin Darcy kcd at daimlerchrysler.com
Mon May 2 23:53:00 UTC 2005


Are those slaves in the NS records of the zone? BIND won't know to 
NOTIFY them otherwise...

                                                                         
                  - Kevin

Matthew Darcy wrote:

>Hi all,
>
>I've just configured a new master server for some domains.
>
>An example domain on the master server is configured thus
>
>// LAN  - inverse
>zone    "216.11.10.in-addr.arpa" {
>        type   master;
>        file   "named.10.11.216";
>        notify yes;
>};
>
>
>
>The slave domain is configured on the slave server thus
>
>// LAN  - inverse
>zone    "216.11.10.in-addr.arpa" {
>        type   slave;
>        file   "named.10.11.216";
>        masters { 10.11.216.11; };
>};
>
>
>(10.11.216.11 is the correct address for the master)
>
>
>When I start the master server I see this message in the syslog
>
>May  2 02:16:40 alesi named[20644]: zone 216.11.10.in-addr.arpa/IN: sending
>notifies (serial 2005050104)
>
>Which looks good
>
>I also see
>
>May  2 02:16:40 alesi named[20644]: client 81.138.64.234#32781: received
>notify for zone '216.11.10.in-addr.arpa'
>
>81.138.64.234 is just another ip address for the master server.
>
>However I don't see any client message for slave server 10.11.216.11 or
>81.138.64.233 (the slave servers) in the syslog on either the master or
>slave servers.
>
>
>Why would this machine not got the notifies ?
>
>Thanks,
>
>Matt
>
>
>  
>




More information about the bind-users mailing list