<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; "><span>Is it possible to use dnsmasq to serve DHCP on an interface with no IP Address?</span></div><div style="font-family: 'times new roman', 'new york', times, serif; "><span><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; "><span>Using the following command line:</span></div><div style="font-family: 'times new roman', 'new york', times, serif; "><span><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; "><span><font size="2"><font face="Arial"><font color="#000000">dnsmasq --port=0 --interface=br1.249 --dhcp-range=10.249.0.0,static --dhcp-host=52:54:00:51:cf:a4,10.249.0.1 --conf-file= --no-daemon</font></font></font><br></span></div><div><span style="-webkit-border-horizontal-spacing:
4px; -webkit-border-vertical-spacing: 4px;"><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; ">if there is no IP on br1.249, I get</div><div style="font-family: 'times new roman', 'new york', times, serif; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; "><font size="2"><font face="Arial"><font color="#000000">dnsmasq-dhcp: DHCP packet received on br1.249 which has no address</font></font></font><br></div><div style="font-family: 'times new roman', 'new york', times, serif; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; ">If there is an IP, the DHCP assigned the address as expected. I would like to avoid an IP on that interface - is it possible?</div><div style="font-family: 'times new roman', 'new york', times, serif; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; ">Thanks.<br><br></div><div
style="font-family: 'times new roman', 'new york', times, serif; ">Michael</div></div></body></html>