Dhclient

From Psygen Wiki
Revision as of 01:15, 18 December 2016 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.