<div dir="ltr">Hi All,<div><br></div><div>Happy New Year!<br><div><br></div><div>I'm (today) a brand new user of dnsmasq (transitioning from dhcpd/bind) and /loving/ it!<br><div><br></div><div>I'm interested in seeing if I can assign all of the "private" W-Fi mac addresses (found enabled on Apple devices) to a different IP range on my network, while the rest of the DHCP traffic goes to the "public" range. <div><br></div><div>I took a guess at the syntax:<br><br>dhcp-range=set:private_wifi,192.168.20.100,192.168.20.200,255.255.255.0,12h<br>dhcp-host=*:02:*:*:*:*,set:private_wifi<br>dhcp-host=*:06:*:*:*:*,set:private_wifi<br>dhcp-host=*:0A:*:*:*:*,set:private_wifi<br>dhcp-host=*:0E:*:*:*:*,set:private_wifi<br>dhcp-range=192.168.10.10,192.168.10.250,12h</div><div><br></div><div>However, it isn't working:</div><div><br></div>% journalctl -xeu dnsmasq.service -f | grep --line-buffered 0e:00<br><br>Jan 02 01:10:08 new-router dnsmasq-dhcp[10107]: 3820859244 DHCPREQUEST(lan0) 192.168.10.189 0e:00:12:69:fe:61<br>Jan 02 01:10:08 new-router dnsmasq-dhcp[10107]: 3820859244 DHCPACK(lan0) 192.168.10.189 0e:00:12:69:fe:61</div><div><br></div><div>If this isn't possible, what's the best location in the source to start poking around?</div><div><br><div>Thanks!</div><div><br></div><div>Nick</div></div></div></div></div>