The Linux Kernel should also be a Hypervisor…

As a Linux developer, it’s hard for me to be that interested in Xen… When you think about it, it is really quite silly. We advocate Linux for everything from embedded systems to systems requiring real-time performance, to high-end mainframes. I trust Linux to run on my dvd player, my laptop, and to run on …

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 …