Forward zone not working

Jeff Stevens jstevens at vnet.ibm.com
Thu Jan 15 18:06:52 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.

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



More information about the bind-users mailing list