Connect Amazon EC2 / GoGrid with OpenVPN VPN-Cubed Part 2

I try to install the VPN-Cubed into Amazon EC2 and GoGrid with the following Howto http://www.cohesiveft.com/dnld/VPN-Cubed_051_SSL-to-Cloud_Free-Edition_20091124.pdf Using the EC2 command line: export EC2_URL=https://us-east-1.ec2.amazonaws.com ec2-add-group vpncubed-mgr -d “vpncubed managers” ec2-add-group vpncubed-client -d “vpncubed clients” ec2auth vpncubed-mgr -P udp -p 1194 -o vpncubed-client -u AWS_ACCOUNT ec2auth vpncubed-mgr -P tcp -p 8000 -o vpncubed-mgr -u AWS_ACCOUNT ec2auth vpncubed-mgr …

Connect Amazon EC2 / GoGrid with OpenVPN VPN-Cubed

Since Amazon launched his AWS VPC ( Virtual Private Cloud ) I’m Looking into Cloud Computing. But the Problem with Amazon Webservice VPC is that is little bit overkilled for private use or just a POC. They setup 2 ipsec Links with BGP Routing. So I’m Looking into something similar best with OpenVPN because I …