networking:mikrotik:split_tunnel_01
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| networking:mikrotik:split_tunnel_01 [2020/04/12 10:19] – rplecko | networking:mikrotik:split_tunnel_01 [2020/08/19 12:02] (current) – rplecko | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| - In **Advanced TCP/IP Settings**, uncheck **Use default gateway on remote network** | - In **Advanced TCP/IP Settings**, uncheck **Use default gateway on remote network** | ||
| - | {{ : | + | [[http:// |
| - | Now, your computer will no longer | + | Now, your computer will no longer |
| - | Next, we need to add a route so the traffic to the remote network could be routed properly. | + | Next, we need to add a route so the traffic to the remote network could be routed properly. |
| - | Powershell has a cmdlet available that adds routes on VPN connection and removes them again when the VPN is disconnected: | + | Powershell has a cmdlet available that adds routes on VPN connection and removes them again when the VPN is disconnected: |
| - | It works without having to specify the interface ID. | + | |
| The basic syntax is like this: | The basic syntax is like this: | ||
| - | | + | < |
| - | + | Add-VpnConnectionRoute -ConnectionName "VPN Connection Name" -DestinationPrefix 10.0.0.0/ | |
| + | </ | ||
| After entering this command, the routes will be created/ | After entering this command, the routes will be created/ | ||
| - | There is no adequate **Get-VpnConnectionRoute** to check your current settings, but you can use **Get-VpnConnection** which gives too much information, | + | There is no adequate **Get-VpnConnectionRoute** |
| - | + | ||
| [[https:// | [[https:// | ||
| [[https:// | [[https:// | ||
| + | < | ||
| + | </ | ||
networking/mikrotik/split_tunnel_01.1586686744.txt.gz · Last modified: 2020/04/12 10:19 by rplecko
