Duplicate notify suppressed?

Henri J. Schlereth henris at neandertal.org
Fri Feb 25 17:29:22 UTC 2000


 I thought I knew it all but this is a head scratcher
 The allow transfer is set to do the zone and the
 reverse but I see this in the syslog.
 There are no errors obviously, the slave gets the transfers
 just fine but where is this message coming from?
 
 
 suppressing duplicate notify ("neandertal.org" IN SOA)
 
 Here is my master named.conf:
 
> // generated by named-bootconf.pl
> 
> options {
> 	directory "/var/named";
> 	version "Surely you must be joking";
> 	/*
> 	 * If there is a firewall between you and nameservers you want
> 	 * to talk to, you might need to uncomment the query-source
> 	 * directive below.  Previous versions of BIND always asked
> 	 * questions using port 53, but BIND 8.1 uses an unprivileged
> 	 * port by default.
> 	 */
> 	// query-source address * port 53;
> };
> 
> // 
> // Official and stealth secondaries 
> // 
> acl "neandertal-xfer" {
> 	{ 192.168.1.4;	// shonjir.neandertal.org (slave)
> 	};
> };
> 
> 
> zone "." {
> 	type hint;
> 	file "named.ca";
> };
> 
> zone "0.0.127.in-addr.arpa" {
> 	type master;
> 	file "primary/0.0.127.in-addr.arpa";
> };
> 
> zone "1.168.192.in-addr.arpa" {
> 	type master;
> 	file "primary/1.168.192.in-addr.arpa";
> 	allow-query {
> 		any;
> 	};
> 	allow-transfer {
> 	localhost;
> 	neandertal-xfer;
> 	};
> };
> 
> zone "neandertal.org" {
> 	type master;
> 	file "primary/neandertal.org";
>   	allow-query {
> 		any; 
> };
> 	allow-transfer {
> 	localhost;
> 	neandertal-xfer;
> 	};
> };


-- 
-------------------------------------------------------------
"All data leaves a trail. The search for data leaves a trail.
The erasure of data leaves a trail.The absence of data, under
the right circumstances,can leave the clearest trail of all-
Dr. Kio Masada" 
-------------------------------------------------------------



More information about the bind-users mailing list