Tag Archives: renew

HOWTO send a refresh to a DHCP server

At some point you will need to refresh the lease on a network card, NIC, by sending a refresh command to your DHCP server.

To send the release to the DHCP client use the following. remember this will remember this will effectively turn off your network connection. If you are connected remotely you may loose your connection.

sudo dhclient -r

Continue reading