Hello,
I am just starting with Eucalyptus. :-)
We have:
* a Cluster with 22 Servers (Nehalem Based) and we use XEN as a hypervisor interconnected via a switch.
* 2 Public IP adress
Using Eucalyptus, how can we create/configure VMs and offer an access to them (using ssh for example) from the outside (Internet).
Thanks in advance.
Best Regards.
Hello,
if you only have 2 public IPs then you can only have 2 public instances running at any time, and probably no elastic IP service: so you could MANAGED or MANAGED_NOVLAN, but you may run out of IPs very fast. You can start instances with --addressing private, and if you put at least one instance with a public IP in the same security group, you will be able to access them. Do you have a specific use case, or application you are trying to port to the cloud? For general use 2 IPs seems a bit limited.
cheers,
graziano