Hi Hector,

> 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.

 Maybe next time you could choose a more descriptive subject, and at least 
DON'T SHOUT.
 Now for your answer:
 Your file /etc/sysconfig/network-scripts/ifcfg-eth1 should look something 
like:
DEVICE="eth1"
BOOTPROTO="dhcp"
ONBOOT="yes"
IPADDR=""
NETMASK=""
and ifcfg-eth0 something like:
DEVICE="eth0"
BOOTPROTO="none"
IPADDR="192.168.0.1"
NETMASK="255.255.255.0"
ONBOOT="yes"

                                        Bye,

                                        Leonard.



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

Reply via email to