Hi Stefan,<div><br></div><div>My guess is that if you&#39;re using a preexisting image, udev will have already created a persistent rule associated to your old NIC device labeled as &#39;eth0&#39;. If you deploy it with OpenNebula, the MAC address will change (most probably) so the new network interface will be labeled &#39;eth1&#39;. If I&#39;m not wrong and that&#39;s the problem, try removing that persistent &#39;eth0&#39; udev rule.</div>

<div><br></div><div><div>Anyhow, the best way to find out what&#39;s going on with your VM is to enable VNC access to it. You can then connect to the VM and see what&#39;s going on.</div><div><br></div><div>To do that try using this in your VM template, for instance:</div>

<div><div><br></div><div>GRAPHICS = [ </div><div>  type    = &quot;vnc&quot;,              </div><div>  listen  = &quot;127.0.0.1&quot;,</div><div>  port    = &quot;5&quot;]</div></div><div><br></div><div>for more info check: <a href="http://opennebula.org/doku.php?id=documentation:rel1.4:template#i_o_devices_section">http://opennebula.org/doku.php?id=documentation:rel1.4:template#i_o_devices_section</a></div>

<div><br></div><div>And one more thing, you don&#39;t need to pre-configure the network settings (IP, etc), you can do it dynamically by using vmcontext: <a href="http://opennebula.org/doku.php?id=documentation:rel1.4:vgg#using_the_leases_within_the_virtual_machine">http://opennebula.org/doku.php?id=documentation:rel1.4:vgg#using_the_leases_within_the_virtual_machine</a></div>

<div><br></div><div>Cheers!</div><div><br></div><div>Jaime</div><div><br></div><div><br><br><div class="gmail_quote">On Wed, Feb 10, 2010 at 5:21 PM, Harder, Stefan <span dir="ltr">&lt;<a href="mailto:Stefan.Harder@fokus.fraunhofer.de">Stefan.Harder@fokus.fraunhofer.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
I&#39;m pretty new to OpenNebula. I compiled, installed, and configured it<br>
in Version 1.4 (using KVM) on two Ubuntu 9.10 Servers. My cluster node<br>
has a network bridge br0 and the ttylinux example works fine.<br>
<br>
But now I wanted to deploy a self created VM so I created one with the<br>
Virtual Machine Manager on my workstation. I used Ubuntu 9.10 server<br>
64bit for that, configured the /etc/network/interfaces of the VM with<br>
the right IP, installed sshd, and copied the image to the server who is<br>
the cloud manager. onevm create vm1 works, VM status after a while is<br>
runn.<br>
<br>
But unlike the ttylinux my VM is not pingable or reachable via ssh.<br>
<br>
Did I miss something to configure? Or any other mistakes?<br>
<br>
My templates look like this:<br>
<br>
<a href="http://small_network.net" target="_blank">small_network.net</a>:<br>
------------------<br>
NAME = &quot;Small network&quot;<br>
TYPE = FIXED<br>
<br>
#Now we&#39;ll use the cluster private network (physical)<br>
BRIDGE = br0<br>
LEASES = [ IP=&quot;xxx.xxx.xxx.204&quot;]<br>
<br>
vm1.one:<br>
--------<br>
#---------------------------------------<br>
# VM definition example<br>
#---------------------------------------<br>
<br>
NAME = vm1<br>
<br>
CPU    = 1<br>
MEMORY = 512<br>
<br>
# --- kernel &amp; boot device ---<br>
<br>
OS = [<br>
  kernel   = &quot;/vmlinuz&quot;,<br>
  initrd   = &quot;/initrd.img&quot;,<br>
  root     = &quot;sda&quot; ]<br>
<br>
# --- 2 disks ---<br>
<br>
DISK = [<br>
  source   = &quot;/srv/cloud/temp/vm1.img&quot;,<br>
  target   = &quot;sda&quot;,<br>
  readonly = &quot;no&quot; ]<br>
<br>
DISK = [<br>
  type     = swap,<br>
  size     = 1024,<br>
  target   = &quot;sdb&quot;,<br>
  readonly = &quot;no&quot; ]<br>
<br>
# --- 1 NIC ---<br>
<br>
NIC    = [ NETWORK = &quot;Small network&quot; ]<br>
<br>
<br>
Best regards<br>
<br>
Stefan<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</blockquote></div><br></div></div>