From owner-freebsd-questions@FreeBSD.ORG Wed Apr 28 10:34:17 2004 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 2CB9116A4CE for ; Wed, 28 Apr 2004 10:34:17 -0700 (PDT) Received: from adsl-209.142.188.58-rb.clm.centurytel.net (adsl-209.142.188.58-rb.clm.centurytel.net [209.142.188.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E9443D1F for ; Wed, 28 Apr 2004 10:34:16 -0700 (PDT) (envelope-from herbert@adsl-209.142.188.58-rb.clm.centurytel.net) Received: (qmail 18787 invoked by uid 1000); 28 Apr 2004 17:37:22 -0000 Date: Wed, 28 Apr 2004 12:37:22 -0500 From: Herbert Wolverson To: freebsd-questions@freebsd.org Message-ID: <20040428173722.GA18328@charizard.tsghelp.com> References: <032601c42c91$45f942a0$14ce21c7@TOMCAT> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <032601c42c91$45f942a0$14ce21c7@TOMCAT> User-Agent: Mutt/1.4i Subject: Re: DHCP Server 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: Wed, 28 Apr 2004 17:34:17 -0000 On Tue, Apr 27, 2004 at 01:53:12PM -0600, Kory Hamzeh wrote: > > I'm running 4.3-RELEASE and I need to add support for DHCP Clients on > our networks. I looked through the ports list and got very confused. All > I need to do is to be able to hand out up to a dozen IP addresses to > client PC's on our LAN. What is the simplest way of achieving this? The port you want is isc-dhcp. I seem to remember that it was a bit of a pain to setup the first time (email me privately and I'll send you an example config file if you like). The only trouble I foresee is that if you don't have CDs for your install, you may have a hard time finding a package that'll work on 4.3-RELEASE without updating. Isc-dhcp is rock solid - I have had it run for over a year without a glitch once setup. -- Herbert.