I have setup single node opennebula cloud using ubuntu 10.10 server, I 
can run the virtual machine but i cant ping or ssh to that instance. I 
used ubuntu10.10-server.img, (i tried ttylinux image with same results) file for the virtual machine. Here are some 
details.<br>
<br><br><b>front node /etc/network/interfaces file</b><br>------------------------------<div id=":3s">---------------------------------<br># The loopback network interface<br>auto lo<br>iface lo inet loopback<br><br># The primary network interface<br>

auto eth0<br>iface eth0 inet static<br><br>#auto br0<br>#iface br0 inet static<br>        address 192.168.31.53<br>        netmask 255.255.255.0<br>        network 192.168.31.0<br>        broadcast 192.168.31.255<br>        gateway 192.168.31.15<br>

        # dns-* options are implemented by the resolvconf package, if installed<br>        dns-nameservers 172.16.1.1<br><br><br>-----------------------------------------------------------------<br><br><b>compute node /etc/network/interfaces<br>

</b><br># The loopback network interface<br>auto lo<br>iface lo inet loopback<br><br># The primary network interface<br>auto eth0<br>iface eth0 inet manual<br><br>auto br0<br>iface br0 inet static<br>        address 192.168.31.54<br>

        netmask 255.255.255.0<br>        network 192.168.31.0<br>        broadcast 192.168.31.255<br>        gateway 192.168.31.53<br>        # dns-* options are implemented by the resolvconf package, if installed<br>        dns-nameservers 172.16.1.1<br>

<br>---------------------------------------------------------------<br><div class="gmail_quote"><b>my virtual network template</b><br><br>NAME = "LAN"<br>TYPE = RANGED<br>BRIDGE = br0<br>NETWORK_ADDRESS = 192.168.31.128<br>

NETWORK_SIZE    = 126<br>NETMASK         = 255.255.255.0<br>GATEWAY         = 192.168.31.53<br>-----------------------------------------------------------------<br><br><b>my Virtual Machine template</b><br><br>CPU=1<br>MEMORY=512<br>

<br>OS=[ root="hda" ]<br><br>DISK=[<br>    source="/var/lib/one/images/ubuntu10.img",<br>    target="hda",<br>    readonly="no",<br>    bus="ide" ]<br><br>NIC=[ NETWORK="LAN" ]<br>

FEATURES=[ acpi="no" ]<br><br>-------------------------------------------------------------------<br><br>regards<br></div></div>