0

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?

Peter
  • 37

1 Answers1

1

I found answer. Manual

  1. Enter VPN connection properties->Networking->Double-click on IPv4 protocol->Advanced->Uncheck "Use default gateway on remote network"->Ok
  2. Then connect to your VPN and copy IP that you received.
  3. Open CMD and do route print -4, copy ID of adapter with vpn connection (it`s 25 by default)
  4. 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