Refreshing an IP address from a Dynamic Host Configuration Protocol (DHCP) server helps ensure your device has an updated network configuration. IP addresses that become outdated or improperly assigned can lead to connection issues on your device, including VPN. Sometimes, requesting a new IP address from the DHCP server can resolve these issues by reestablishing a stable connection to local and internet resources.
To refresh your IP address on Windows:
- Click the Start menu on the bottom left corner of your screen.
- Type
command - Click Command Prompt. The window displays.
- In the command prompt window, type
ipconfig /release - Press Enter/Return.
- In the same window, type
ipconfig /renew - Press Enter/Return.
To refresh your IP address on macOS:
- See Renew your IP address from the DHCP server on Mac for steps on how to refresh your IP address on a macOS device.