Bind

Adam Nielsen adam.nielsen at uq.edu.au
Sun Nov 18 20:02:25 CST 2007


> root at linuxvmware:~# cat /etc/resolv.conf
> nameserver 10.5.1.30 <http://10.5.1.30>
> domain my.lan
> search my.lan

The 'domain' and 'search' options are mutually exclusive according to 
the manpage, I'd remove the 'domain' option.

> root at linuxvmware:~# nslookup linux1
> Server:         10.5.1.30 <http://10.5.1.30>
> Address:        10.5.1.30#53
> 
> ** server can't find linux1: NXDOMAIN

I don't know whether nslookup always searches domains - what happens if 
you 'nslookup linux1.my.lan' or 'ping linux1' instead?

> // named.caching-nameserver.conf
>         forward only; #rely completely on our upstream nameservers

Maybe you should also remove that line, as your upstream servers won't 
be aware of your local zones.

Cheers,
Adam.



More information about the Linux-PowerEdge mailing list