1
0
mirror of https://github.com/cheat/cheat.git synced 2024-12-24 05:29:44 +01:00
cheat/cheatsheets/dhclient

8 lines
169 B
Plaintext
Raw Normal View History

# To release the current IP address:
sudo dhclient -r
# To obtain a new IP address:
sudo dhclient
# Running the above in sequence is a common way of refreshing an IP.