Lots of ISP's have been enabling TCP/IPv6 - this has been causing havoc with VPN connections as traffic is getting sent out via the internet rather than via the VPN Either disable TCP/IPv6 for the wifi / lan adapter as a test or better still modify the registry to make TCP/IPv4 the preferred DNS route - create a new dword DisabledComponents The Decimal value is 32 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters] "DisabledComponents"=dword:00000020
... View more