Renewing your DHCP Assigned IP Address in Ubuntu
2008 Oct 15th @ 08:40:20
Categories
If you ever need to renew your DHCP assigned IP address in Ubuntu, then the following command is your friend.
sudo dhclient eth0
If that doesn’t work, you may want to try restarting your network.
sudo /etc/init.d/networking restart
