dhclient

# Tell dhclient to release the current lease it has from the server.
$ dhclient -r


# Use the DHCPv4 protocol to obtain an IPv4 address and configuration parameters (default).
$ dhclient -4

Last updated