From owner-freebsd-isp@FreeBSD.ORG Fri Feb 25 03:52:51 2005 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61CF16A4CE for ; Fri, 25 Feb 2005 03:52:51 +0000 (GMT) Received: from lily.ezo.net (nsc.ezo.net [68.23.200.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4651843D62 for ; Fri, 25 Feb 2005 03:52:51 +0000 (GMT) (envelope-from jflowers@ezo.net) Received: from www.ezo.net (peony.ezo.net [68.23.200.11]) by lily.ezo.net (8.12.6/8.12.6) with ESMTP id j1P3qwLE035330 for ; Thu, 24 Feb 2005 22:52:59 -0500 (EST) (envelope-from jflowers@ezo.net) From: "Jim Flowers" To: freebsd-isp@freebsd.org Date: Thu, 24 Feb 2005 22:56:36 -0500 Message-Id: <20050225034259.M71908@ezo.net> X-Mailer: Open WebMail 2.10 20031002 X-OriginatingIP: 65.25.64.123 (jflowers) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: DNS Reverse Delegation X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 03:52:51 -0000 I've run into a problem with delegating reverse DNS using BIND 8.2.4 that I can't figure out and I'm hoping for some guidance. I have a couple of blocks delegated to me as w.x.y.0/23 which I handle with a couple of zones 1) y.x.w.in-addr.arpa and 2) y+1.x.w.in-addr.arpa. Now I want to delegate the second zone to an outsourced dns server and I can't see how to do it. If I create a zone file for y+1.x.w.in-addr.arpa with the following NS records: y+1.x.w.in-addr.arpa IN NS ns1.remotedomain.tld. y+1.x.w.in-addr.arpa IN NS ns2.remotedomain.tld. It doesn't work and these records are not in named_dump.db. I figure this is because you aren't allowed to delegate a zone twice and the y+1.x.w.in-addr.arpa zone has already been delegated by my upstream ISP. Is there a correct way to do this or will I have to have this done by my upstream ISP? -- Jim Flowers