From owner-freebsd-isp Wed Sep 5 9:38:15 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.london-1.starlabs.net (mail.london-1.starlabs.net [212.125.75.12]) by hub.freebsd.org (Postfix) with SMTP id 5DAD037B410 for ; Wed, 5 Sep 2001 09:38:11 -0700 (PDT) Received: (qmail 16703 invoked from network); 5 Sep 2001 16:37:34 -0000 Received: from harp.dublin.wrdp.net (HELO harp.wrdp.net) (212.147.130.131) by server-9.tower-4.starlabs.net with SMTP; 5 Sep 2001 16:37:34 -0000 Received: from jraftery (jraftery.dublin.wrdp.net [172.16.4.52]) by harp.wrdp.net (Postfix) with SMTP id 58E332D781; Wed, 5 Sep 2001 16:38:08 +0000 (GMT) From: "James Raftery" To: "Randy Smith" , Subject: RE: Classless reverse DNS with BIND Date: Wed, 5 Sep 2001 17:38:08 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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) In-Reply-To: <3B964E3C.5040906@amigo.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, > -----Original Message----- > From: Randy Smith > Sent: 05 September 2001 17:10 > To: freebsd-isp@freebsd.org > Subject: Classless reverse DNS with BIND > > Here's what I have in the in-addr.arpa. file for that class-c. > 64-79 NS a.ns.my-cust.com. > 64-79 NS b.ns.my-cust.com. > $GENERATE 64-79 $ CNAME $.64-79 > > This is basically what is described in the documentation, but BIND > reports this error (Line 72 is the $GENERATE line): > db/primary/2/209.94.86:72:1.86.94.209.in-addr.arpa: CNAME and > OTHER data error Change the $GENERATE to: $GENERATE 65-79 $ CNAME $.64-79 The node 64-79.yourzone.in-addr.arpa cannot have both NS records and a CNAME record. Regards, james EMAIL DISCLAIMER The information in this message and any attachment is confidential and may be legally privileged. It is intended for the above named recipient(s) only and should not be disclosed, copied nor distributed. If this message is received in error, the sender should be notified and the message and any attachments deleted. Email transmission cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of email transmission. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message