Hi all,<br><br>My VM template is as follows:<br><br>NAME      = "Ubuntu"<br>CPU         = 1<br>MEMORY = 768<br><br>OS    = [<br>   source = "home/oneadmin/ubuntuServer10.04.img",<br>   target   = "hda"<br>

   readonly = "no"<br><br>NIC = [ NETWORK = "Small network" ]<br><br>FEATURES=[ acpi="no" ]<br><br>GRAPHICS = [<br>      type  = "vnc",<br>      listen = "localhost",<br>
      port   = "5906" ]<br><br><br>NEXT is my VNET template:<br><br>NAME = "Small network"<br>TYPE = FIXED<br><br>BRIDGE = br0<br><br>LEASES = [ IP="172.20.134.147"]<br>LEASES = [ IP="172.20.134.148"]<br>
LEASES = [ IP="172.20.134.149"]<br><br>
<br>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.<br>
<br>Regards<br>Taylor<br><br><br>