notify-source and allow-notify statement in zone

dhiraj Dhiraj gdhiraj at novell.com
Tue Apr 23 04:51:00 UTC 2002


Hi all,
                 Today i found one problem during the configuration of
BIND9.2 server. notify-source and allow-notify in zone in zone statement
causing the error and exiting. Can anybody help

Named.conf
zone "blr.xx.com." IN {
	type slave;
	file "blrfile";
	notify yes;
	zone-statistics yes;
	forwarders 
{16.99.155.191;16.99.155.192;16.99.155.193;16.99.155.194;};
	forward only;
	max-transfer-idle-in 100;
	max-transfer-time-in 100;
	max-retry-time		1000;
	min-retry-time		100;
	max-refresh-time	500;
	min-refresh-time	100;
	//notify-source 164.99.155.195;
	transfer-source 164.99.155.195;
	masters { 164.99.155.199; 164.99.155.198; 164.99.155.197;};
	allow-transfer
{164.99.155.120;164.99.155.121;164.99.155.122;164.99.155.123;};
	//allow-notify {164.99.155.199; 164.99.155.198;
164.99.155.197;};
	allow-query {any;};
};


named.run:
Apr 23 10:13:08.000 starting BIND 9.2.0 -d 10
Apr 23 10:13:08.000 using 1 CPU
Apr 23 10:13:08.000 loading configuration from
'sys:\etc\dns/named.con'
Apr 23 10:13:08.000 sys:\etc\dns/named.con:4: 
Apr 23 10:13:08.000 sys:\etc\dns/named.con:69:  'allow-notify'
Apr 23 10:13:08.000 load_configuration: failure
Apr 23 10:13:08.000 loading configuration: failure
Apr 23 10:13:08.000 exiting (due to fatal error)
Apr 23 10:13:08.000 shutting down
Apr 23 10:13:08.000 exiting


Regards
dhiraj



More information about the bind-workers mailing list