From owner-freebsd-questions@FreeBSD.ORG Tue Apr 3 15:33:05 2007 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00A1216A402 for <freebsd-questions@freebsd.org>; Tue, 3 Apr 2007 15:33:05 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id D3BD413C4C2 for <freebsd-questions@freebsd.org>; Tue, 3 Apr 2007 15:33:04 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 4727 invoked from network); 3 Apr 2007 15:33:03 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender <freebsd-questions-local@be-well.ilk.org>) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for <admin2@enabled.com>; 3 Apr 2007 15:33:03 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id B0D1E28467; Tue, 3 Apr 2007 11:33:02 -0400 (EDT) To: Noah <admin2@enabled.com> References: <46114669.40701@enabled.com> From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> Date: Tue, 03 Apr 2007 11:33:02 -0400 In-Reply-To: <46114669.40701@enabled.com> (Noah's message of "Mon\, 02 Apr 2007 11\:07\:37 -0700") Message-ID: <44ps6l8ocx.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: dhcp.conf relay howto? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Apr 2007 15:33:05 -0000 Noah <admin2@enabled.com> writes: > Is there a good How to so I can configure my dhcpd server to handle DHCP > relayed leases for networks it is not directly attached to? The exact details depend on which DHCP server you are using, of course. With the ISC server, I believe that the syntax involved declaring the networks in a subnet declaration for the network on which the requests would be received. I don't have access to my lab network at the moment, though, so I can't check how I configured it for my DHCP testbed.