Shrew Soft VPN Client: Route Metric
After connecting to the business network I have no internet access.
route print
shows:
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.132.222 192.168.132.166 121
开发者_如何学编程 0.0.0.0 0.0.0.0 On-link 10.100.10.26 31
<... snip ...>
Through these commands:
route delete 0.0.0.0 mask 0.0.0.0 192.168.132.222
route add 0.0.0.0 mask 0.0.0.0 192.168.132.222 metric 1
I am able to then access both internet AND the business network.
I am wondering: Is there a way to define that via Shrew Settings?
The answer given by user416930 is correct, but a little unclear, so here it is spelled out a little better.
- In Shrew Soft VPN Access Manager, go to Edit > Properties > Policy > Select.
- Uncheck "Obtain Topology Automatically or Tunnel All".
- Click "Add". Add the network used by your VPN.
If you are unclear what VPN your network is using:
- Open command prompt and type "ipconfig /all".
- Look for the entry with "Screw Soft Virtual Adapter".
Shrew Soft VPN Acess Manager>Edit>Properties>Policy>Select(Maintain Persistent Security Assosiacations),Add(10.0.0.0,/255.0.0.0)
精彩评论