dhclient -r | renew ip command
Linux renew ip command
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:
Now obtain fresh IP:
$ sudo dhclient -r
Now obtain fresh IP:
$ sudo dhclient
Comments
Post a Comment