Archive for October 15th, 2008

Renewing your DHCP Assigned IP Address in Ubuntu

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

Powered by WordPress
Entries (RSS) and Comments (RSS).