[PLUG] Named

Ryan E. Helfter reh@blacksoul.net
Tue, 17 Oct 2000 16:20:53 -0500 (EST)


ummm... why do you have "113.150.in-addr.arpa" as your reverse in your
boot.conf / boot.named (depending on bind 8 or bind 4 respectively) Where
is your third set of numbers?

in your boot.conf file, you should have a listing something like this:

it should be xxx.xxx.xxx.in-addr.arpa

(if you are master/primary dns server)

zone "0.0.127.in-addr.arpa" {
	type master;
	file "db.127.0.0";
};

(if you are slave /secondary / tertiary) 

zone "0.0.127.in-addr.arpa" {
	type slave;
	file "db.127.0.0";
	masters {
		<ip address of primary dns server>
	};
};

-- 
Ryan E. Helfter
reh@blacksoul.net
Black Soul Networks, LLC
--

On Tue, 17 Oct 2000, Brent Meshier wrote:

> Date: Tue, 17 Oct 2000 14:43:18 -0500 (EST)
> From: Brent Meshier <brent@purdue.edu>
> To: plug@csociety.ecn.purdue.edu
> Subject: [PLUG] Named
> 
> Anyone know what this log message means?
> 
> Oct 17 14:25:21 mydomain named[360]: bad referral (. !< 113.150.in-addr.arpa)
> 
> --Brent
> 
> ____________________________________________________
> The Purdue Linux Users' Group (PLUG) mailing list.
> plug mailing list  -  plug@csociety.purdue.edu
> http://csociety.ecn.purdue.edu/mailman/listinfo/plug
>