- Forums
- Linux
- Windows Vs Linux DHCP IP Address Release Renew
use these commands for windows and linux to manage you DHCP ip address [4994], Last Updated: Mon Jun 24, 2024
dd
Sat Jul 16, 2022
0 Comments
378 Visits
Use these commands for windows and linux to manage you DHCP ip address
Windows Linux
Release:
> ipconfig /release $ sudo dhclient -r
Renew:
> ipconfig /renew $ sudo dhclient
Done, that is all to it!