From owner-freebsd-newbies Fri Jun 16 6:44:11 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from itgnt1.innovativetec.net (c283817-j.btnrug1.la.home.com [24.13.205.227]) by hub.freebsd.org (Postfix) with ESMTP id 5CF7237BD03 for ; Fri, 16 Jun 2000 06:44:06 -0700 (PDT) (envelope-from mcthomas@mail.com) Received: from MCT450 (c283817-i.btnrug1.la.home.com [24.13.197.210]) by itgnt1.innovativetec.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id MZ051NZZ; Fri, 16 Jun 2000 08:13:10 -0500 Reply-To: From: "Mark Thomas" To: Subject: DNS question: Domain Database Date: Fri, 16 Jun 2000 08:38:13 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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