Re: [Openstack] Connection between VMS

2013-10-10 Thread Rick Jones
On 10/09/2013 06:55 PM, Guilherme Russi wrote: Hello Rick, Here is the command: ubuntu@small-vm02:~$ ssh ubuntu@small-vm03 ssh: Could not resolve hostname small-vm03: Name or service not known My point is, I have my cloud-vm01 with IP 10.5.5.3 and I want ssh to my cloud-vm02 with IP 10.5.5.4,

Re: [Openstack] Connection between VMS

2013-10-09 Thread Guilherme Russi
Hello Rick, Here is the command: ubuntu@small-vm02:~$ ssh ubuntu@small-vm03 ssh: Could not resolve hostname small-vm03: Name or service not known My point is, I have my cloud-vm01 with IP 10.5.5.3 and I want ssh to my cloud-vm02 with IP 10.5.5.4, but I can't simply do "ssh ubuntu@10.5.5.4" becau

Re: [Openstack] Connection between VMS

2013-10-09 Thread Rick Jones
On 10/09/2013 05:32 PM, Guilherme Russi wrote: Hello guys, I have some VMs and I'd like to connect them through their name, for example, my VMs are named cloud-vm01 to cloud-vmn but I can't ssh from cloud-vm01 in cloud-vm02 doing "ssh user@cloud-vm01". How can I workaround it? When you say

[Openstack] Connection between VMS

2013-10-09 Thread Guilherme Russi
Hello guys, I have some VMs and I'd like to connect them through their name, for example, my VMs are named cloud-vm01 to cloud-vmn but I can't ssh from cloud-vm01 in cloud-vm02 doing "ssh user@cloud-vm01". How can I workaround it? Regards. Guilherme. ___