no forwarders

Mark_Andrews at isc.org Mark_Andrews at isc.org
Thu Jul 8 22:15:16 UTC 1999


> > I would like to forward for some addresses, but not forward for others.
> 
> Several ways to do this.  Primarily:
> 
> 	options {
> 		...
> 		forwarders { IP.ad.dr.ess; ... };
> 		// optionally: forward only;
> 		...
> 	};
> 

	An empty forwarders with a forward zone will not work as you expect.
	You need to do this only with a slave/master/stub zone as there is
	no way to find the delegation information otherwise.


> 	zone "non.forward.ing"	IN {
> 		type forward;
> 		forwarders {};
> 	};
> 
> 	zone "local.non.forwarding"	IN {
> 		type master;
> 		file "local.non.forwarding";
> 		forwarders {};
> 	};

	Mark

--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: marka at isc.org


More information about the bind-users mailing list