From owner-freebsd-questions Sat Jun 16 15:36:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jezebel.demon.co.uk (jezebel.demon.co.uk [158.152.38.143]) by hub.freebsd.org (Postfix) with ESMTP id 26C1437B401 for ; Sat, 16 Jun 2001 15:36:49 -0700 (PDT) (envelope-from rdls@jezebel.demon.co.uk) Received: (from rdls@localhost) by jezebel.demon.co.uk (8.11.1/8.11.1) id f5GMXh001313; Sat, 16 Jun 2001 23:33:43 +0100 (BST) (envelope-from rdls) Date: Sat, 16 Jun 2001 23:33:43 +0100 From: Richard Smith To: JOHN VAN BOXTEL Cc: freebsd-questions@freebsd.org Subject: Re: Bind and Reverse Delegations Message-ID: <20010616233342.B1109@gaia.home.rdls.net> References: <20010616000320.23377.qmail@nwcst322.netaddress.usa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010616000320.23377.qmail@nwcst322.netaddress.usa.net>; from vanbo@usa.net on Fri, Jun 15, 2001 at 05:03:20PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jun 15, 2001 at 05:03:20PM -0700, JOHN VAN BOXTEL wrote: > Our ISP delegated our ips for reverse lookup to our name servers but I an not > quite sure, that I have the reverse DNS setup right. The number of IPs we > have is less then /24 so... > > In my named.conf, do I need a zone per host for example hosts 12.45.1.1, and > 12.24.1.2: > > zone "1.1.45.12" { > type master; > file "12.45.1.1.rev"; > }; > > zone "2.1.45.12" { > type master; > file "12.45.1.2.rev"; > }; > > and in each .rev file one line: > 1 IN PTR hostname1.domain.net > 2 IN PTR hostname2.domain.net RFC 2317 notwithstanding, the above lines should read: @ IN PTR hostname1.domain.net and: @ IN PTR hostname2.domain.net > > Or can I do the whole zone (which seems to work fine with the masters, but the > slave complain that I an not authoratative for the zone and won't transfer) > like so: > > zone "1.45.12" { > type master; > file "12.45.1.rev"; > }; > > and in 12.24.1.rev list: > 1 IN PTR hostname1.domain.net > 2 IN PTR hostname2.domain.net > > VANBO > > ____________________________________________________________________ > Get free email and a permanent address at http://www.netaddress.com/?N=1 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Richard Smith Network Systems Director Satamatics Ltd Green Lane, Tewkesbury, GL20 8HD, United Kingdom Tel: +44 1684 278610 Fax: +44 1684 278611 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message