Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 1999 19:51:48 -0800
From:      Dave McKay <dave@sneakerz.org>
To:        Bret Ford <bford@tiger.cc.uop.edu>
Cc:        freebsd-isp@freebsd.org
Subject:   Re: Struggling to get in-addr.arpa working
Message-ID:  <19991130195148.A22082@sneakerz.org>
In-Reply-To: <Pine.GSO.4.20.9911301913540.23060-100000@tiger.cc.uop.edu>; from Bret Ford on Tue, Nov 30, 1999 at 07:42:51PM -0800
References:  <Pine.GSO.4.20.9911301913540.23060-100000@tiger.cc.uop.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

> ----------------------------------------
> named.conf
> ----------------------------------------
> 
> options {
> 	directory "/var/named";
> };
> 
> zone "plover.org" {
> 	type master;
> 	file "namedb/db.plover";
> };
> 
> zone "8.57.105.216.in-addr.arpa" {

I don't really have time to explain the whole concept, but one thing I do know is that that zone is not going to work.  You probably need something like 28.8/57.105.216.in-addr.arpa for your zone entry.

> 	type master;
> 	file "namedb/db.reverse";
> };
> 
> zone "0.0.127.in-addr.arpa" {
> 	type master;
> 	file "namedb/db.127.0.0";
> };
> 
> zone "." {
> 	type hint;
> 	file "namedb/db.cache";
> };

-- 
--------------------------------------------------------------------------
Dave McKay                                      dave@sneakerz.org              
MSN Hotmail                                     http://www.hotmail.com
--------------------------------------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991130195148.A22082>