On Fri, 21 May 1999, Matthew Wade Roberts wrote: > For some reason, my Debian box (lehi.tamu.edu) thinks it is the name > server. For instance: > > % nslookup yahoo.com > Server: lehi > Address: 0.0.0.0 > > *** lehi can't find yahoo.com: No response from server > > > > Here is my resolv.conf: > ----------------------- > domain tamu.edu > nameserver 128.194.178.1 > nameserver 128.194.98.5 > nameserver 165.91.32.63 > > And my host.conf: > ----------------- > order hosts,bind > multi on > >
What is the IP address(s) of lehi.tamu.edu? Is it one of the nameserver entries in /etc/resolv.conf? Unless you're running a local nameserver then it shouldn't be. Assuming that you're not running a nameserver on lehi, the only file I know of to specify the nameservers is /etc/resolv.conf, which should contain all of your networks nameservers.

