FW: zone delegation

ANG Choon Gei (CSC) cgang at nie.edu.sg
Tue May 16 01:09:13 UTC 2000


Hi,

 What if I do subzone delegation? Is my below configuration correct?

The registered primary DNS (166.22.1.1) server is running BIND v4 with this
named.boot.

directory	/etc/name

primary		abc.com			abc.db
primary		def.com				def.db
secondary	test.abc.com	166.22.2.1	xyz.db
primary 	0.0.127.in-addr.arpa		lookback.db
cache		.				cache.db


For the secondary(or slave) server (166.22.2.1) is running BIND v8 and it is
configured as follows :

options {
	directory	"/etc/name"
	};
	
zone "." in {
	type hint;
	file "cache.db"
	}

zone "xyz.db" in {
	type slave;
	file "xyz.db";
	masters {166.22.1.1;};
	};

zone "test.abc.com" in {
	type masters;
	file "test.abc.db";
};


Please advise me.

Thanks

Regards
Gary Ang
Analyst Programmer
CSC/NIE
469 Bukit Timah Road
Singapore 259756
Tel : 4605287 (DID) FAX: 4684839




More information about the bind-users mailing list