Help: dchp and ethernet

Joe Villari yellowdog-general@lists.terrasoftsolutions.com
Mon May 24 17:59:01 2004


I'm trying to configure my on board ethernet to work with this hotel's 
dhcp. here is my ifcfg-eth0 file:

NAME=
DEVICE=eth0
IPADDR=
BOOTPROTO=dhcp
ONBOOT=yes
NETMASK=
GATEWAY=
DNS=xx.xxx.xxx.xx (the dhcp client address provided from the hotel)

I then run:
/etc/rc.d/init.d/network stop
/etc/rc.d/init.d/network start

but never get a connection.

I've also tried it for eth1 but it never comes up.

Whadda I need to do?

Thanks
Joe