I have to say I'm surprised I've never needed to know this before. If I have a Linux system on a network and power it up while the DHCP server is down, how the heck do I later get it to request an IP address once the DHCP server is back up?
Mercutio said:If an interface is specified as controlled by DHCP, I believe it will continue to make requests until it receives an address.
blakerwry said:ifconfig eth0 down
ifconfig eth0 up