> > 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 ...; }