you should add a DISPLAY and login to console , you may have networking issue (network on eth1 for example)

Olivier

Le 3/17/11 1:12 PM, Rizwan a écrit :
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.


*front node /etc/network/interfaces file*
------------------------------
---------------------------------
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static

#auto br0
#iface br0 inet static
        address 192.168.31.53
        netmask 255.255.255.0
        network 192.168.31.0
        broadcast 192.168.31.255
        gateway 192.168.31.15
# dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 172.16.1.1


-----------------------------------------------------------------

*compute node /etc/network/interfaces
*
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
        address 192.168.31.54
        netmask 255.255.255.0
        network 192.168.31.0
        broadcast 192.168.31.255
        gateway 192.168.31.53
# dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 172.16.1.1

---------------------------------------------------------------
*my virtual network template*

NAME = "LAN"
TYPE = RANGED
BRIDGE = br0
NETWORK_ADDRESS = 192.168.31.128
NETWORK_SIZE    = 126
NETMASK         = 255.255.255.0
GATEWAY         = 192.168.31.53
-----------------------------------------------------------------

*my Virtual Machine template*

CPU=1
MEMORY=512

OS=[ root="hda" ]

DISK=[
    source="/var/lib/one/images/ubuntu10.img",
    target="hda",
    readonly="no",
    bus="ide" ]

NIC=[ NETWORK="LAN" ]
FEATURES=[ acpi="no" ]

-------------------------------------------------------------------

regards


_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

--
gpg key id: 4096R/326D8438  (pgp.mit.edu)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to