Forum Discussion
Big-IP Edge Client / Windows 10 1809 - No internet connection with connected VPN
- Jan 23, 2019
The latest windows update for Windows 10 1809 January 22, 2019—KB4476976 (OS Build 17763.292) seems to fix the issue!
Below are workaround instructions that worked for me as an end user. This is not intended as central workaround a for a multi-user deployment.
-
Start cmd as administrator. One way to do this is
win+r cmd ctrl+shift+enter
-
Find the Gateway ip address for your Internet connection using the route print command in the administrator command prompt. You'll find it in the first entry in the IPv4 Route Table where Network Destination is 0.0.0.0 and the Netmask is 0.0.0.0. You will use the Gateway ip address in the next step. The following step assumes that the Gateway ip address is 192.168.1.1
route print
-
Enter the following commands to route Internet traffic through your Internet connection's gateway. Use your gateway's IP address for the last address in the following commands. The first two commands make certain that the appropriate entries exist and may generate a benign error message.
route add 0.0.0.0 mask 128.0.0.0 192.168.1.1 route add 128.0.0.0 mask 128.0.0.0 192.168.1.1 route change 0.0.0.0 mask 128.0.0.0 192.168.1.1 route change 128.0.0.0 mask 128.0.0.0 192.168.1.1 rem hit enter to make certain that the prior command is executed
This workaround is for an end client and is not for a multi-user deployment. I just needed it to work for me. I'm not an administrator and not able to recommend a workaround for a multi-user environment.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com