diff --git a/pages/common/dhclient.md b/pages/common/dhclient.md new file mode 100644 index 0000000000..28bbadada0 --- /dev/null +++ b/pages/common/dhclient.md @@ -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}}`