Live data from Hacker News

How to set up your own free VPN server on AWS

webdigi.co.uk

11–20 of 33 posts

Re: How to set up your own free VPN server on AWS

#13
post #10
post #4

Streisand[0] also only takes about 10 times, but with fewer mouse clicks and is much, much more secure. By default it tunnels OpenVPN over stunnel so that your connections looks exactly like regular SSL sessions (albeit SSL sessions that last for months at a time). https://github.com/jlund/streisand

is there a way to use streisand at an existing instance of EC2/DO ?

Yes.

Streisand is just a bundle of ansible playbooks so it can easily be deployed on any server that meets the requirements: Debian 7 or similar.

It also has a nice menu to deploy to Amazon, Linode, Digital Ocean and Rackspace without extra effort.

Re: How to set up your own free VPN server on AWS

#15
> However, it has always been hard to trust a VPN provider who could potentially log and intercept your internet traffic!

Later:

> Then under Template, Source, select “Specify an Amazon S3 template URL” and paste in this URL https://s3.amazonaws.com/webdigi/VPN/Unified-Cloud-Formation... and then click Next.

Now you're just trusting your obscure VPN machine-image provider not to log and intercept your traffic! (Or am I misunderstanding what using this URL does?)

Like another commenter, I was sort of hoping for something more generic.

Re: How to set up your own free VPN server on AWS

#16

> However, it has always been hard to trust a VPN provider who could potentially log and intercept your internet traffic! Later: > Then under Template, Source, select “Specify an Amazon S3 template URL” and paste in this URL https://s3.amazonaws.com/webdigi/VPN/Unified-Cloud-Formation... and then click Next. Now you're just trusting your obscure VPN machine-image provider not to log and intercept your traffic! (Or am…

I wrote a pretty generic blog post (not AWS specific) a couple of years ago about how to quickly set up a VPN Server: https://redfern.me/quick-and-dirty-vpn-server-with-pptpd/

Re: How to set up your own free VPN server on AWS

#17
I created a Docker image that runs OpenVPN and wraps the verbose key and cert generation process. Works on any cloud provider that runs Docker instances (I try to avoid OpenVZ).

https://registry.hub.docker.com/u/kylemanna/openvpn/

https://github.com/kylemanna/docker-openvpn

Re: How to set up your own free VPN server on AWS

#20
post #4

Streisand[0] also only takes about 10 times, but with fewer mouse clicks and is much, much more secure. By default it tunnels OpenVPN over stunnel so that your connections looks exactly like regular SSL sessions (albeit SSL sessions that last for months at a time). https://github.com/jlund/streisand

Streisand is amazing. I did the VPN setup that is mentioned in the OP, and it worked well .. but then I read your comment and set it up too .. and its just lightyears ahead in terms of what you get out of the process at the end.
Post reply on HN