Forward zone not working

David Botham DBotham at OptimusSolutions.com
Thu Jan 15 18:47:42 UTC 2004


bind-users-bounce at isc.org wrote on 01/15/2004 01:06:52 PM:
> 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?

The log file... check the log file for error upon named start...


Dave...

> 
> 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