Date: Fri, 16 Jun 2000 08:38:13 -0500 From: "Mark Thomas" <mcthomas@mail.com> To: <freebsd-newbies@freebsd.org> Subject: DNS question: Domain Database Message-ID: <NDBBLICMGLCIDAPHNJIACELKCLAA.mcthomas@mail.com> In-Reply-To: <Pine.LNX.4.21.0006151207340.31024-100000@shell1.aracnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I am having a few problems after the DNS setup on FreeBSD 4.0
Everything below is working fine, except for my CNAME section. Resolv is
working properly, Apache is resolving Virtual Hosts from DNS pointing to its
IP address from another machine, etc..
My db.example.net is below. I replaced the real name and IP with
example.net and 24.x.x.x
When ever I load named, I get these errors about the CNAME section.
Date Time ns1 named[4693]: db.example.net:27:www.example.net: CNAME and
OTHER data error
I have seen documentation with various flavors of CNAME entries. I have
tried many different combinations, but I am definately missing something.
Do you see anything wrong with this scenario, or am I missing something in
another file?
example.net. IN SOA ns1.example.net. root.example.net. (
200006114 ; (Month/Day/Year/SequenceNumber.. Mct/Mld)
86400 ; Refresh 1Day (86400, seconds)
7200 ; Zone Load Failed Retry (2hrs)
8640000 ; Expire Time 100 days for secondary servers if
they cannot reach master.
86400 ) ; Minimun to Live. Min time a remote server should
cache these records.
;NS Records
IN NS ns1.example.net.
IN NS itgnt1.example2.net.
;A Name Records
IN NS NS1
ns1 IN A 24.4.48.11
shit IN A 24.4.48.11
ns2 IN A 10.1.0.5
www IN A 24.4.48.11
ftp IN A 24.4.48.11
mail IN A 24.4.48.11
;CNAME Records
www IN CNAME ns1.example.net.
;MX Records
IN MX 10 mail.example.net.
IN MX 30 mail.example2.net.
;Hinfo
NS1.example.net IN HINFO "Intel Pentium 600Mhz, 512Meg" "FreeBSD 4.0"
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NDBBLICMGLCIDAPHNJIACELKCLAA.mcthomas>
