<?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[NAT Reflection issue]]></title><description><![CDATA[<p dir="auto">Hi everybody,</p>
<p dir="auto">I have a problem with nat reflection.</p>
<p dir="auto">It worked flawlessy till 1 mont ago or so, then in the event viewer started appearing this message:</p>
<p dir="auto">php: : Not installing nat reflection rules. Maximum 1,000 reached.</p>
<p dir="auto">The problem is that this in not true  ;D</p>
<p dir="auto">I've got no more than 100 maybe 120 port forward (considergin also the one with range, i mean in total i forward 120 ports)</p>
<p dir="auto">I checked inetd.conf and i can't understand why but every single entry is repeater 5 or 6 times:</p>
<p dir="auto">19000 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 80<br />
19001 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 80<br />
19002 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 80<br />
19003 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 80<br />
19004 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 80<br />
19005 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 80<br />
19006 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 80<br />
19007 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 443<br />
19008 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 443<br />
19009 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 443<br />
19010 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 443<br />
19011 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 443<br />
19012 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 443<br />
19013 stream tcp nowait/0 nobody /usr/bin/nc nc -w 20 192.168.0.2 443</p>
<p dir="auto">in this example there are two rules for a webserver HTTP and HTTPS.</p>
<p dir="auto">I tried manually edit inetd.conf but everytime a create a nat rule it is overwrited bye the "buggy" one.</p>
<p dir="auto">What can I Do? maybe this appens because I have LAN, DMZ and other 4 VLANS ? so it creates an entry for every interface?</p>
<p dir="auto">I'm running 1.2 release version installed on HDD.</p>
<p dir="auto">Any help would be appreciated!</p>
<p dir="auto">Thanks,<br />
Speck</p>
]]></description><link>https://forum.netgate.com/topic/15342/nat-reflection-issue</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 19:47:17 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/15342.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 May 2009 16:37:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NAT Reflection issue on Thu, 04 Jun 2009 16:07:44 GMT]]></title><description><![CDATA[<p dir="auto">:o i think i'll wait until someone fix this  ;D</p>
<p dir="auto">i'm not enough skilled to put hands on configuration files  ;)</p>
<p dir="auto">Thanks,</p>
<p dir="auto">Speck</p>
]]></description><link>https://forum.netgate.com/post/199231</link><guid isPermaLink="true">https://forum.netgate.com/post/199231</guid><dc:creator><![CDATA[Speck]]></dc:creator><pubDate>Thu, 04 Jun 2009 16:07:44 GMT</pubDate></item><item><title><![CDATA[Reply to NAT Reflection issue on Fri, 29 May 2009 21:00:57 GMT]]></title><description><![CDATA[<p dir="auto">Sorry for the late reply on this one.</p>
<p dir="auto">You can't edit inetd.conf, you'd have to edit the code that creates it. The relevant portion is in /etc/inc/filter.inc around lines 1135-1233 or so.</p>
]]></description><link>https://forum.netgate.com/post/198729</link><guid isPermaLink="true">https://forum.netgate.com/post/198729</guid><dc:creator><![CDATA[jimp]]></dc:creator><pubDate>Fri, 29 May 2009 21:00:57 GMT</pubDate></item><item><title><![CDATA[Reply to NAT Reflection issue on Tue, 26 May 2009 08:40:57 GMT]]></title><description><![CDATA[<p dir="auto">Ok, thanks.</p>
<p dir="auto">I'll open a ticket.</p>
<p dir="auto">In the meantime do you know how i can manually edit inetd.conf?</p>
<p dir="auto">Thanks,<br />
Speck</p>
]]></description><link>https://forum.netgate.com/post/198301</link><guid isPermaLink="true">https://forum.netgate.com/post/198301</guid><dc:creator><![CDATA[Speck]]></dc:creator><pubDate>Tue, 26 May 2009 08:40:57 GMT</pubDate></item><item><title><![CDATA[Reply to NAT Reflection issue on Mon, 25 May 2009 15:05:57 GMT]]></title><description><![CDATA[<p dir="auto">It is likely due to the multiple interfaces you have present. It appears as though it's trying to add one entry per interface that it thinks it should listen upon, but judging by what is in the inetd.conf you pasted, it really only needs one line per port, not per interface and per port.</p>
<p dir="auto">It's probably just a matter of fixing up the code that generates that part of the config. You may want to open a ticket and report this:</p>
<p dir="auto">http://cvstrac.pfsense.org/</p>
]]></description><link>https://forum.netgate.com/post/198239</link><guid isPermaLink="true">https://forum.netgate.com/post/198239</guid><dc:creator><![CDATA[jimp]]></dc:creator><pubDate>Mon, 25 May 2009 15:05:57 GMT</pubDate></item><item><title><![CDATA[Reply to NAT Reflection issue on Mon, 25 May 2009 05:48:58 GMT]]></title><description><![CDATA[<p dir="auto">So no one notice this?</p>
<p dir="auto">Do you know if there is a way to enable port forwarding just for some rules?</p>
<p dir="auto">can I do it manually?</p>
<p dir="auto">Thanks,<br />
Speck</p>
]]></description><link>https://forum.netgate.com/post/198202</link><guid isPermaLink="true">https://forum.netgate.com/post/198202</guid><dc:creator><![CDATA[Speck]]></dc:creator><pubDate>Mon, 25 May 2009 05:48:58 GMT</pubDate></item></channel></rss>