<div dir="ltr"><div>Hello,</div><div><br></div><div>I love how dnsmasq is automatically reconfigured when a new container is created, but since the last two days ago this feature is not working well. </div><div><br></div><div>Now, when I create a container named c1</div><div><br></div><div><font face="monospace, monospace">$ lxc launch ubuntu:14.04 c1<br></font></div><div><font face="monospace, monospace">$ lxc list</font></div><div><div><font face="monospace, monospace">+------+---------+------+------+------------+-----------+</font></div><div><font face="monospace, monospace">| NAME |  STATE  | IPV4 | IPV6 |    TYPE    | SNAPSHOTS |</font></div><div><font face="monospace, monospace">+------+---------+------+------+------------+-----------+</font></div><div><font face="monospace, monospace">| c1   | RUNNING |      |      | PERSISTENT | 0         |</font></div><div><font face="monospace, monospace">+------+---------+------+------+------------+-----------+</font></div></div><div><br></div><div>The entry in the leases file specifies the new host as ubuntu:</div><div><br></div><div><div><font face="monospace, monospace">cat /var/lib/lxd-bridge//dnsmasq.lxdbr0.leases</font></div><div><font face="monospace, monospace">1464629670 00:16:3e:3f:53:5c 10.0.8.96 ubuntu *</font></div></div><div><br></div><div>Of course, `ping c1` doesn't work, but `ping ubuntu` does.</div><div><br></div><div>If I create a second container c2</div><div><br></div><div><div><font face="monospace, monospace">$ lxc launch ubuntu:14.04 c2<br></font></div><div><font face="monospace, monospace">$ lxc list</font></div></div><div><div><font face="monospace, monospace">+------+---------+------------------+-----------------------------------------------+------------+-----------+</font></div><div><font face="monospace, monospace">| NAME |  STATE  |       IPV4       |                     IPV6                      |    TYPE    | SNAPSHOTS |</font></div><div><font face="monospace, monospace">+------+---------+------------------+-----------------------------------------------+------------+-----------+</font></div><div><font face="monospace, monospace">| c1   | RUNNING | 10.0.8.96 (eth0) | fd35:1ee0:10e8:42af:216:3eff:fe3f:535c (eth0) | PERSISTENT | 0         |</font></div><div><font face="monospace, monospace">+------+---------+------------------+-----------------------------------------------+------------+-----------+</font></div><div><font face="monospace, monospace">| c2   | RUNNING |                  | fd35:1ee0:10e8:42af:216:3eff:fe11:d2b8 (eth0) | PERSISTENT | 0         |</font></div><div><font face="monospace, monospace">+------+---------+------------------+-----------------------------------------------+------------+-----------+</font></div></div><div><br></div><div>The new entry is added as *:</div><div><br></div><div><div><font face="monospace, monospace">1464629733 00:16:3e:11:d2:b8 10.0.8.52 ubuntu *</font></div><div><font face="monospace, monospace">1464629670 00:16:3e:3f:53:5c 10.0.8.96 * *</font></div></div><div><br></div><div>This second container can't be accessed by a host name, only by IP.<br></div><div><br></div><div>I'm running LXD on Ubuntu 16:04</div><div><br></div><div><font face="monospace, monospace"># dpkg -l | grep lxd</font></div><div><font face="monospace, monospace">ii  lxd                                2.0.1-0ubuntu1~16.04.1                   amd64        Container hypervisor based on LXC - daemon</font></div><div><font face="monospace, monospace">ii  lxd-client                         2.0.1-0ubuntu1~16.04.1                   amd64        Container hypervisor based on LXC - client</font></div><div><br></div><div>Do you have any clue why the host name included in the DNS leases file is not picking the name of the container anymore?</div><div><br></div><div>Thanks in advance,</div><div>Fernando</div></div>