From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 15:44:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E866537B401 for ; Mon, 21 Apr 2003 15:44:25 -0700 (PDT) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF7643FBD for ; Mon, 21 Apr 2003 15:44:22 -0700 (PDT) (envelope-from dirkx@webweaving.org) Received: from foem (foem [10.11.0.2])h3LMiKTA036192; Tue, 22 Apr 2003 00:44:21 +0200 (CEST) (envelope-from dirkx@webweaving.org) Date: Tue, 22 Apr 2003 00:44:20 +0200 (CEST) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem.leiden.webweaving.org To: Paul Hoffman In-Reply-To: Message-ID: <20030422004235.G29555-100000@foem.leiden.webweaving.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Running isc-dhcpd on two interfaces? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 22:44:26 -0000 On Mon, 21 Apr 2003, Paul Hoffman wrote: > > # Interlink to church: > > # > > subnet 172.16.0.68 netmask 255.255.255.252 {not authoritative; } # wi1 > > This maybe works for the subnet specifications, but what about for > the options? That is, my options include things like subnet mask, > routers, and so on that are going to be different for the two DHCP > ranges. How do I differentiate between them? I've been grouping them; and for the two networks which are shared use the 'shared-network' declaration. I think I took the example from dhcpd.conf(5). Dw