<div dir="ltr">What you want to achieve? In my case the reason for using a bridge was that I had some static IPv4 addresses and an IPv6 subnet attached to eth0.<div><br></div><div>In this case I created a profiile called webhost and added a nic device like this:</div><div>lxc profile device add webhost eth1 nic nictype=bridged parent=br0<br></div><div><br></div><div>I assigned this profile to each "webhost" container.</div><div>e.g lxc profile assign box1 default,webhost</div><div><br></div><div>For each "webhost" container I created a file /etc/network/interfaces.d/49-eth1-static.cfg with a manually created static ip configuration for eth1 in the container.</div><div><br></div><div>This finally works for me, but your case may be totally different. I've learned that in some scenarios it's important to learn how things work.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-06-29 15:23 GMT+02:00 Tomasz Chmielewski <span dir="ltr"><<a href="mailto:mangoo@wpkg.org" target="_blank">mangoo@wpkg.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've set this bridge in /etc/network/interfaces on the host:<br>
<br>
# lxc network show br-testing<br>
config: {}<br>
description: ""<br>
name: br-testing<br>
type: bridge<br>
used_by:<br>
- /1.0/containers/TDv2-testing-<wbr>307c906842-2017-06-29-11-55-34<br>
- /1.0/containers/TDv2-testing-<wbr>bc29e3f587-2017-06-29-11-47-25<br>
- /1.0/containers/TDv2-testing-<wbr>bc29e3f587-2017-06-29-11-49-17<br>
- /1.0/containers/TDv2-z-<wbr>testing-a19ea62218-2017-06-29-<wbr>10-31-48<br>
managed: false<br>
<br>
<br>
Because of this, it's unmanaged, and I'm not able to configure it via "lxc network edit":<br>
<br>
# lxc network edit br-testing<br>
error: Only managed networks can be modified.<br>
<br>
<br>
How do I best get this unmanaged network to be managed?<br>
<br>
This one unfortunately doesn't work - so I guess it will be some sort of removing the bridge from the config, then adding it with lxc:<br>
<br>
# lxc network set br-testing managed=true<br>
error: Only managed networks can be modified.<br>
<br>
But perhaps there is some "recommended" way?<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Tomasz Chmielewski<br>
<a href="https://lxadm.com" rel="noreferrer" target="_blank">https://lxadm.com</a><br>
______________________________<wbr>_________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.<wbr>org/listinfo/lxc-users</a></font></span></blockquote></div><br></div>