
Originally Posted by
oj88
Also check if your VPN server is capable of split-tunneling. This feature allows you to surf the Internet and VPN resources at the same time.
Split-tunneling automatically adds the subnets behind the VPN server to the VPN client's routing table.
If you wish to just manually add routes into your Windows PC routing table, you can make it persistent (survive a reboot) with the "-p" switch, like so:
route add 192.168.10.0 mask 255.255.255.0 192.168.100.254 -p