Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2000 14:01:12 -0500 (CDT)
From:      Chris Dillon <cdillon@wolves.k12.mo.us>
To:        Nathan Vidican <webmaster@wmptl.com>
Cc:        Chris <kingsqueak@home.com>, questions@FreeBSD.ORG
Subject:   Re: dhcpd
Message-ID:  <Pine.BSF.4.21.0008041358480.45580-100000@mail.wolves.k12.mo.us>
In-Reply-To: <398AFDB0.D4D2A61B@wmptl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 4 Aug 2000, Nathan Vidican wrote:

> subnet x.x.x.x subnet 255.255.255.248 {
> 	range x.x.x.x x.x.x.x;
> }
> 
> The xxx.xxx.xxx.xxx being the interface it was complaining about not
> having an entry for, but I don't want it to function accross that
> interface - that's what I need to fix.

Instead of using the range declaration for the above subnet, use 'not
authoratative'.

subnet x.x.x.x subnet y.y.y.y {
	not authoritative;
}


-- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net
   FreeBSD: The fastest and most stable server OS on the planet.
   For Intel x86 and Alpha architectures. ( http://www.freebsd.org )




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?Pine.BSF.4.21.0008041358480.45580-100000>