Other posts related to private-cloud

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

 | Tuesday, 23. February 2010 1:08

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 -P udp -p 1195-1197 -o vpncubed-mgr -u AWS_ACCOUNT
  • ec2auth vpncubed-mgr -P tcp -p 8000 -s IP_WHERE_YOU_WILL_MANAGE_CUBE/32
IMPORTANT: This line limits cube access. Use this technique for security of your network.
The /32 means “host only†and is needed in the command.
Now repeat same ec2 commands for EU region:
  • export EC2_URL=https://eu-west-1.ec2.amazonaws.com
  • <ec2 commands from above>
Unset the EC2_URL variable:
  • export EC2_URL=

and after this I don’t see my keypairs anymore !

http://www.cohesiveft.com/dnld/VPN-Cubed_SSL-2-GoGrid_Free_Edition_v20091103.pdf

and also the one from GoGrid but  unfortunately  I was not able to add my own Private Cloud into this connection

I need some more Infos about the VPN Cubed Manager but I can’t find it.

I now wrote a email to Cohesiveft.com, now we will see.

Share

Connect Amazon EC2 / GoGrid with OpenVPN VPN-Cubed

 | Saturday, 20. February 2010 13:32

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 have that already running with my Pfsense Firewall.

I found after a few Websearches the VPN-Cubed that works also with OpenVPN:

Thats how it works, you run a preinstalled Cloudserver with VPN-Cubed and also on the second site and then Connect them together. Looks pretty simple, but I have to test first.

–> and the best news, almost for free

http://www.cohesiveft.com/Cube/VPN/VPN-Cubed_SSL/

Share