<div dir="ltr"><div>Hi,</div><div><br></div><div>I am running dnsmasq for dhcp/dns of a local test domain: <a href="http://test.example.com">test.example.com</a>. Everything works fine. When a dhcp client (eg: client1) comes up, it gets the IP from dnsmasq, and I can dig/nslookup <a href="http://client1.test.example.com">client1.test.example.com</a> to get its IP.</div><div><br></div><div>When I add a cname in the same domain, eg:</div><div>cname=<a href="http://alias.test.example.com">alias.test.example.com</a>,<a href="http://client1.test.example.com">client1.test.example.com</a></div><div><br></div><div>dig/nslookup of <a href="http://alias.test.example.com">alias.test.example.com</a> only returns name <a href="http://client1.test.example.com">client1.test.example.com</a>, not the actual IP of <a href="http://client1.test.example.com">client1.test.example.com</a></div><div><br></div><div>It's interesting that if I add the cname for a different domain, eg:</div><div>cname=<a href="http://alias.dummy.example.com">alias.dummy.example.com</a>,<a href="http://client1.test.example.com">client1.test.example.com</a></div><div> </div><div>dig/nslookup of <a href="http://alias.dummy.example.com">alias.dummy.example.com</a> will return both name <a href="http://client1.test.example.com">client1.test.example.com</a> and its IP.</div><div><br></div><div>I tried a few different versions but that doesn't make a difference.</div><div><br></div><div>Is this a known issue/limitation?</div><div><br></div><div>Thanks!</div><div>Frank<br></div></div>