Logo
My Journal
Tag

Linux Force DHCP client (dhclient) to renew ip address

Tag

Guide how to renew ip address in Linux

The -r flag explicitly releases the current lease, and once the lease has been released, the client exits. For example, open terminal and type the command: $ sudo dhclient -r Now obtain fresh IP: $ sudo dhclient There is no need to restart network service. Above command should work with any...

Continue reading ...