Hi<br><br>I need to configure networking in Open Nebula. The Virtual Machines are not instantiated with the private and the public ips mentioned in the templates(<a href="http://private.net">private.net</a> and <a href="http://public.net">public.net</a>). I have also given the name of the private and the public network in my NICs.<br>
<br>I have done the following steps<br><br><b>Private.net template<br><br></b>NAME = "Small network"<br>TYPE = FIXED<br><br>#Now we'll use the cluster private network (physical)<br>BRIDGE = "virbr0"<br>
LEASES = [ IP="192.168.122.3"]<br>LEASES = [ IP="192.168.122.4"]<br><br><b>Public.net template</b><br><br>NAME  = "Public LAN"<br>TYPE  = "FIXED"<br>BRIDGE= "virbr1"<br>LEASES= [IP="172.16.2.205",MAC="50:20:20:20:20:20"]<br>
LEASES= [IP="172.16.2.206",MAC="50:20:20:20:20:21"]<br><br><b>VM Template<br><br></b>NIC    = [ NETWORK = "Small network" ]<br>NIC    = [ NETWORK = "Public LAN" ]<br><br>I have also setup 2 bridges in the host(virbr0 and virbr1). The bridge virbr1 is connected to my physical interface eth0 in the host.<br>
<br>With al these changes my vm is still not launched with the desired private and  public ips. Any help in this regard will be really appreciated.<br><br>Thanks<br><br><br><br>