Hi all,

My VM template is as follows:

NAME      = "Ubuntu"
CPU         = 1
MEMORY = 768

OS    = [
   source = "home/oneadmin/ubuntuServer10.04.img",
   target   = "hda"
   readonly = "no"

NIC = [ NETWORK = "Small network" ]

FEATURES=[ acpi="no" ]

GRAPHICS = [
      type  = "vnc",
      listen = "localhost",
      port   = "5906" ]


NEXT is my VNET template:

NAME = "Small network"
TYPE = FIXED

BRIDGE = br0

LEASES = [ IP="172.20.134.147"]
LEASES = [ IP="172.20.134.148"]
LEASES = [ IP="172.20.134.149"]


i did a onevnet show when the vm is running to check which IP is allocated
to it but i'm not able to ping to the allocated IP. The ping can only be
done when i vnc in using the host to reboot the vm to get the correct IP
generated. The oned.log did  not indicate any errors. Would like to know
whether is my configuration wrong? Thanks to all for helping me out.

Regards
Taylor
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to