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 = &quot;Small network&quot;<br>TYPE = FIXED<br><br>#Now we&#39;ll use the cluster private network (physical)<br>BRIDGE = &quot;virbr0&quot;<br>
LEASES = [ IP=&quot;192.168.122.3&quot;]<br>LEASES = [ IP=&quot;192.168.122.4&quot;]<br><br><b>Public.net template</b><br><br>NAME  = &quot;Public LAN&quot;<br>TYPE  = &quot;FIXED&quot;<br>BRIDGE= &quot;virbr1&quot;<br>LEASES= [IP=&quot;172.16.2.205&quot;,MAC=&quot;50:20:20:20:20:20&quot;]<br>
LEASES= [IP=&quot;172.16.2.206&quot;,MAC=&quot;50:20:20:20:20:21&quot;]<br><br><b>VM Template<br><br></b>NIC    = [ NETWORK = &quot;Small network&quot; ]<br>NIC    = [ NETWORK = &quot;Public LAN&quot; ]<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>