How to set up your own free VPN server on AWS
webdigi.co.uk
How to set up your own free VPN server on AWS
1–10 of 33 posts
Re: How to set up your own free VPN server on AWS
#2Why is PPTP still used and promoted?
http://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protoc...
Re: How to set up your own free VPN server on AWS
#3Don't use PPTP
Re: How to set up your own free VPN server on AWS
#4Streisand[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).
Re: How to set up your own free VPN server on AWS
#5Don't use PPTP
You can also use L2TP IPSEC. Use PPTP for devices that dont support L2TP.
Re: How to set up your own free VPN server on AWS
#6Why 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
#7Why 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
#8managed to get my Tokyo vpn server quickly. awesome.
Re: How to set up your own free VPN server on AWS
#9They speak of a free tier for new AWS customers but how much does it cost if we're not a new customer?
Re: How to set up your own free VPN server on AWS
#10Streisand[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 ?