Tuesday, October 23, 2012

Create a Personal VPN server on the Amazon Cloud (EC2)

Create a Personal VPN server on the Amazon Cloud (EC2) Tube. Duration : 10.97 Mins.


This video will walk you through creating your own, personal VPN server on the Amazon Cloud using Amazon's EC2 service. VPN tunnels are useful for protecting your data when you have to connect to the internet through an unsecured wifi hotspot, like those at coffee shops or airports. UEC Images: uec-images.ubuntu.com Code snippet (note - Remove "sudo" for second instance): sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE See the accompanying article at erik.gs

No comments:

Post a Comment