I think this is Linux-specific, and I&#39;m on OpenBSD.&nbsp; Any other ideas I could use to troubleshoot this?<br><br>Thanks,<br><font color="#888888"><br>Solomon</font><br><br><div class="gmail_quote">On Mon, Mar 24, 2008 at 6:18 PM, Robert Diamond &lt;<a href="mailto:deadram@gmail.com">deadram@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Mon, 24 Mar 2008 11:53:22 -0600<br>
&quot;Solomon White&quot; &lt;<a href="mailto:solomon.white@comcast.net">solomon.white@comcast.net</a>&gt; wrote:<br>
<br>
&gt; I&#39;m trying to get dnsmasq set up as the DNS / DHCP provider for my<br>
&gt; home LAN. &nbsp;It&#39;s working for DNS, but I&#39;m not getting DHCP offers when<br>
&gt; I send discover requests.<br>
</div>&gt; ...<br>
<br>
Sounds to me like this &quot;filtering&quot; of dhcp requests is going down in<br>
the kernel space. Check /proc/sys/net for options to the kernel that<br>
may need turning on/off. As a side note (might help in this case), my<br>
kernel echo&#39;s &quot;martian&quot; packets (ie: packets which should not be sent to<br>
a particular interface, but end up there). dhcp requests always<br>
generate martian logs on my network. Maybe you have pf set-up to drop<br>
these martian, like in this pesuedo example<br>
<br>
if (in-iface == eth0) &amp;&amp; (src/dst ip != <a href="http://192.168.1.1" target="_blank">192.168.1.1</a>) ; then<br>
 &nbsp; &nbsp; &nbsp; &nbsp;drop<br>
fi<br>
<br>
Maybe you just have some strict settings turned on in /proc/sys that<br>
drop broadcast packets, or martian packets.<br>
<br>
--<br>
Robert A.M. Diamond<br>
 &nbsp;&lt;<a href="mailto:deadram@gmail.com">deadram@gmail.com</a>&gt;<br>
 &nbsp; &nbsp; &nbsp;<a href="http://robshouse.no-ip.info" target="_blank">http://robshouse.no-ip.info</a><br>
<br>
<br>
Mr. Scorpio says productivity is up 2% and it&#39;s all because of my<br>
motivational techniques, like donuts and the possibility of more<br>
donuts to come.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;-- Homer Simpson<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; You Only Move Twice<br>
<br>
_______________________________________________<br>
Dnsmasq-discuss mailing list<br>
<a href="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk">Dnsmasq-discuss@lists.thekelleys.org.uk</a><br>
<a href="http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss" target="_blank">http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss</a><br>
</blockquote></div><br>