master not notifying slaves

Matthew Darcy matthew.darcy at mdlan.co.uk
Mon May 2 08:48:44 UTC 2005


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


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.0 - Release Date: 29/04/2005


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.0 - Release Date: 29/04/2005
 



More information about the bind-users mailing list