Dhclient: Difference between revisions

From Psygen Wiki
Jump to navigation Jump to search
(Created page with "== dhclient == Dynamic Host Configuration Protocol Client. dhclient is a tool that allows you to manage DHCP. <code>dhclient -r</code> Release the current IP address. <code...")
(No difference)

Revision as of 01:15, 18 December 2016

dhclient

Dynamic Host Configuration Protocol Client. dhclient is a tool that allows you to manage DHCP.

dhclient -r Release the current IP address.

dhclient -v Obtain new information from the DHCP server, and show output on the screen.


As always, man dhclient for full usage.