Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2000 07:13:20 GMT
From:      "peter kok" <aoypcc@hotmail.com>
To:        questions@FreeBSD.org
Subject:   DNS set up question
Message-ID:  <20000629071320.15941.qmail@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hi

I have DNS set up question

the file setting: named.conf
-----------------------------
zone "abc.com.hk" in {
        type master;
        file "db.abc";
};

zone "0.168.192.in-addr.arpa" in {
        type master;
        file "db.192.168.0";
};

zone "0.0.127.in-addr.arpa" in {
        type master;
        file "db.127.0.0";
};

zone "." in {
        type hint;
        file "db.cache";
};

---------------------------------
when I run /etc/named, and grep /var/log/messages. error messages:



Jun 29 15:00:29 email named[521]: starting.  named 8.2.2-P5-NOESW Mon Mar 20 
20:
43:54 GMT 2000  root@monster.cdrom.com:/usr/obj/usr/src/usr.sbin/named
Jun 29 15:00:29 email named[521]: limit files set to fdlimit (1024)
Jun 29 15:00:29 email named[521]: Zone "nikoyo.com.hk" (file db.nikoyo): No 
defa
ult TTL set using SOA minimum instead
Jun 29 15:00:29 email named[521]: db.abc:1: SOA for "abc.com" not at zone
top "abc.com.hk"
Jun 29 15:00:29 email named[521]: Zone "abc.com.hk" (file db.abc): no NS R
Rs found at zone top
Jun 29 15:00:29 email named[521]: master zone "abc.com.hk" (IN) rejected due
to errors (serial 2000062901)
Jun 29 15:00:29 email named[521]: Zone "0.168.192.in-addr.arpa" (file 
db.192.168
.0): No default TTL set using SOA minimum instead
Jun 29 15:00:29 email named[521]: /etc/namedb/named.conf:123: cannot 
redefine zo
ne '0.0.127.in-addr.arpa' class IN
Jun 29 15:00:29 email named[521]: /etc/namedb/named.conf:128: cannot 
redefine zo
ne '.' class IN
Jun 29 15:00:30 email named[522]: Ready to answer queries.
------------------------------------------------------------

kindly help and I don't know what is my mistake

tks much
best regards
Peter

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com



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?20000629071320.15941.qmail>