Monday, July 13, 2015

Windows X Vpn Remote Default Route


On Windows 7/8 it was pretty tardily to configure a VPN Tunnel to purpose the remote default route. On Windows x (build 10162) you lot are non able to access the settings for IP4 on the VPN configuration. Below are the steps to fix it to NOT purpose the remote default road using PowerShell:


Open upwardly a PowerShell Window in addition to come inwards the following:
Get-VpnConnection
This volition listing your configured VPN connections
Identify your VPN Connection refer in addition to the next to DISABLE the remote default route:
Set-VpnConnection -Name "YourVPN_Name" -SplitTunneling $True
To ENABLE the road for this connection, type:
Set-VpnConnection -Name "Converged - Witbank" -SplitTunneling $False