Hello everybody, <br><br>I have set up opennebula, and it works perfectly. But only with the ttylinux.img. I can deploy it, ping it, ssh into it, everything is ok.<br>But i have also create an image with kvm on which i install ubuntu server 10.10. And when I put on opennebula this image, i can run a vm but i can't ping it or ssh into it.<br>
<br>My VM is configure for dhcp lease and with openssh.<br><br>Can you help me ?<br><br>here is my template file : <br><br>NAME   = vm_cloud01<br>CPU    = 1<br>MEMORY = 2048<br>FEATURES=[ acpi="no" ]<br>DISK   = [<br>
 source   = "/home/oneadmin/ubuntu-kvm/cloud02.img",<br> target   = "hda",<br> clone    = "yes",<br> readonly = "no"<br>]<br>NIC    = [ NETWORK="VM LAN" ]<br><br><br>Thanks <br>
<br>Regards.<br>