Can you have a master zone and forward the same zone?

Chris Cox chris_cox at stercomm.com
Thu Mar 10 20:49:28 UTC 2005


I suppose I could try it myself, but I'm away from the server.
Can you have something like:

zone "20.10.in-addr.arpa" in {
	type master;
	file "master/20.10.in-addr.arpa";
};

and also have.. in the same master's named.conf

zone "10.in-addr.arpa" in {
	type forward;
	forwarders { 10.253.82.36; };
};

Where all 10's except 10.20 would be forwarded?

I have basically a server that I just have the
ability to forward to that claims to be authoritative
for all of 10.... but I want our master to be
authoritative for 10.20 and forward the rest.

Possible?



More information about the bind-users mailing list