Hello,
Thank you for posting in Microsoft Community forum.
Depending on the scenario you described, the issue of a successful VPN connection but no access to the internet or IP address can be related to several factors. Here are some possible solutions and suggestions you can try:
- Try resetting the network adapter: Run in the command prompt as an administrator:
netsh int ip reset
netsh winsock reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
- Manually set up DNS: In the network adapter settings, select Internet Protocol version 4 (TCP/IPv4) and manually set the DNS to:
Preferred: 8.8.8.8
Standby: 8.8.4.4
- Check Firewall: Temporarily disable Windows Firewall and see if that fixes the issue.
- Check the route table: Run route print to make sure the VPN route entry exists.
- Update Network Drivers: Make sure your network adapter drivers are up to date.
- Run the network troubleshooting tool: Right-click on the network icon and select "Troubleshoot Issues".
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Regards,
Jill Zhou