From charlesreid1

(Created page with "To flush a dhcp lease for a network interface device: <pre> dhclient -r -v eth0 && rm /var/lib/dhcp/dhclient.* ; dhclient -v eth0 </pre>")
 
No edit summary
 
Line 4: Line 4:
dhclient -r -v eth0 && rm /var/lib/dhcp/dhclient.* ; dhclient -v eth0
dhclient -r -v eth0 && rm /var/lib/dhcp/dhclient.* ; dhclient -v eth0
</pre>
</pre>
[[Category:DHCP]]
[[Category:Networking]]
[[Category:Linux]]

Latest revision as of 19:42, 26 July 2020

To flush a dhcp lease for a network interface device:

dhclient -r -v eth0 && rm /var/lib/dhcp/dhclient.* ; dhclient -v eth0