Date: Mon, 28 Mar 2011 08:26:36 -0400 From: Jon Radel <jon@radel.com> To: freebsd-questions@freebsd.org Cc: bluethundr@gmail.com Subject: Re: reverse dns in bind9 Message-ID: <4D907E7C.3030901@radel.com> In-Reply-To: <AANLkTim7qBzqFyaYHLn0stb7omimakU9mU_9Gg8eNU4n@mail.gmail.com> References: <AANLkTik9mnTd_h7Yz7XBK8zpLcdoGjxyMHqfHJv1TVno@mail.gmail.com> <201103280506.p2S56S5i052834@mail.r-bonomi.com> <AANLkTim7qBzqFyaYHLn0stb7omimakU9mU_9Gg8eNU4n@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a cryptographically signed message in MIME format.
--------------ms020406030106070302090604
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
On 3/28/11 7:21 AM, Tim Dunphy wrote:
>
> Hello,
>
> Thanks for your reply!
>
> I took your advice and removed that line from resolv.conf and added
> it into /etc/named/named.conf
>
> Now it looks like this
>
> // RFC 1912
> zone "localhost" { type master; file "master/localhost-forward.d=
b"; };
> zone "127.in-addr.arpa" { type master; file "master/localhost-reverse.d=
b"; };
> zone "255.in-addr.arpa" { type master; file "master/empty.db"; };
> zone "192.in-addr.arpa" { type master; file "master/summitjnhome-revers=
e.db"; };
>
> And I did a restart of both network and named but the issue remains:
>
>
> LBSD2# host 192.168.1.44
> Host 44.1.168.192.in-addr.arpa. not found: 3(NXDOMAIN)
>
>
Nowhere do you mention that you moved all the PTR records into the=20
192.in-addr.arpa zone where they belong, as noted by Robert Bonomi. And =
why did you change
> zone "1.168.192.in-addr.arpa" { type master; file
> >> "/etc/named/master/summitnjhome-reverse.db"
> >> };
>
to
zone "192.in-addr.arpa" { type master; file=20
"master/summitjnhome-reverse.db"; };
when your PTR lines only give the last octet? Where do you expect the=20
"168.1" to come from?
--Jon Radel
jon@radel.com
--------------ms020406030106070302090604--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D907E7C.3030901>
