Hacker News new | ask | show | jobs
by Nk26 4472 days ago
Tried them about a year ago, Service was pretty slow. Never heard from CS after 3 attempts. Ended up needing to go through PayPal to get my money back. Private internet access has been my goto ever since.
1 comments

Now I use DigitalOcean's $5/month box running CentOS.
Is there a 1-click deploy for a VPN on DigitalOcean that just works? SSTP prefered.
I'm interested in any howto for setting up a VPN server - the ones I found online usually assume you want to VPN into a buisness network, not channel access to the internet.

For most things though, you can just use ssh, no setup on the server required. You just need putty, or another ssh client on your local computer.

Nice guide for putty here: http://www.bestvpnservice.com/blog/how-to-setup-putty-for-ss...

For command line ssh clients, things are much easier. Just go:

ssh yourhost.com -D 8080

and then set up firefox to use a 'socks proxy' at localhost:8080, like the firefox part of that putty guide.

Is the 1TB of data transfer enough for you?