From owner-freebsd-questions Sat Jan 20 23:37:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web803.mail.yahoo.com (web803.mail.yahoo.com [128.11.23.63]) by hub.freebsd.org (Postfix) with SMTP id 22FEE37B401 for ; Sat, 20 Jan 2001 23:37:13 -0800 (PST) Received: (qmail 13645 invoked by uid 60001); 21 Jan 2001 07:37:12 -0000 Message-ID: <20010121073712.13644.qmail@web803.mail.yahoo.com> Received: from [202.51.69.74] by web803.mail.yahoo.com; Sat, 20 Jan 2001 23:37:12 PST Date: Sat, 20 Jan 2001 23:37:12 -0800 (PST) From: parthasarathi biswas Subject: DNS To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have few queries regarding My DNS Server: 1.There is a strange problem in my CNAME records.It is not taking the last record,how many or whatsoever records you have.SO I had to increase my CNAME records to 6 eg:www,ftp,smtp,pop,mail and test.test Iam keeping coz the system is taking all the CNAME records except the last one.Why is this so?? 2.My /var/log/messages shows 2 errors: a)test.master.com:CNAME and OTHER DATA errors b)master zone "master.com" (IN) rejected due to errors (serial 2001012113) what is the problem with the serial number??is the syntax wrong. Iam pasting the copy of my db.master.com file.Pls check and advise ************************************************ ;Configuration file for the master zone "master.com" ;SOA master.com. IN SOA partha.master.com. root.master.com. ( 2001012113; serial(yyyymmddno) 3600 ; refresh(1hours) 900 ; retry(15minutes) 8640000 ; expire(100days) 86400 ) ; minimum(1day) ;Nameserver IN NS partha.master.com. ;A Records partha IN A 192.168.0.1 ;Nicknames www IN CNAME partha ftp IN CNAME partha pop IN CNAME partha smtp IN CNAME partha mail IN CNAME partha test IN CNAME partha ;Mail Records IN MX 10 mail.master.com. ;Hardware/Software Records partha IN HINFO "Intel PIII/500MHz" "FreeBSD 4.1-RELEASE" ******************************** Brgds/Partha __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message