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 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
<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. | ||
== References == | |||
<ol> | |||
<li>[http://man.he.net/?topic=dhclient§ion=all dhclient man page]</li> | |||
</ol> | |||
Latest revision as of 23:12, 20 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.
