<div dir="ltr"><div><div>Given the following network configuration:</div></div><div><div>===========</div><div></div></div><div><div><div><network></div><div>  <name>osc_mgmt</name></div><div>  <uuid>d93fe709-14ae-4a0e-8989-aeaa8c76c513</uuid></div><div>  <forward mode='route'/></div><div>  <bridge name='osc_mgmt' stp='on' delay='0'/></div><div>  <mac address='52:54:00:3f:fe:10'/></div><div>  <ip address='192.168.80.254' netmask='255.255.255.0'></div><div>    <dhcp></div><div>      <range start='192.168.80.1' end='192.168.80.200'/></div><div>      <host mac='52:54:00:2c:85:92' name='openstack-controller-00' ip='192.168.80.1'/></div><div>      <host mac='52:54:00:e2:4b:25' name='openstack-database-00' ip='192.168.80.2'/></div><div>      <host mac='52:54:00:50:91:04' name='openstack-keystone-00' ip='192.168.80.3'/></div><div>      <host mac='52:54:00:fe:5b:36' name='openstack-rabbitmq-00' ip='192.168.80.7'/></div><div>      <host mac='52:54:00:95:ca:bd' name='openstack-glance-00' ip='192.168.80.5'/></div><div>    </dhcp></div><div>  </ip></div><div></network></div></div></div><div><br></div><div>When attempting to bring up the relevant interface in the virtual machine, I get an incorrect IP address assigned, different from the one I statically set up per the XML above. As you can see, the device with MAC '52:54:00:e2:4b:25' should really be getting 192.168.80.2, but what happens when we bring this interface up is this:</div><div><br></div><div>===========</div><div><div>root@openstack-database-00:/home/osc# ifup ens11</div><div>Internet Systems Consortium DHCP Client 4.3.3</div><div>Copyright 2004-2015 Internet Systems Consortium.</div><div>All rights reserved.</div><div>For info, please visit <a href="https://www.isc.org/software/dhcp/">https://www.isc.org/software/dhcp/</a></div><div><br></div><div>Listening on LPF/ens11/...</div><div>Sending on   LPF/ens11/...</div><div>Sending on   Socket/fallback</div><div>DHCPDISCOVER on ens11 to 255.255.255.255 port 67 interval 3 (xid=0x6769e42a)</div><div>DHCPREQUEST of 192.168.80.27 on ens11 to 255.255.255.255 port 67 (xid=0x2ae46967)</div><div>DHCPOFFER of 192.168.80.27 from 192.168.80.254</div><div>DHCPACK of 192.168.80.27 from 192.168.80.254</div><div>bound to 192.168.80.27 -- renewal in 1407 seconds.</div></div><div><br></div><div><br></div><div>Some additional info about the VM and network it's attached to</div><div>===========</div><div><br></div><div></div><div>[root@dragon dnsmasq]# virsh domiflist openstack-database-00<br></div><div><div>Interface  Type       Source     Model       MAC</div><div>-------------------------------------------------------</div><div>vnet12     bridge     br20       virtio      52:54:00:6c:ce:b9</div><div>vnet13     network    VM_MGMT    rtl8139     52:54:00:7d:ca:87</div><div>vnet14     network    osc_mgmt   rtl8139     52:54:00:e2:4b:25</div><div><br></div><div>[root@dragon dnsmasq]# virsh net-info osc_mgmt</div><div>Name:           osc_mgmt</div><div>UUID:           d93fe709-14ae-4a0e-8989-aeaa8c76c513</div><div>Active:         yes</div><div>Persistent:     yes</div><div>Autostart:      yes</div><div>Bridge:         osc_mgmt</div></div><div><div>===========</div><div><br></div><div><br></div><div></div></div><div>What's strange is that the first VM seems to work correctly and gets an assigned address of 192.168.80.1, but for some reason the others don't. Any ideas?</div><div><br></div><div><br></div><div><br></div></div>