FW: zone delegation

Barry Margolin barmar at genuity.net
Tue May 16 03:49:36 UTC 2000


In article <7DFA4636C7A7D211B52400805FE6A1C1031B61CE at NIESFM1>,
ANG Choon Gei (CSC) <cgang at nie.edu.sg> wrote:
>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

I think you'll find it less confusing if you follow a consistent file
naming scheme and call this test.abc.db or test.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;};
>	};
>

There's no xyz.db in the 166.22.1.1 configuration above, so how can you
reference it as the master for the domain?  Did you mean for this to be:

zone "abc.com"?

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

-- 
Barry Margolin, barmar at genuity.net
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.



More information about the bind-users mailing list