<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Very good explanation.  Thank you Vish.</div><div><br></div><div>A final question, if the guest vnics (fixed_addresses) get created on the bridge of the flat_interface, how do I specify multinic instance configurations for devstack essex?</div><div><br></div><div>Cheers,</div><div>~kvs</div><div><br></div><span id="OLK_SRC_BODY_SECTION"><div style="font-family:Courier; font-size:14pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt"><span style="font-weight:bold">From: </span> Vishvananda Ishaya <<a href="mailto:vishvananda@gmail.com">vishvananda@gmail.com</a>><br><span style="font-weight:bold">Date: </span> Wednesday, August 15, 2012 12:13 PM<br><span style="font-weight:bold">To: </span> Kurt Scholtens <<a href="mailto:burnbrighter@hotmail.com">burnbrighter@hotmail.com</a>><br><span style="font-weight:bold">Cc: </span> <<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>><br><span style="font-weight:bold">Subject: </span> Re: [Openstack] Devstack multinode Installation network configuration help and bridging explanation<br></div><div><br></div><div><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div><div>On Aug 14, 2012, at 10:52 PM, Kurt Scholtens <<a href="mailto:burnbrighter@hotmail.com">burnbrighter@hotmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif; "><div>Vish - </div><div><br></div><div>Thank you for responding.  So, when using multiple interfaces, will setting the PUBLIC_INTERFACE to the separate interface w/o VLANing work?  Is that what you are saying below?  Are any additional configuration parameters then required such as "flat_network _bridge"?</div></div></blockquote><div><br></div>It should work on two separate interfaces with just that change.<div><br></div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif; "><div><br></div><div>Something still puzzling me:</div><ol><li>From my routing table below, it appears both the public interface AND the flat interface are on br100 (which is bound to eth2).  I didn't think a bridge could have more than one subnet attached to it at any one time. I was apparently wrong.</li></ol></div></blockquote><div>multiple unrelated ips on an interface is fine</div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif; "><ol start="2"><li>My br100 has an associated address of 11.0.4.12, but eth2 has the IP address of 192.168.12.105br100 then, has the public_interface traffic (floating_range - 192.168.12.x) and the fixed_address traffic traversing eth2, correct?     Is my understanding of what is going on correct?</li></ol></div></blockquote><br></div><div>if the interface specified in flat_interface has an ip on it, it moves it to the bridge. So you will often have multiple ips on the bridge: 1) the hosts original ip 2) an ip in the fixed_range for dnsmasq 3) all floating ips (assuming public_interface=br100) In addition, all guest vnics are on the same bridge.</div><div><br></div></div><div>public_interface just controls which interface is used for the floating ips. If you want them to be usable from outside the host, you have to make sure that is an interface (ir a bridge on an interface) that your router knows about.</div><div><br></div><div>Vish</div></div></div></span></body></html>