| Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | About BLU |
Hello,
I have been going through the DNS howto and its giving me a
bit of a hard time. I can't localhost to work. I am running bind 9.1.3
on an ultrasparc running Solaris 8.
here is the error I get when I start named
Oct 24 11:17:43 grams ./named[17903]: dns_zone_load: zone
0.0.127.in-addr.arpa/IN: loading master file pz/127.0.0: no ttl
Here is error I get when I do nslookup:
bash-2.05# nslookup
*** Can't find server name for address 127.0.0.1: Server failed
*** Default servers are not available
Here is /etc/named.conf:
options {
directory "/srv/named";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "pz/127.0.0";
};
Here is /srv/named/pz/127.0.0
@ IN SOA ns.linux.bogus. hostmaster.linux.bogus. (
1 ; Serial
8H ; Refresh
2H ; Retry
1W ; Expire
1D) ; Minimum TTL
NS ns.linux.bogus.
1 PTR localhost.
bash-2.05# pwd
/srv/named/pz
Any help would be greatly appreciated. This is for an internal network.
Thanks very much for any help. I really don't want to run the Win2K
server, but I will have to if this can not be figured out.
Anthony
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).