<div dir="ltr">Hey Everyone,<div><br></div><div>I'm testing an installation of dnsmasq on Ubuntu with two separate DHCP ranges that get assigned based on the mac address of the device.<br><br>```<br>...<br>dhcp-range=10.1.0.100,10.1.0.200,12h<br>dhcp-range=net:iot,10.1.60.1,10.1.60.200,12h<br><br>dhcp-mac=iot,00:08:5d:*:*:*<br>...<br>```<br><br>I use dnsmasq as a DNS server and currently have it configured with<br><br>```<br>...<br>local=/somedomain.local/<br>...<br>```<br><br>Which means that for devices on both  DHCP ranges they respond to `{hostname}.somedomain.local`. <br><br>I'm trying to figure out if there is a way to configure dnsmasq so that devices on the general range respond to `{hostname}.somedomain.local` but devices on the iot range respond to `{hostname}.iot.somedomain.local`<br></div><div><br></div><div>I'll be very grateful for any help I can get,</div><div><br></div><div>Carlos G.</div></div>