<div dir="ltr"><div dir="ltr">Hello,<div><br></div><div>After posting a question on Serverfault.com I thought that this list may be more suitable as my problem seems to really be a configuration issue.</div><div><br></div><div><div>I have a `CNAME` set up in dnsmasq as</div><div><br></div><div>    cname=<a href="http://ch1-lampe-bureau.swtk.info">ch1-lampe-bureau.swtk.info</a>,switch-3</div><div><br></div><div>It is resolved correctly (`switch-3` is a device which gets its IP via DHCP from dnsmasq):</div><div><br></div><div>    root@rpi1 ~# host switch-3</div><div>    switch-3 has address 10.200.0.123</div><div>    root@rpi1 ~# host <a href="http://ch1-lampe-bureau.swtk.info">ch1-lampe-bureau.swtk.info</a></div><div>    <a href="http://ch1-lampe-bureau.swtk.info">ch1-lampe-bureau.swtk.info</a> is an alias for switch-3.</div><div>    switch-3 has address 10.200.0.123</div><div><br></div><div>I then wanted to make dnsmasq authoritative for my domain by adding</div><div><br></div><div>    auth-zone=<a href="http://swtk.info">swtk.info</a></div><div>    auth-server=<a href="http://rpi1.swtk.info">rpi1.swtk.info</a></div><div>    auth-peer=192.168.0.13</div><div><br></div><div>Zone-transfer wise, it works: `192.168.0.13` can transfer the zone.</div><div><br></div><div>But the resolution of `CNAME`s stopped. I can still resolve `A` records (`switch-3` above for instance), `CNAME`s are not.</div><div><br></div><div>    root@rpi1 ~# host switch-3</div><div>    switch-3 has address 10.200.0.123</div><div>    root@rpi1 ~# host <a href="http://ch1-lampe-bureau.swtk.info">ch1-lampe-bureau.swtk.info</a></div><div>    Host <a href="http://ch1-lampe-bureau.swtk.info">ch1-lampe-bureau.swtk.info</a> not found: 3(NXDOMAIN)</div><div><br></div><div>What is the relationship between dnsmasq being authoritative and its abilty to resolve its `CNAME`s?*</div><div><br></div><div>Note: this is an internal DNS, with no relationship with the `<a href="http://swtk.info">swtk.info</a>` domain registered externally.</div><div><br></div></div></div></div>