Force DHCP IP Renewal (Windows, Linux)
Windows
- Press [WINDOWS] + [R] key combination
- Enter "cmd" and hit [ENTER]
- ipconfig /release & ipconfig /renew
- ipconfig /all
- exit
Linux
- sudo dhclient -r; sudo dhclient
- ifconfig
- systemd-resolve --status --no-pager
- hostname --fqdn