dhclient: add page (#3368)

italian
Valentin Vetter 2019-10-14 14:42:40 +02:00 committed by Lucas Gabriel Schneider
parent e81653840a
commit ab2897ff09
1 changed files with 11 additions and 0 deletions

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}}`