From owner-freebsd-questions Mon May 21 14:15:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jezebel.demon.co.uk (jezebel.demon.co.uk [158.152.38.143]) by hub.freebsd.org (Postfix) with ESMTP id F38D937B42C for ; Mon, 21 May 2001 14:15:20 -0700 (PDT) (envelope-from rdls@jezebel.demon.co.uk) Received: (from rdls@localhost) by jezebel.demon.co.uk (8.11.1/8.11.1) id f4LLCMr01403; Mon, 21 May 2001 22:12:22 +0100 (BST) (envelope-from rdls) Date: Mon, 21 May 2001 22:12:21 +0100 From: Richard Smith To: Ben Franklin Cc: freebsd-questions@freebsd.org Subject: Re: dhcp server Message-ID: <20010521221221.B324@gaia.home.rdls.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from tired89@angelfire.com on Sun, May 20, 2001 at 09:44:17PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 20, 2001 at 09:44:17PM -0500, Ben Franklin wrote: > any way anyone can give me a line by line (almost) intructions on setting up a dhcp server on my freebsd 4.3 rc 1 machine? (p200 compaq). thanks to anyone who can help I use the isc-dhcp port with the following /usr/local/etc/dhcpd.conf: -----dhcpd.conf----- option domain-name "home.rdls.net"; option routers 10.0.0.1; option domain-name-servers 10.0.0.1; subnet 10.0.0.0 netmask 255.255.255.0 { range 10.0.0.32 10.0.0.128; } -------------------- I created a script within /usr/local/etc/rc.d to start the server, which ultimately executes the command line: `/usr/local/sbin/dhcpd -q' Rich. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message