Date: Thu, 3 May 2001 17:16:19 -0500 From: Andrew Hesford <ajh3@chmod.ath.cx> To: Corey Brune <brune@sdf.lonestar.org> Cc: Andrew Hesford <ajh3@chmod.ath.cx>, FreeBSD-questions <freebsd-questions@FreeBSD.ORG> Subject: Re: BIND Issues Message-ID: <20010503171619.A10368@cec.wustl.edu> In-Reply-To: <200105031951.f43JpYp11288@sdf.lonestar.org>; from brune@sdf.lonestar.org on Thu, May 03, 2001 at 07:51:34PM %2B0000 References: <20010502171533.A36461@cec.wustl.edu> <200105031951.f43JpYp11288@sdf.lonestar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 03, 2001 at 07:51:34PM +0000, Corey Brune wrote: > 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? Yes, thank you. A few people have already contacted me privately about this problem. Who knew that's what the IN-ADDR.ARPA zone file was for? That now sheds new light on why the file is called "localhost.rev". Just thank God I'm learning this stuff on my own, private network, and not on a large site. :) -- Andrew Hesford ajh3@chmod.ath.cx 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?20010503171619.A10368>