L2TP Client: Windows: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
|||
| Line 45: | Line 45: | ||
SC START RASMAN |
SC START RASMAN |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
==Split tunnel routing== |
|||
This is more of an advanced topic, and if you're looking in to this then you probably know what you're doing already! |
|||
It's possible to only send certain traffic over the L2TP and send the rest of your traffic over your normal internet connection. |
|||
You can do this by disabling the option to use the default gateway of the L2TP - this is a setting found in the TCPIP settings of the L2TP connection Adaptor settings |
|||
You can then use various commands to route specific traffic over the L2TP, eg, for example if you only want to send "81.187.30.81/32 over the L2TP, then you can use this PowerShell command: |
|||
Add-VpnConnectionRoute -ConnectionName "AA L2TP" -DestinationPrefix "81.187.30.81/32" -PassThru |
|||
You can then go to http://ip4.help.me.uk (which is hosted on that IP) and it will show your L2TP IP address. |
|||
== Windows 7 == |
== Windows 7 == |
||