Dhclient: Difference between revisions
From Jedisaber Wiki
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 edit summary |
||
| Line 6: | Line 6: | ||
<code>dhclient -v</code> Obtain new information from the DHCP server, and show output on the screen. | <code>dhclient -v</code> Obtain new information from the DHCP server, and show output on the screen. | ||
---- | ---- | ||
As always, <code>man dhclient</code> for full usage. | As always, <code>man dhclient</code> for full usage. | ||
Revision as of 01:16, 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.
