Live data from Hacker News

How to set up your own free VPN server on AWS

webdigi.co.uk

1–10 of 33 posts

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

#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

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

#6
post #2

Why is PPTP still used and promoted? http://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protoc...

The AWS cloudformation template on the site supports both PPTP and L2TP IPSEC protocol. So use as you like based on your security needs / device compatibility.

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

#7
post #2

Why is PPTP still used and promoted? http://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protoc...

It's fast, easy to setup and has less overhead. It's perfectly fine when all you're looking for is a different geolocation quickly.

But it shouldn't be promoted as secure.

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

#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 ?
Post reply on HN