<div dir="ltr"><div>I'm starting to do some testing with servers under lxd, and am confounded by the inability to configure networking as desired. Obviously I'm missing some elementary step here.</div><div><br></div><div>For all my lxc servers, I could edit /var/lib/lxc/<ct name>/config and voila - full control over the network modes and devices per container, or edit /etc/lxc/default.conf for defaults.</div><div><br></div><div>With lxd, I can't seem to get rid of lxcbr0 -</div><div><br></div><div>"lxc profile edit default" - set nictype to "bridged" & got rid of lxcbr0, setting parent to "br0"</div><div><br></div><div>Saved the following configuration:</div><div><br></div><div>name: default</div><div>config: {}</div><div>description: Default LXD profile</div><div>devices:</div><div>  eth0:</div><div>    name: eth0</div><div>    nictype: bridged</div><div>    parent: br0</div><div>    type: nic</div><div><br></div><div>I create a container: "lxc launch ubuntu:618ab2ddf554 first"</div><div><br></div><div>and "lxc list" shows this: </div><div><br></div><div>+-------+---------+--------------------------------+------+------------+-----------+</div><div>| NAME  |  STATE  |              IPV4              | IPV6 |    TYPE    | SNAPSHOTS |</div><div>+-------+---------+--------------------------------+------+------------+-----------+</div><div>| first | RUNNING | 192.168.111.247 (eth0)         |      | PERSISTENT | 0         |</div><div>|       |         | 10.0.3.1 (lxcbr0)              |      |            |           |</div><div>+-------+---------+--------------------------------+------+------------+-----------+</div><div><br></div><div>Why is lxcbr0 there? Is it possible to get rid of it?</div><div><br></div><div>Puzzled,</div><div><br></div><div>Jake</div></div>