Forward zone not working

Mark_Andrews at isc.org Mark_Andrews at isc.org
Thu Jan 15 22:27:45 UTC 2004


> I have a forward zone like this, but queries to the ctccom.net do not 
> work going thru this forward zone (get a SERVFAIL).  If I allow roots in 
> the server, then it works, but then I know it is not going thru the 
> forward zone.  I'm not sure what to look at for the failure, since I can 
> use dig directly to the 64.69.96.35 server just fine.

	This configuration needs a hints zone.

	The only times when hints are not required are when named is a

	* root server.
	* global "forward only;" is enabled.

	Neither of these conditions are being met.
 
> Any suggestions on what to check?
> 
> options {
> 	
> 	notify yes;
> 	recursion yes;
> 	forward first;
> 	forwarders {
> 	};
> 	check-names master fail;
> 	check-names slave warn;
> 	check-names response ignore;
> 	allow-query {
> 		any;
> 	};
> 	listen-on {
> 		any;
> 	};
> 	
> };
> 
> zone	"ctccom.net" {
> 	type forward;
> 	forward only;
> 	forwarders {
> 		 64.69.96.35;
> 	};
> 	check-names ignore;
> };
> 
> -- 
> Jeffrey Stevens
> 
> 
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list