<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[DHCPS not being blocked]]></title><description><![CDATA[<p dir="auto">I have been running some tests on my firewall and I noticed the following.</p>
<p dir="auto">I have a 1 to 1 NAT that goes to an internal address.<br />
For the firewall rule I have open 21,80,8080,443,1002,1503,1718-1720,3230-3285</p>
<p dir="auto">When I run a network scan from outside the WAN to public IP I get the above ports open as I should but it also comes back with port 67 being open.</p>
<p dir="auto">I have checked the rest of the rules and I don't see anything where this port is listed.</p>
<p dir="auto">Any ideas why this is open.</p>
<p dir="auto">Thanks Gord.</p>
]]></description><link>https://forum.netgate.com/topic/48724/dhcps-not-being-blocked</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 09:12:49 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/48724.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Sep 2012 17:16:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DHCPS not being blocked on Thu, 20 Sep 2012 16:14:11 GMT]]></title><description><![CDATA[<p dir="auto">Yeah as always you are correct.  I discovered that the vps I was trying to do the scans from has nmap locked down and does not function correctly as root.</p>
<p dir="auto">Seems you can not scan udp unless your root?  Because I tried scanning my box that I put a reject on for specific udp 71 and never saw the traffic hit my firewall.  Contacted the host of my vps and yeah they have nmap restricted – arrghhh.</p>
]]></description><link>https://forum.netgate.com/post/356834</link><guid isPermaLink="true">https://forum.netgate.com/post/356834</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Thu, 20 Sep 2012 16:14:11 GMT</pubDate></item><item><title><![CDATA[Reply to DHCPS not being blocked on Thu, 20 Sep 2012 03:46:05 GMT]]></title><description><![CDATA[<p dir="auto">All WAN rules are those you configure.</p>
<p dir="auto">Were you seeing "open|filtered" originally? That means it's blocked, or it's open. No way to tell the difference with UDP. It knows a UDP port is closed if it responds back with an unreachable. An open UDP port, and a filtered UDP port (blocked silently) behave the same way - no response. Hence the "open|filtered". That's what you should see when silently blocking with a firewall.</p>
]]></description><link>https://forum.netgate.com/post/356776</link><guid isPermaLink="true">https://forum.netgate.com/post/356776</guid><dc:creator><![CDATA[cmb]]></dc:creator><pubDate>Thu, 20 Sep 2012 03:46:05 GMT</pubDate></item><item><title><![CDATA[Reply to DHCPS not being blocked on Thu, 20 Sep 2012 02:26:54 GMT]]></title><description><![CDATA[<p dir="auto">hmmmm  – that is odd but I just did a scan from my vps where I did for port 67</p>
<p dir="auto">and it shows 71 open???</p>
<p dir="auto">Nmap scan report for snip.homeip.net (24.13.xx.xxx)<br />
Host is up.<br />
rDNS record for 24.13.xx.xx: c-24-13-xx-xx.hsd1.il.comcast.net<br />
PORT   STATE         SERVICE<br />
71/udp open|filtered netrjs-1</p>
<p dir="auto">Which clearly is not listening via sockstat -- so WTF???</p>
<p dir="auto">So yeah what you say makes sense..  Clearly I don't have any rule allowing the access, but not all rules are shown in the gui are they.</p>
<p dir="auto"><img src="/public/_imported_attachments_/1/wanfirerules.png" alt="wanfirerules.png" class=" img-fluid img-markdown" /><br />
<img src="/public/_imported_attachments_/1/wanfirerules.png_thumb" alt="wanfirerules.png_thumb" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.netgate.com/post/356769</link><guid isPermaLink="true">https://forum.netgate.com/post/356769</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Thu, 20 Sep 2012 02:26:54 GMT</pubDate></item><item><title><![CDATA[Reply to DHCPS not being blocked on Wed, 19 Sep 2012 23:45:28 GMT]]></title><description><![CDATA[<p dir="auto">Very unlikely 67 is actually open (impossible if you don't have a rule permitting it). It's likely one of two reasons that comprises every "some port is open that I didn't open!" post that's ever been on here.</p>
<ol>
<li>the host you're scanning from is showing that for some reason because it has something interfering with the port scanner.</li>
<li>something in between the host you're scanning from and the target is answering on that for some reason.</li>
</ol>
]]></description><link>https://forum.netgate.com/post/356765</link><guid isPermaLink="true">https://forum.netgate.com/post/356765</guid><dc:creator><![CDATA[cmb]]></dc:creator><pubDate>Wed, 19 Sep 2012 23:45:28 GMT</pubDate></item><item><title><![CDATA[Reply to DHCPS not being blocked on Wed, 19 Sep 2012 18:21:20 GMT]]></title><description><![CDATA[<p dir="auto">hmmm, shouldn't dhcpd only be listening on lan interface? and not all interfaces?</p>
<p dir="auto">dhcpd    dhcpd      47021 8  dgram  -&gt; /var/dhcpd/var/run/log<br />
dhcpd    dhcpd      47021 12 udp4   *:67                  <em>:</em><br />
dhcpd    dhcpd      47021 20 udp4   *:59655               <em>:</em><br />
dhcpd    dhcpd      47021 21 udp6   *:12375               <em>:</em></p>
<p dir="auto">And if have to listen on all, shouldn't wan block traffic to 67?  As dhcp client all traffic would be to going to 68 in answer to dhcp requests from dhcp client on wan interface.</p>
<p dir="auto">I just looked and according to gui, dhcp server is only on LAN interface.. But if I do a check from outside I do show it open</p>
<p dir="auto">Starting Nmap 5.21 ( http://nmap.org ) at 2012-09-19 11:22 PDT<br />
Nmap scan report for snipped.homeip.net (24.13.xx.xx)<br />
Host is up.<br />
rDNS record for 24.13.xx.xx: c-24-13-xxx-xxx.hsd1.il.comcast.net<br />
PORT  STATE        SERVICE<br />
67/udp open|filtered dhcps</p>
]]></description><link>https://forum.netgate.com/post/356708</link><guid isPermaLink="true">https://forum.netgate.com/post/356708</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 19 Sep 2012 18:21:20 GMT</pubDate></item><item><title><![CDATA[Reply to DHCPS not being blocked on Wed, 19 Sep 2012 17:23:42 GMT]]></title><description><![CDATA[<p dir="auto">How is the public IP address on the pfsense WAN assigned?</p>
]]></description><link>https://forum.netgate.com/post/356698</link><guid isPermaLink="true">https://forum.netgate.com/post/356698</guid><dc:creator><![CDATA[gderf]]></dc:creator><pubDate>Wed, 19 Sep 2012 17:23:42 GMT</pubDate></item></channel></rss>