B
B
batal2013-05-31 13:16:45
iOS
batal, 2013-05-31 13:16:45

VPN on iPhone for a specific website?

I have an iPhone and VPN (in my case it's hotspotshield).
The task is to use this VPN strictly for one site - pandora.com.
Can anyone suggest how I can set this up?
Or maybe someone knows another VPN with American servers that will suit my purposes.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nochkin, 2013-05-31
@nochkin

I did this on a host with OpenVPN when I threw different meshes over the VPN.
You just need to add a new route. The commands are system dependent. On Linux, for example, something like this:

route add -net 208.85.40.0 netmask 255.255.255.0 gw 192.168.10.10

Where:
208.85.40.0/255.255.255.0 is the pandora network.
192.168.10.10 is the IP of the OpenVPN server that relays packets. Forward must be enabled on the server.
That is, all requests for addresses 208.85.40.0-208.85.40.255 will go to 192.168.10.10, which in turn will already steer them.
All addresses are, of course, inaccurate and are for illustration purposes only.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question