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 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.


----


As always, <code>man dhclient</code> for full usage.
== References ==
 
<ol>
    <li>[http://man.he.net/?topic=dhclient&section=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.


References

  1. dhclient man page