dhclient: add page (#3368)

This commit is contained in:
Valentin Vetter
2019-10-14 14:42:40 +02:00
committed by Lucas Gabriel Schneider
parent e81653840a
commit ab2897ff09

11
pages/common/dhclient.md Normal file
View 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}}`