Unusual Bind redirection problem

Alexander Ottl aottl at mpmail.net
Tue Jan 9 01:44:14 UTC 2001


Craig Shrimpton wrote:
> 
> Folks,
> 
> I need to configure my internal DNS server to resolve queries from name
> servers that are not available through a root server.  I.E., any request for
> domain w, is forwarded directly to nameserver x, y and z but all other
> requests are served normally.
> 
> I can't do secondary or primary for the target domain, so simply caching
> their info is not possible.
> 
> How would one go about doing this?
> 
> Thanks,
> 
> Craig

Like this maybe?

zone "w" {
        type forward;
        forward only;
        forwarders { x; y; z; };
}; 

-- 
Alexander Ottl
Media Professionals AG           Tel.: +49 (89) 51554-169
Bayerstrasse 21                  Fax : +49 (89) 51554-199
D-80335 Muenchen - Germany       http://www.media-professionals.de



More information about the bind-users mailing list