<div dir="ltr">Thanks for the feedback - Editing /etc/default/lxc-net in the ct solved the problem. That's one I won't forget.<div><br></div><div>Regards,</div><div><br></div><div>Jake</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 22, 2016 at 8:30 PM, Stéphane Graber <span dir="ltr"><<a href="mailto:stgraber@ubuntu.com" target="_blank">stgraber@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Mar 22, 2016 at 08:08:53PM -0700, jjs - mainphrame wrote:<br>
> I'm starting to do some testing with servers under lxd, and am confounded<br>
> by the inability to configure networking as desired. Obviously I'm missing<br>
> some elementary step here.<br>
><br>
> For all my lxc servers, I could edit /var/lib/lxc/<ct name>/config and<br>
> voila - full control over the network modes and devices per container, or<br>
> edit /etc/lxc/default.conf for defaults.<br>
><br>
> With lxd, I can't seem to get rid of lxcbr0 -<br>
><br>
> "lxc profile edit default" - set nictype to "bridged" & got rid of lxcbr0,<br>
> setting parent to "br0"<br>
><br>
> Saved the following configuration:<br>
><br>
> name: default<br>
> config: {}<br>
> description: Default LXD profile<br>
> devices:<br>
>   eth0:<br>
>     name: eth0<br>
>     nictype: bridged<br>
>     parent: br0<br>
>     type: nic<br>
><br>
> I create a container: "lxc launch ubuntu:618ab2ddf554 first"<br>
><br>
> and "lxc list" shows this:<br>
><br>
> +-------+---------+--------------------------------+------+------------+-----------+<br>
> | NAME  |  STATE  |              IPV4              | IPV6 |    TYPE    |<br>
> SNAPSHOTS |<br>
> +-------+---------+--------------------------------+------+------------+-----------+<br>
> | first | RUNNING | 192.168.111.247 (eth0)         |      | PERSISTENT | 0<br>
>         |<br>
> |       |         | 10.0.3.1 (lxcbr0)              |      |            |<br>
>         |<br>
> +-------+---------+--------------------------------+------+------------+-----------+<br>
><br>
> Why is lxcbr0 there? Is it possible to get rid of it?<br>
<br>
</div></div>That lxcbr0 is INSIDE the container, not on the host.<br>
<br>
><br>
> Puzzled,<br>
><br>
> Jake<br>
<br>
> _______________________________________________<br>
> lxc-users mailing list<br>
> <a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>
> <a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Stéphane Graber<br>
Ubuntu developer<br>
<a href="http://www.ubuntu.com" rel="noreferrer" target="_blank">http://www.ubuntu.com</a><br>
</font></span><br>_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br></blockquote></div><br></div>