Hello Everybody,
The contents of the db.local.127.0.0 file are
@ IN SOA localhost. root.localhost. (1999021201 86400 3600 1209600
86400)
IN NS localhost.
1 IN PTR localhost.
I did not have this file setup, all I had done was just use touch to
create the file, so atleast the first problem has been taken care of, the
other problem is that I can get forward and reverse lookups of the names in
the same domain, but if I try to go outside the domain then nslookup does
not work.
Samarth
On Thursday, February 11, 1999 3:36 PM, Deirdre Saoirse
[SMTP:[EMAIL PROTECTED]] wrote:
> 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.