From owner-freebsd-questions Fri Jun 15 17: 3:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nwcst322.netaddress.usa.net (nwcst322.netaddress.usa.net [204.68.23.67]) by hub.freebsd.org (Postfix) with SMTP id 1E20537B403 for ; Fri, 15 Jun 2001 17:03:21 -0700 (PDT) (envelope-from vanbo@usa.net) Received: (qmail 23378 invoked by uid 60001); 16 Jun 2001 00:03:20 -0000 Message-ID: <20010616000320.23377.qmail@nwcst322.netaddress.usa.net> Received: from 204.68.23.67 by nwcst322 for [208.176.132.111] via web-mailer(34FM.0700.17C.01) on Sat Jun 16 00:03:20 GMT 2001 Date: 15 Jun 2001 17:03:20 PDT From: JOHN VAN BOXTEL To: freebsd-questions@freebsd.org Subject: Bind and Reverse Delegations X-Mailer: USANET web-mailer (34FM.0700.17C.01) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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 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 w= e 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 Or can I do the whole zone (which seems to work fine with the masters, bu= t the slave complain that I an not authoratative for the zone and won't transfe= r) 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=3D= 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message