FireBrick Road Warrior Windows 10: Difference between revisions

On our Windows 10 machine, the VPN connected, but traffic was still going out via our normal network connection and not over the IPsec VPN. eg, a tracert shows traffic going via our local router and not over the VPN.
 
Others seem to have the problem, eg [[http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_web/pptp-vpn-cant-open-tcpip-propities/130425bc-7997-4b50-b535-6c590805df9d|here]] and [[https://social.technet.microsoft.com/Forums/en-US/af1cce20-ae21-4e89-bebc-11dc17becea5/no-access-to-internet-protocol-v4-or-v6-in-10049|here]], but those post are about preview releases and our Windows 10 is the final release. The button isn't grayed out on our case, it just does nothing when clicked!
 
Load PowerShell via:
Start/Windows button -> type: PowerShell -> Click on 'Windows PowerShell Desktop app'
 
Get-VpnConnection
Set-VpnConnection -Name "vpnname" -SplitTunneling $False
 
<gallery>
IPsec-Win10-powershellVPN.PNG|Disabling SplitTunneling on Windows 10 via PowerShell
</gallery>
 
[[Category:FireBrick_IPsec_Road_Warrior|Windows]]