From ab2897ff09c870db59f04a98ec9c49cf9a00689d Mon Sep 17 00:00:00 2001 From: Valentin Vetter Date: Mon, 14 Oct 2019 14:42:40 +0200 Subject: [PATCH] dhclient: add page (#3368) --- pages/common/dhclient.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/dhclient.md 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}}`