Hamada Amer wrote:
> I'm have cable modem. I'm trying to get my linux machine two work with the
> at home service. @home uses DHCP. Hence I must configure my linux box run
> the dhcp client. I tried the following command but it still failed,
> dhcpcd -h <hostname> eth0
>
> If anyone is familiar with setting up linux to work with the Cable modem
> your help is appreciated.
Is dhclient installed? If not, download it from the Internet
Software Consortium web site.
As root:
set up /etc/dhclient.conf to contain:
interface "eth0" { send host-name "<your client id>" ; }
then at the end of /etc/rc.d/rc.local add:
dhclient
and reboot.
Read man dhclient, dhclient.conf, dhclient.leases
--
Regards,
Ron. [AU] - sent by Mandrake Linux.