Windows 10 VPN

From KlavoWiki
Revision as of 04:30, 22 August 2015 by David (talk | contribs) (Created page with "There seems to be a bug in Widows 10 where you are unable to go into the TCP/IP properties of a VPN connection and disable the default gateway. The workaround is here. Windo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

There seems to be a bug in Widows 10 where you are unable to go into the TCP/IP properties of a VPN connection and disable the default gateway. The workaround is here. Windows Powershell commands.

To disable the default gateway on a VPN connection.

Get-VpnConnection

SplitTunneling:

  • False (default option) default gateway is enabled
  • True, default gateway is disabled
Set-VpnConnection "My VPN" -SplitTunneling 1