From owner-freebsd-isp Sun Jun 4 3:11:59 2000 Delivered-To: freebsd-isp@freebsd.org Received: from alpha.root-servers.ch (alpha.root-servers.ch [195.49.62.125]) by hub.freebsd.org (Postfix) with SMTP id CFFBA37BA48 for ; Sun, 4 Jun 2000 03:11:47 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 1221 invoked from network); 4 Jun 2000 10:13:32 -0000 Received: from client99-59.hispeed.ch (62.2.99.59) by ns1.root-servers.ch with SMTP; 4 Jun 2000 10:13:32 -0000 Date: Sun, 4 Jun 2000 12:13:11 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (1.42) Business Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <154262607719.20000604121311@buz.ch> To: freebsd-isp@freebsd.org Subject: BIND doesn't want to accept all of my zonefiles.. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I've got a problem with my BIND setup. While it's doing its job as it should as long as I use trivial zonefiles with just one or two A records and several CNAMES, it doesn't want to accept more complicated zonefiles as the following: -- @ IN SOA ns1.root-servers.ch. admin.root-servers.ch. ( 2000060412 10800 3600 432000 38400 ) IN NS ns1 IN NS ns2 ns1 IN A 195.49.62.125 ns2 IN A 195.49.62.126 ns3 IN A 195.49.33.19 ns4 IN A 195.49.33.20 alpha IN A 195.49.62.125 beta IN A 195.49.33.19 ;Special Records for alpha. ;The box responsible for the webmail services for users on alpha webmail.alpha IN A 195.49.62.125 ;The box responsible for the http services for users on alpha web.alpha IN A 195.49.62.125 ;The box responsible for the mail services for users on alpha mail.alpha IN A 195.49.62.125 ;The box responsible for the qmailadmin services for users on alpha, in almost admin.alpha IN A 195.49.62.125 IN CNAME web.alpha mail IN CNAME mail.alpha www IN CNAME web.alpha ftp IN CNAME web.alpha IN MX 10 mail.alpha test IN CNAME web.alpha admin IN CNAME admin.alpha webmail IN CNAME webmail.alpha -- While I can't find any errors in it BIND seems to do and complains about them in syslog: Jun 4 12:02:45 alpha named[18495]: Zone "root-servers.ch" (file /var/named/root-servers.ch.hosts): No default TTL set using SOA minimum instead Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts: WARNING SOA expire value is less than 7 days (432000) Jun 4 12:02:45 alpha named[18495]: admin.alpha.root-servers.ch has CNAME and other data (invalid) Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts:25:admin.alpha.root-servers.ch: CNAME and OTHER data error Jun 4 12:02:45 alpha named[18495]: ftp.root-servers.ch has CNAME and other data (invalid) Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts:31:ftp.root-servers.ch: CNAME and OTHER data error Jun 4 12:02:45 alpha named[18495]: master zone "root-servers.ch" (IN) rejected due to errors (serial 2000060411) If I comment out the lines it complains about (which isn't a solution anyway) it begins to complain about other ones. What am I doing wrong? Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message