Monday, August 3, 2015

How to enable Use default gateway on remote network with Windows 10

There are a lot of tutorials out there that are for previous versions of Windows that say to right click on the VPN and choose properties, then select IPv4 and click properties. The problem is with Windows 10, at least for me, nothing happens when you click the properties button.

 

The way I have found to enable this functionality is via PowerShell.

 

Start PowerShell as an administrator then run Get-VpnConnection

1

Next run Set-VpnConnection –Name MY_VPN_NAME –SplitTunneling $true
Replace MY_VPN_NAME with the name of your VPN connection.

2

No comments:

Post a Comment

How to enable Use default gateway on remote network with Windows 10

There are a lot of tutorials out there that are for previous versions of Windows that say to right click on the VPN and choose properties, then select IPv4 and click properties. The problem is with Windows 10, at least for me, nothing happens when you click the properties button.

 

The way I have found to enable this functionality is via PowerShell.

 

Start PowerShell as an administrator then run Get-VpnConnection

1

Next run Set-VpnConnection –Name MY_VPN_NAME –SplitTunneling $true
Replace MY_VPN_NAME with the name of your VPN connection.

2