I am a college student and I can't visit some websites in campus such as youtube and facebook. Can I use OpenVPN as a proxy? I'm using Ubuntu 12.04 64 bit.
|
closed as off topic by ghoti, Tim Cooper, rene, Ted Hopp, Michal Klouda Oct 21 '12 at 17:21
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
OpenVPN provides a network connection. You can run a proxy through that connection, but OpenVPN is not proxy software. If you are able to connect to the outside world via SSH, then you should look at SSH's If you really want to use OpenVPN, you'll need to make sure that your university isn't blocking outbound access on port 1194 (or you could perhaps run OpenVPN on a non-standard port). Then, once you have a connection established using OpenVPN, you'd connect through it to an HTTP proxy like tinyproxy. I think the SSH option is easier though.
Then tell your browser to find a SOCKS proxy on |
|||
|
|