Date: Wed, 26 Jan 2000 11:56:58 +0200 (EET) From: Veaceslav Revutchi <sl@dnt.md> To: freebsd-questions@freebsd.org Subject: No default TTL & CNAME and OTHER data error Message-ID: <Pine.BSF.4.10.10001261143410.48097-100000@zeus.dnt.md>
index | next in thread | raw e-mail
Hello,
This is very weird. I am running 3.4R and named 8.2.2-P5-NOESW.
It looks like named will reject any zone file containing a CNAME and
an MX record for the same name.
cat named.conf
zone "mydomain.net" {
type master;
file "pri/mydomain.net";
};
########################################
cat mydomain.net
@ IN SOA dnt.md. root.dnt.md. (
200001270 ; Serial
30000 ; Refresh
14400 ; Retry
604800 ; Expire
86400 ) ; Minimum
IN NS moldnet.md.
IN NS ns-west.cerf.net.
IN NS zeus.dnt.md.
IN NS mdearn.cri.md.
subdomain IN CNAME zeus
subdomain IN MX 10 zeus
########################################
Here is the errors I get when restarting named:
Jan 26 11:52:10 moldnet named[71777]: Zone "mydomain.net" (file
pri/mydomain.net): No default TTL set using SOA minimum instead
Jan 26 11:52:10 moldnet named[71777]:
pri/mydomain.net:14:subdomain.mydomain.net: CNAME and OTHER data error
Jan 26 11:52:10 moldnet named[71777]: master zone "mydomain.net" (IN)
rejected due to errors (serial 200001270)
Can anyone explain this? And also what is this "No default TTL set"?
Thanks a lot.
slava.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10001261143410.48097-100000>
