You are not logged in.

#1 2010-04-13 09:07:47

manzinger
Member
Registered: 2009-11-11
Posts: 26

how to install VPN server? [solved]

I have a small vserver with unlimited bandwith. I now want to use this server to "access the internet", that means, establish a secure (SSL) link to the vserver and the vserver accesses the internet.
I want this to have a secure connection when I'm on public wifi hotspots for example.
What is the best way to achieve this? The VPN (or is there a better solution than VPN?) server should be extremely lightweight as I have little RAM on my server. I wouldn't mind a good tutorial as well.
thanks

Last edited by manzinger (2010-04-13 16:35:56)

Offline

#2 2010-04-13 09:29:10

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: how to install VPN server? [solved]

OpenVPN is what you want to use if you want a true VPN, however a lot easier is just to use SSH with a dynamic port forward, and use it as a SOCKS proxy:

ssh -D 127.0.0.1:8080 server.com

Then set firefox etc to use localhost port 8080 as it's SOCKS proxy....

Offline

#3 2010-04-13 15:35:16

Slurp53
Member
Registered: 2010-03-31
Posts: 20

Re: how to install VPN server? [solved]

I have a similar setup and use TightVNC though an ssh tunnel.  Speed is ok if you use the right encryption method.  You might look at FreeNX.  I had it working for a while then it quit working and I just never fixed it.  Speed was a little better, but not that much.

smile:)

Offline

#4 2010-04-13 16:35:42

manzinger
Member
Registered: 2009-11-11
Posts: 26

Re: how to install VPN server? [solved]

fukawi2 wrote:

OpenVPN is what you want to use if you want a true VPN, however a lot easier is just to use SSH with a dynamic port forward, and use it as a SOCKS proxy:

ssh -D 127.0.0.1:8080 server.com

Then set firefox etc to use localhost port 8080 as it's SOCKS proxy....

this works perfectly, thanks!

Offline

#5 2010-04-14 00:49:13

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: how to install VPN server? [solved]

Glad that solves your problem smile

Offline

Board footer

Powered by FluxBB