Files
oam/knowledge base/dhclient.md
2023-02-07 03:04:32 +01:00

21 lines
407 B
Markdown

# Dhclient
## TL;DR
```sh
# Renew a DHCP lease.
sudo dhclient -v
sudo dhclient eth0
# Release a DHCP lease.
sudo dhclient -r eth0
```
## Further readings
- [Force the DHCP client to renew the IP address in Linux]
<!-- internal references -->
<!-- external references -->
[force the dhcp client to renew the ip address in linux]: https://www.cyberciti.biz/faq/howto-linux-renew-dhcp-client-ip-address/