Windows 10 VPN

From KlavoWiki
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