From owner-freebsd-current@FreeBSD.ORG Thu Jan 20 11:21:15 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA2B16A4CE for ; Thu, 20 Jan 2005 11:21:15 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FBD443D49 for ; Thu, 20 Jan 2005 11:21:15 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CraNG-000JTh-Cz; Thu, 20 Jan 2005 11:21:14 +0000 Date: Thu, 20 Jan 2005 11:21:14 +0000 From: Ceri Davies To: nikolay.nenchev@rbb-sofia.raiffeisen.at Message-ID: <20050120112114.GN49329@submonkey.net> Mail-Followup-To: Ceri Davies , nikolay.nenchev@rbb-sofia.raiffeisen.at, freebsd-current@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ufBapV6AXnt9KAs/" Content-Disposition: inline In-Reply-To: X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: freebsd-current@freebsd.org Subject: Re: Fw: DNS reverse zone problem? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 11:21:15 -0000 --ufBapV6AXnt9KAs/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 20, 2005 at 12:26:33PM +0200, nikolay.nenchev@rbb-sofia.raiffei= sen.at wrote: > from named.conf:=20 >=20 > zone "0/26.XXX.XXX.XXX.in-addr.arpa." { > type master; > file "master/example.com.rev" > allow-query { any; } ; > allow-transfer { > myslave server; > } ; > }; That's a very strange zone declaration. You'd normally have a zone named 0.z.y.x.in-addr.arpa with PTR records from 1-62 therein, and the above zone delegated to you. Then the z.y.x.in-addr.arpa zone would include CNAMEs such as: $ORIGIN z.y.x.in-addr.arpa. 1 IN CNAME 1.0.z.y.x.in-addr.arpa. 2 IN CNAME 2.0.z.y.x.in-addr.arpa. Anyway, I think the zone name above is your problem. Failing that, please explain how your reverse DNS is delegated (note: at times like this, obfuscation of IP addresses is likely to make it harder for me to understand your situation, so I may just give up if you continue to do this). Ceri PS. This is *way* off-topic for current@. --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --ufBapV6AXnt9KAs/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB75QqocfcwTS3JF8RAukyAJ9RNq2/PwHwpNhONOtpuQq5ycb7rACgxqfv 5TswL/wII6woyIOYesoJnEM= =Vn7y -----END PGP SIGNATURE----- --ufBapV6AXnt9KAs/--