Click to See Complete Forum and Search --> : dhcp-client


phantasma
04-05-2001, 02:57 AM
How can I start an dhcp-client on RH ? :rolleyes:

moxo
04-05-2001, 07:13 AM
I Haven't tried it myself yet but this seems to be comprehensive: http://www.linuxdoc.org/HOWTO/mini/DHCP/

paco
04-05-2001, 10:43 AM
Do you mean that you want to start DHCPCD @ startup?

First make sure that dhcpcd is installed.

then you can add the command to your boot script(s)

posterboy
04-05-2001, 10:52 AM
Perhaps useful, is that RH uses a utility named pump to do this work. The man page is very instructive. If RH sees "through" your eth card during install, pump will be put in the init.d and run subsequently, with a line like pump -i eth0. pump -s gets full stats on your DHCP connection.Well thought out, installs the DNS addies for you, etc.
Ray