Date: Mon, 28 Aug 2000 11:58:59 -0700 (PDT) From: David Daugherty <doc@wcug.wwu.edu> To: questions@freebsd.org Subject: named Message-ID: <Pine.LNX.3.96.1000828113913.24779A-100000@sloth>
next in thread | raw e-mail | index | archive | help
I'm trying to get my DNS working on a fbsd4.1 box. During boot I get the
message:
Aug 28 11:33:11 truman named[106]: Zone "1.168.192.in-addr.arpa" (file
d/1.168.192.in-addr.arpa.dns): no NS RRs found at zone top
my named.conf has:
zone "." {
type hint;
file "named.root";
};
zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "localhost.rev";
};
zone "datasphereweb.com" {
type master;
file "d/datasphereweb.com.dns";
};
zone "1.168.192.in-addr.arpa" {
type master;
file "d/1.168.192.in-addr.arpa.dns";
};
and my in-addr file has:
;from ora DNS & BIND
1.168.192.in-addr.arpa. IN SOA truman.datasphereweb.com.
davidd.datasphereweb.com. (
1 ;serial
10800 ;Refresh after 3 hours
3600 ;Retry after 1 hour
604800 ;Expire after 1 week
86400 ) ;Minimum TTL of 1 day
datasphereweb.com IN NS truman.datasphereweb.com.
datasphereweb.com IN NS reagan.datasphereweb.com.
1.1.168.192.in-addr.arpa. IN PTR truman.datasphereweb.com
88.1.168.192.in-addr.arpa. IN PTR reagan.datasphereweb.com
246.1.168.192.in-addr.arpa. IN PTR kennedy.datasphereweb.com
What am I missing?
Thanks.
David
Software Engineer - NetManage
Work email: david.daugherty@netmanage.com
Home email: doc@wcug.wwu.edu
ICQ 21106703
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.96.1000828113913.24779A-100000>
