From owner-freebsd-questions@FreeBSD.ORG Tue Apr 27 12:59:32 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 BD0E716A4CE for ; Tue, 27 Apr 2004 12:59:32 -0700 (PDT) Received: from mynah.mail.pas.earthlink.net (mynah.mail.pas.earthlink.net [207.217.120.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A4C43D46 for ; Tue, 27 Apr 2004 12:59:32 -0700 (PDT) (envelope-from algould@datawok.com) Received: from 20-74.lctv-b4.cablelynx.com ([24.204.20.74] helo=[192.168.63.10]) by mynah.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.36 #4) id 1BIYjs-0008Ib-00; Tue, 27 Apr 2004 12:59:32 -0700 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Tue, 27 Apr 2004 14:59:32 -0500 User-Agent: KMail/1.6.1 References: <032601c42c91$45f942a0$14ce21c7@TOMCAT> In-Reply-To: <032601c42c91$45f942a0$14ce21c7@TOMCAT> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404271459.32065.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b4042f569acd31a1b150c1f8ed2386adf350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: Kory Hamzeh 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: Tue, 27 Apr 2004 19:59:32 -0000 On Tuesday 27 April 2004 02:53 pm, 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? > > Thanks, > Kory > Install and configure the dhcp server at: /usr/ports/net/isc-dhcp3-server/ I haven't used dhcp in a while; but I recall the configuration file is well documented. Best of luck, Andrew Gould