<div dir="ltr">Hi there,<br><div><br>I'm receiving no DHCPOffer back from my DHCPDiscover. However, I can tcpdump the machine running dnsmasq and it is receiving the DHCPOffer packets. </div><div><br></div><div>Here's my very very simple dnsmasq.conf</div><div># To disable dnsmasq's DNS server functionality.<br>port=0<br><br># To enable dnsmasq's DHCP server functionality.<br>dhcp-range=192.168.1.3,192.168.1.8,255.255.255.240,12h<br><br># Set gateway as Router. Following two lines are identical.<br>#dhcp-option=option:router,192.168.0.1<br>dhcp-option=3,192.168.0.1<br><br># Set DNS server as Router.<br>dhcp-option=6,192.168.0.1<br><br># Logging.<br>log-facility=/var/log/dnsmasq.log   # logfile path.<br>log-async<br>log-queries # log queries.<br>log-dhcp    # log dhcp related messages.<br><br>Here's the contents of /var/log/dnsmasq.log after running dhclient on a machine connected to the subnet:</div><div>Apr 14 18:36:57 dnsmasq[1702]: started, version 2.80 DNS disabled<br>Apr 14 18:36:57 dnsmasq[1702]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify dumpfile<br>Apr 14 18:36:57 dnsmasq-dhcp[1702]: DHCP, IP range 192.168.1.3 -- 192.168.1.8, lease time 12h<br></div><div><br></div><div>I can see the service running with netstat -anp4:</div><div>Active Internet connections (servers and established)<br>Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    <br>udp        0      0 <a href="http://0.0.0.0:67/" target="_blank">0.0.0.0:67</a>              0.0.0.0:*                           1702/dnsmasq        <br>udp        0      0 <a href="http://0.0.0.0:1701/" target="_blank">0.0.0.0:1701</a>            0.0.0.0:*                           1607/xl2tpd         <br><br>There are no firewalls setup anywhere on my network for the moment. I have been able to get isc-dhcp-server to successfully allocate DHCP requests just fine however, so I don't think it's anything broken with DHCP in general. I'm running Linux kernel 5.6.2 and using dnsmasq from Debian Bullseye.<br><br>Hopefully someone can work out my issue!<br>Thank you very much!</div></div>