From owner-freebsd-questions Fri Aug 4 12: 1:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 47E6637BB72 for ; Fri, 4 Aug 2000 12:01:23 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id OAA46171; Fri, 4 Aug 2000 14:01:13 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Fri, 4 Aug 2000 14:01:12 -0500 (CDT) From: Chris Dillon To: Nathan Vidican Cc: Chris , questions@FreeBSD.ORG Subject: Re: dhcpd In-Reply-To: <398AFDB0.D4D2A61B@wmptl.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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