Forum Discussion
jone14_166962
Altocumulus
Oct 04, 2018Big-IP Edge Client / Windows 10 1809 - No internet connection with connected VPN
Hi everybody
I've updated my computer to Windows 10 Build 1809:
After a successfull connection with Big-IP Edge Client VPN the internet connection is broken. Ping to Google DNS servers...
- Jan 22, 2019
The latest windows update for Windows 10 1809 January 22, 2019—KB4476976 (OS Build 17763.292) seems to fix the issue!
NasimMalik_3304
Nimbostratus
Oct 06, 2018Hi,
Sorry to mention the whole process of this temporary work around.
Here you go.
On each affected PC split the default gateway for two routes:
Step : 1 delete 0.0.0.0/0,
Step: 2 ( add 0.0.0.0/1 and 128.0.0.0/1) I applied below command.
Route print -p 0.0.0.0 netmask 128.0.0.0 default gateway (Ip address of your default gateway) Route print -p 128.0.0.0 netmask 128.0.0.0 default gateway(Ip address of your default gateway)
I hope, this temporary workaround can fix the issue. Thanks