what are the contents of /var/named/db.local.127.0.0?
That's the file you specified as having the zone record for localhost.
BTW, the contents for MY version of this file are:
@ IN SOA localhost. root.localhost. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS localhost.
1 IN PTR localhost.
On Thu, 11 Feb 1999, Samarth Kumar wrote:
> Apart from that I have been trying to install BIND, Release 8-1-2 on the
> system. I have written the named.conf file. The file is written below,
> but I am having problems getting nslookup to work. The error message I get
> is
>
> Can't find server name for address 127.0.0.1: Server failed
[snip]
> // generated by named-bootconf.pl
>
> options {
> directory "/var/named";
[snip]
> zone "0.0.127.in-addr.arpa" {
> type master;
> file "db.local.127.0.0";
> };
_Deirdre * http://disclaimer.deirdre.org * http://www.deirdre.net
If "Microsoft" is the question, "No, thank you" is the answer.