Date: Thu, 3 May 2001 19:51:34 +0000 (UTC) From: "Corey Brune" <brune@sdf.lonestar.org> To: ajh3@chmod.ath.cx (Andrew Hesford) Cc: freebsd-questions@FreeBSD.ORG (FreeBSD-questions) Subject: Re: BIND Issues Message-ID: <200105031951.f43JpYp11288@sdf.lonestar.org> In-Reply-To: <20010502171533.A36461@cec.wustl.edu> from "Andrew Hesford" at May 02, 2001 05:15:33 PM
next in thread | previous in thread | raw e-mail | index | archive | help
You will need to have a reverse entry. In your named.conf the entry will look
like:
zone "0.0.0.in-addr.arpa" {
type master;
file "path/to/the/file";
};
and inside the reverse file the entry should look like:
000 PTR nameofyourserver
of course 000 will be the last bit of your IP.
Hope this helps,
Corey
Andrew Hesford
>
> I'm using whatever version of BIND is in the contrib branch of the main
> FreeBSD source tree, cvsup'ed a few days ago.
>
> I have no reverse DNS entry for myself. I have a zone file which maps a
> bunch of 192.168.1.0/0xffffff00 addresses to host names, and when I use
> nslookup or host on the name, it finds the address. However, nslookup on
> the address fails to find a hostname.
>
> This is causing all sorts of login hell using telnet on my private
> network. How can I make sure my server will respond to reverse DNS
> queries?
>
> --
> Andrew Hesford
> ajh3@chmod.ath.cx
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105031951.f43JpYp11288>
