I have a vpn connection configured in windows 7 native client. I require that when I go to open.spotify.com in my browser (Chrome), all traffic to this site goes only through the VPN. Only for open.spotify.com. The question is how to do it?
Asked
Active
Viewed 4,879 times
1 Answers
1
I found answer. Manual
- Enter VPN connection properties->Networking->Double-click on IPv4 protocol->Advanced->Uncheck "Use default gateway on remote network"->Ok
- Then connect to your VPN and copy IP that you received.
- Open CMD and do
route print -4, copy ID of adapter with vpn connection (it`s 25 by default) - Create a route using following command template:
route ADD *IP of website that needs VPN*/24 *IP of VPN from second item* IF *ID of VPN adapter*
Peter
- 37