Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2001 22:44:32 -0800 (Pacific Standard Time)
From:      Joseph Stein <joes@joescanner.com>
To:        Joey Garcia <bear@bsd.we.mediaone.net>
Cc:        <questions@FreeBSD.ORG>
Subject:   Re: ISC DHCP on IPFW/NATD Box Questions
Message-ID:  <Pine.WNT.4.31.0101312243090.1060-100000@hood>
In-Reply-To: <200102010641.f116fdh00536@bsd.we.mediaone.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.WNT.4.31.0101312243090.1060-100000>