Hi,<br>I am trying to install a opennebula cloud. I have one front end with ubuntu installed. I have successfully installed opennebula. I am able to run instances but cannot access them using the IP given in the network template file.. Following is my VM template file.<br>
<br>NAME = test-vm<br>MEMORY = 256<br>CPU = 1<br><br>OS = [ KERNEL = "/boot/vmlinuz-2.6.32-5-xen-amd64",<br> INITRD = "/boot/initrd.img-2.6.32-5-xen-amd64",<br> ROOT = "/dev/xvda",<br>
KERNEL_CMD = "ro xencons=tty console=tty1"]<br><br># OS image, mapped to sda.<br>DISK = [ IMAGE = "Debian Lenny",<br> TARGET = "xvda",<br> DRIVER = "file:",<br>
READONLY = "no" ]<br><br># First DATABLOCK image, mapped to sde<br>#DISK = [ IMAGE = "Debian" ]<br><br># Second DATABLOCK image, mapped to sdf<br>#DISK = [ IMAGE = "Experiment scripts" ]<br>
<br># swap, sdd<br>DISK = [ TYPE = swap,<br> SIZE = 1024,<br> TARGET = "sdb",<br> READONLY = "no",<br> DRIVER = "file:" ]<br><br>#DISK = [ TYPE = fs,<br>
# SIZE = 4096,<br># FORMAT = ext3,<br># SAVE = yes,<br># TARGET = sdg ]<br><br>NIC=[NETWORK="Public1"]<br><br>--------------------------------------------------------------<br>
The network file is as follows<br>NAME = "Public1"<br>TYPE = FIXED<br><br>BRIDGE = eth0<br><br>LEASES = [IP=192.168.145.68]<br><br>---------------------------------------------------------------<br>In opennebula , there is no option for specifying gateway, broadcast, netmask and dns server. How these values are communicated to the instance at boot time. I would like to know how networking is managed by opennebula front-end.<br>
<br>Prakhar<br><br><br> <br>