I think you can set up an empty subnet belock for your eth0 subnet to
prevent the outside world from seeing your dhcp server (man dhcpd.conf),
but I know this works for sure-

edit /etc/rc.d/init.d/dhcpd. find the line that looks like

daemon dhcpd

and change it to

daemon dhcpd -q eth1

This tells dhcpd to only listen on eth1. man dhcpd for details.

hth
charles

On Fri, 30 Mar 2001, Hector M Banda wrote:

> Hi all,
> I have setup my server where a have cable modem to connect to the web and
> I'm sub netting to my laptop using dhcp.
> Now, do I need to specify on my dhcp server to which card to listen for dhcp
> requests?
> The way it's right now eth0 to the web and eth1 for the subnet.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to