From owner-freebsd-questions Sat Jan 20 23:54:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id A2A3537B401 for ; Sat, 20 Jan 2001 23:54:04 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 20 Jan 2001 23:52:17 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.0) id f0L7s6P26169; Sat, 20 Jan 2001 23:54:06 -0800 (PST) (envelope-from cjc) Date: Sat, 20 Jan 2001 23:54:06 -0800 From: "Crist J. Clark" To: parthasarathi biswas Cc: questions@FreeBSD.ORG Subject: Re: DNS Message-ID: <20010120235406.Q10761@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <20010121073712.13644.qmail@web803.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20010121073712.13644.qmail@web803.mail.yahoo.com>; from parthax@yahoo.com on Sat, Jan 20, 2001 at 11:37:12PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 20, 2001 at 11:37:12PM -0800, parthasarathi biswas wrote: > 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. You've got an MX of a CNAME? This could be why your last CNAME is broken. You probably want to make than an MX record for your domain, no? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message