| DHCP ip address after boot? Hi all,
It's probably something really obvious, but I can't figure out how to get my eth0 to renew it's IP address from a DHCP server after boot. If I forget to plug in my ethernet cable on boot (it's a laptop) then the eth0 interface doesn't obtain an ip address, and hence the interface is not brought up. I typed:
# ifconfig eth0 up
which brings up the interface, but doesn't poll the DHCP server for an address. In the windows world I'd type ipconfig/renew but I can't find the equivalent in linux.
Thanks in advance  |