dhclient: add page (#3368)
This commit is contained in:

committed by
Lucas Gabriel Schneider

parent
e81653840a
commit
ab2897ff09
11
pages/common/dhclient.md
Normal file
11
pages/common/dhclient.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# dhclient
|
||||||
|
|
||||||
|
> DHCP client.
|
||||||
|
|
||||||
|
- Get an IP address for the `eth0` interface:
|
||||||
|
|
||||||
|
`sudo dhclient {{eth0}}`
|
||||||
|
|
||||||
|
- Release an IP address for the `eth0` interface:
|
||||||
|
|
||||||
|
`sudo dhclient -r {{eth0}}`
|
Reference in New Issue
Block a user