<div dir="ltr">Hello All,<div><br></div><div><div>First the great news, it seems that the OpenVSwitch bug has been resolved:</div><div><br></div><div>>> Sun Apr 21 11:49:37 2013 [VMM][I]: post: Executed "sudo /usr/bin/ovs-ofctl add-flow ovsbr0 in_port=24,dl_src=02:00:44:47:83:46,priority=40000,actions=normal".</div>
<div>>> Sun Apr 21 11:49:37 2013 [VMM][I]: post: Executed "sudo /usr/bin/ovs-ofctl add-flow ovsbr0 in_port=24,priority=39000,actions=drop".</div><div class="gmail_extra"><br></div><div class="gmail_extra">
This is awesome, as virtual machines deploy correctly now; I'm one step closer to getting a running OpenNebula deployment.</div><div class="gmail_extra"><br></div><div class="gmail_extra">However, it seems that OpenNebula is not configuring the network quite right, I've assigned a /28 to my OpenNebula server, <a href="http://8.8.8.65/28">8.8.8.65/28</a>, and when I assign an IP to a VM, the VM configures the network as a /24</div>
</div><div><br></div><div><div>eth0      Link encap:Ethernet  HWaddr 02:00:44:47:83:46  </div><div>          inet addr:8.8.8.8.70  Bcast:8.8.8.8.255  Mask:255.255.255.0</div><div>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1</div>
<div>          RX packets:6358 errors:0 dropped:0 overruns:0 frame:0</div><div>          TX packets:72 errors:0 dropped:0 overruns:0 carrier:0</div><div>          collisions:0 txqueuelen:1000 </div><div>          RX bytes:385057 (376.0 KiB)  TX bytes:6403 (6.2 KiB)</div>
<div>          Interrupt:11 Base address:0xc000</div></div><div><br></div><div style>So my question is, how do I configure the network so it uses the correct subnet?</div><div style><br></div><div style>I've configured everything so far directly via SunStone.</div>
<div style><br></div><div style>Here's my VM template:</div><div style><br></div><div style><div>>> oneadmin@loki:~$ onetemplate show template-4</div><div>>> TEMPLATE 4 INFORMATION                                                          </div>
<div>>> ID             : 4                   </div><div>>> NAME           : template-4          </div><div>>> USER           : oneadmin            </div><div>>> GROUP          : oneadmin            </div>
<div>>> REGISTER TIME  : 03/28 02:04:14      </div><div>>> </div><div>>> PERMISSIONS                                                                     </div><div>>> OWNER          : um-                 </div>
<div>>> GROUP          : ---                 </div><div>>> OTHER          : ---                 </div><div>>> </div><div>>> TEMPLATE CONTENTS                                                               </div>
<div>>> CPU="0.5"</div><div>>> DISK=[</div><div>>>   IMAGE_ID="4" ]</div><div>>> GRAPHICS=[</div><div>>>   LISTEN="0.0.0.0",</div><div>>>   TYPE="VNC" ]</div>
<div>>> MEMORY="1024"</div><div>>> NIC=[</div><div>>>   NETWORK_ID="0" ]</div><div>>> REQUIREMENTS="ID=\"0\""</div><div>>> UNDEFINED="2.00"</div>
<div>>> VCPU="2"</div></div></div>