Linux SSH Setup
Linux is one of the easiest systems to use port forwarding on. Just open a command prompt / terminal window, and run the following:
ssh -C -D127.0.0.1:8080 -P443 username@servername.vpnsecure.me
- -C: (optional) will enable compression over the link. Can improve speeds depending on the
type of data being sent
- 127.0.0.1: is the local IP you want the socks proxy
to listen on
- 8080: is the localport you want to open a socks proxy, to configure in your network
applications.
- 443: is the remote port that our server is
listening on - available in the server list in our members area
- username: is your VPNSecure members username
- servername.vpnsecure.me: is the individual server you want to connect to - you can find a list in
our members area under "servers"
Once you hit enter you will be prompted for your VPNSecure members area password, and connect the SSH tunnel. Then
you just need to configure your browser or internet applications to use this tunnel, connecting to server 127.0.0.1 with the local port you chose
above.
We have proxy setup guides available for common browsers here: