<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">
> Bridge:<br>
> # brctl show lxcbr0<br>
> bridge name    bridge id        STP enabled    interfaces<br>
> lxcbr0        8000.feee96ca7280    no        veth13ME9N<br>
><br>
> I'm not sure how different MTUs are handled on a bridge.<br>
<br>
</div></div>Right so then perhaps /etc/init/lxc-net.conf should be setting the<br>
mtu on lxcbr0 to match eth0's.  Of course eth0's mtu could be changed<br>
later and we can't catch that.<br>
<br>
Can you check whether dropping lxcbr0's mtu fixes your problem by<br>
itself?<br>
</blockquote></div><br><br></div><div class="gmail_extra">Interesting. The moment I start the container, the lxcbr0 MTU is back to 1500. I guess creating the veth device with a MTU of 1500 and adding it to the lxcbr0 bridge triggers that:<br>

(...)<br>3: lxcbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1454 qdisc noqueue state DOWN group default <br>    link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff<br>    inet <a href="http://10.0.3.1/24">10.0.3.1/24</a> brd 10.0.3.255 scope global lxcbr0<br>

       valid_lft forever preferred_lft forever<br>    inet6 fe80::38b8:13ff:feac:a6b0/64 scope link <br>       valid_lft forever preferred_lft forever<br><br>root@juju-fakestack-machine-3:~# lxc-start -n juju-trusty-template -d<br>

<br>root@juju-fakestack-machine-3:~# ip addr<br>(...)<br>3: lxcbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default <br>    link/ether fe:22:eb:2c:3a:78 brd ff:ff:ff:ff:ff:ff<br>    inet <a href="http://10.0.3.1/24">10.0.3.1/24</a> brd 10.0.3.255 scope global lxcbr0<br>

       valid_lft forever preferred_lft forever<br>    inet6 fe80::38b8:13ff:feac:a6b0/64 scope link <br>       valid_lft forever preferred_lft forever<br>11: vethNH178P: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master lxcbr0 state UP group default qlen 1000<br>

    link/ether fe:22:eb:2c:3a:78 brd ff:ff:ff:ff:ff:ff<br>    inet6 fe80::fc22:ebff:fe2c:3a78/64 scope link <br>       valid_lft forever preferred_lft forever<br><br><br></div><div class="gmail_extra">But ok, I put it back at 1454 and login on the container, which has 1500, and things don't work. What matters is the MTU of the container interface I'm afraid.<br>

</div></div>