A little problem continues~

wwebb at adni.net wwebb at adni.net
Fri Dec 10 21:12:24 UTC 1999


> > Previously, when named was working well, it would give the 
> > address 198.88.0.19  ??
> 
> Change the address in /etc/resolv.conf.

/etc/resolv.conf  says:     domain glr.cap.gov
Isn't that correct?

>>In named.conf, change to
>> zone "0.88.198.in-addr.arpa" in  {
 
I changed it to:

zone "0.88.198.in-addr.arpa" in  {
        type master;
        file "pz/0.88.198";
};

> In file "pz/0.88.198", edit: g/198.88.0/s//0.88.198/g.  In fact, I'd
> change it all to...

File changed to:

@       IN SOA  glr.cap.gov. wwebb.adni.net. (
  1999120701
  86400
  10800
  2592000
  86400 )

; Name servers
 IN NS  glr.cap.gov.

; Addresses point to canonical name
1       IN PTR  ns1.cap.gov.
2       IN PTR  glr.cap.gov.

I restarted named but still get the same results,
when running nslookup it shows 

Default Server:  glr.cap.gov
Address:  0.0.0.0

When I enter:

nslookup 198.88.0.19 

it still reports:

glr.cap.gov can't find 198.88.0.19: Non-existent host/domain

What is the error of my way here?

As before, named is acting authoritatively for its zones and is 
showing no error messages in the log.

Bill Webb




More information about the bind-users mailing list