From owner-freebsd-questions Wed Jan 31 22:44:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shasta.wstein.com (rfx-64-6-196-149.users.reflexcom.com [64.6.196.149]) by hub.freebsd.org (Postfix) with ESMTP id C736837B4EC for ; Wed, 31 Jan 2001 22:44:36 -0800 (PST) Received: from hood (hood.wstein.com [192.168.250.14]) by shasta.wstein.com (8.11.1/8.11.1) with ESMTP id f116ia916509; Wed, 31 Jan 2001 22:44:36 -0800 (PST) (envelope-from joes@joescanner.com) Date: Wed, 31 Jan 2001 22:44:32 -0800 (Pacific Standard Time) From: Joseph Stein To: Joey Garcia Cc: Subject: Re: ISC DHCP on IPFW/NATD Box Questions In-Reply-To: <200102010641.f116fdh00536@bsd.we.mediaone.net> Message-ID: X-X-Sender: joes@joescanner.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I only want to give dynamic address to computers on my > internal network which is 192.168.0.1/24 based address > scheme. I don't want it to try to hand out addresses > on the internet side. Know what I mean? Yup. You need to modify the dhcp startup file (/usr/local/etc/rc.d/dhcpd.sh) to only listen on the interface for the inside of your network... In my instance, my "public" interface is rl0 and my inside interface is dc0; so my startup command is 'dhcpd dc0' ... Works well here. You're basically asking for trouble if you are trying to do all this with only one interface. joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message