<div dir="ltr">On 11 March 2015 at 04:27, Fredy Neeser <span dir="ltr"><<a href="mailto:Fredy.Neeser@solnet.ch" target="_blank">Fredy.Neeser@solnet.ch</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">7: br-ex.1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default<br><div><div class="h5">
    link/ether e0:3f:49:b4:7c:a7 brd ff:ff:ff:ff:ff:ff<br>
    inet <a href="http://192.168.1.14/24" target="_blank">192.168.1.14/24</a> brd 192.168.1.255 scope global br-ex.1<br>
       valid_lft forever preferred_lft forever<br>
<br>
8: br-ex.12: <BROADCAST,MULTICAST,UP,LOWER_<u></u>UP> mtu 1554 qdisc noqueue state UNKNOWN group default<br>
    link/ether e0:3f:49:b4:7c:a7 brd ff:ff:ff:ff:ff:ff<br>
    inet <a href="http://192.168.1.14/24" target="_blank">192.168.1.14/24</a> brd 192.168.1.255 scope global br-ex.12<br>
       valid_lft forever preferred_lft forever<br></div></div></blockquote><div><br></div><div>I find it hard to believe that you want the same address configured on *both* of these interfaces - which one do you think will be sending packets?<br><br>You may find that configuring a VLAN interface for eth1.12 (not in a bridge, with a local address suitable for communication with compute nodes, for VXLAN traffic) and eth1.1 (in br-ex, for external traffic to use) does better for you.<br></div><div><br></div>I'm also not clear what your Openstack API endpoint address or MTU is - maybe that's why the eth1.1 interface is addressed?  I can tell you that if you want your API to be on the same address 192.168.1.14 as the VXLAN tunnel endpoints then it has to be one address on one interface and the two functions will share the same MTU - almost certainly not what you're looking for.  If you source VXLAN packets from a different IP address then you can put it on a different interface and give it a different MTU - which appears to fit what you want much better.<br><div>-- <br></div><div>Ian.<br></div><br></div></div></div>