REQUEST: Network Interface Failover and multi-DNS resolution

Roland McGrath roland at redhat.com
Thu Aug 12 23:10:16 UTC 2004


> > I've already tried that. It doesn't work. The first nameserver in 
> > resolv.conf is the only one that is queried. The other ones are only 
> > queried if the first is down, not when the first gives a negative answer.

Have you tried using a local nameserver with forwarders in named.conf?  If
that has the same behavior of punting on the first negative answer, then
you can at least do your own split-DNS client config for particular zones.
i.e.:

zone "inside.here.com" { forwarders ...; }
zone "other-inside.here.com" { forwarders ...; }





More information about the devel mailing list