Reference:
http://kb.wisc.edu/page.php?id=27428
Tag: win8
Windows 8 and vpns
So I use my vpn to get the house to stream music etc. My issue is, during the day I’m at a place steps on my 10.10.1.x network. Windows 8 vpn puts a route in for 10.0.0.0, which is more than I need. So.. I have to do the following to correct this issue.
1. Go into the vpn ipv4 settings, click the advanced tab, and check the “Disable class based route addition”
2. make a batch file with this:
route add 10.10.1.0 mask 255.255.255.0 10.10.1.1 METRIC 2 IF 41
Connect to the vpn, then run this batch file but be sure to run it as administrator.