<?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[DNS rebind attack - internal and external DNS names - selective fix?]]></title><description><![CDATA[<p dir="auto">My configuration includes an internal DNS namespace <code>internal.arpa</code> and an external DNS namespace <code>external.com</code>. The firewall IP is exposed to an internal IP and an external IP. As expected, I get a DNS rebind attack warning when attempting access via <code>firewall.external.com</code>.</p>
<p dir="auto">I read and understand this post on disabling <a href="https://forum.netgate.com/topic/38870/how-to-get-rid-of-potential-dns-rebind-attack-detected/3">DNS rebind detection</a>.</p>
<p dir="auto">Is there a good way to allow the external name / namespace without completely disabling the DNS rebind detection mechanism?</p>
<p dir="auto">ndemarco</p>
]]></description><link>https://forum.netgate.com/topic/185285/dns-rebind-attack-internal-and-external-dns-names-selective-fix</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 06:26:01 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/185285.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Jan 2024 12:38:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DNS rebind attack - internal and external DNS names - selective fix? on Wed, 03 Jan 2024 19:46:46 GMT]]></title><description><![CDATA[<p dir="auto">@ndemarco I have never ran into such a device, that would be horrible on the makers of whatever device - and they should hopefully have fixed that right after release of such a horrible choice.  maybe in your host name section if you were trying to add the host name with a . in it</p>
<p dir="auto">Normally the thing just either asks for the full fqdn, or it breaks it out to host and domain.  In the case with host and domain it would be</p>
<p dir="auto">name: host<br />
domain: sub.domain.tld or sub.other.domain.tld etc..</p>
]]></description><link>https://forum.netgate.com/post/1146033</link><guid isPermaLink="true">https://forum.netgate.com/post/1146033</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 03 Jan 2024 19:46:46 GMT</pubDate></item><item><title><![CDATA[Reply to DNS rebind attack - internal and external DNS names - selective fix? on Wed, 03 Jan 2024 19:38:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnpoz">@<bdi>johnpoz</bdi></a> I vaguely recall some [dumb] devices that validate the URI looking for only one <code>.</code>.</p>
<p dir="auto">I'll do some experimenting. Thanks.</p>
]]></description><link>https://forum.netgate.com/post/1146031</link><guid isPermaLink="true">https://forum.netgate.com/post/1146031</guid><dc:creator><![CDATA[NickyDoes]]></dc:creator><pubDate>Wed, 03 Jan 2024 19:38:48 GMT</pubDate></item><item><title><![CDATA[Reply to DNS rebind attack - internal and external DNS names - selective fix? on Wed, 03 Jan 2024 19:32:01 GMT]]></title><description><![CDATA[<p dir="auto">@ndemarco What sort of devices don't like subdomains.. Devices have zero care if the fqdn is host.domain.tld or host.sub.domain.tld, its still the fqdn..</p>
<p dir="auto">If you want a nudge I would use home.arpa, if you so desire to have your own flare on that then use host.something.home.arpa, I do this for a few interfaces on pfsense where I setup a host override so if I do a ptr on say my dmz, it comes back sg4860.dmz.home.arpa - now I know hey that 192.168.x IP is my dmz segment.</p>
<pre><code>$ dig -x 192.168.3.253                                                                   
                                                                                         
; &lt;&lt;&gt;&gt; DiG 9.16.45 &lt;&lt;&gt;&gt; -x 192.168.3.253                                                 
;; global options: +cmd                                                                  
;; Got answer:                                                                           
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 46845                                
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1                     
                                                                                         
;; OPT PSEUDOSECTION:                                                                    
; EDNS: version: 0, flags:; udp: 1232                                                    
;; QUESTION SECTION:                                                                     
;253.3.168.192.in-addr.arpa.    IN      PTR                                              
                                                                                         
;; ANSWER SECTION:                                                                       
253.3.168.192.in-addr.arpa. 1927 IN     PTR     sg4860.dmz.home.arpa.                    
                                                                                         
;; Query time: 4 msec                                                                    
;; SERVER: 192.168.3.10#53(192.168.3.10)                                                 
;; WHEN: Wed Jan 03 13:27:53 Central Standard Time 2024                                  
;; MSG SIZE  rcvd: 89                                                                    
</code></pre>
<p dir="auto">and I get the same for my wlan, and wguest, etc. etc..</p>
<p dir="auto">If devices didn't like subdomains, the internet wouldn't be able to function.</p>
<p dir="auto">I did the different names for the different networks via host overrides, because sometimes I forget hey what network is my roku network vs my iot networks.. I can just do a simple dig -x for pfsense IP in whatever network 192.168.x.253 and know exactly what network I am on ;)</p>
]]></description><link>https://forum.netgate.com/post/1146029</link><guid isPermaLink="true">https://forum.netgate.com/post/1146029</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 03 Jan 2024 19:32:01 GMT</pubDate></item><item><title><![CDATA[Reply to DNS rebind attack - internal and external DNS names - selective fix? on Wed, 03 Jan 2024 19:24:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnpoz">@<bdi>johnpoz</bdi></a></p>
<p dir="auto">I haven't discovered a good way to integrate my local domain with my outside domain. Good means minimal compromises. Over the years, I've tried these approaches:</p>
<p dir="auto">organization.com - just use the external domain internally. This has been my solution for a long time.<br />
organization.local -&gt; we know the issues with that.<br />
int.organization.com -&gt; I did this long ago, and don't recall the issues. I believe some devices don't like subdomains.<br />
and of course, organization.arpa - which I thought was what NG/pf had gone to recommending.</p>
<p dir="auto">This <em>is</em> a topic I've searched and read a lot on. I'd appreciate a nudge in the 'right' direction.</p>
<p dir="auto">ndemarco</p>
]]></description><link>https://forum.netgate.com/post/1146027</link><guid isPermaLink="true">https://forum.netgate.com/post/1146027</guid><dc:creator><![CDATA[NickyDoes]]></dc:creator><pubDate>Wed, 03 Jan 2024 19:24:15 GMT</pubDate></item><item><title><![CDATA[Reply to DNS rebind attack - internal and external DNS names - selective fix? on Wed, 03 Jan 2024 19:19:28 GMT]]></title><description><![CDATA[<p dir="auto">@ndemarco said in <a href="/post/1146021">DNS rebind attack - internal and external DNS names - selective fix?</a>:</p>
<blockquote>
<p dir="auto">You'd think I would have thought to look there</p>
</blockquote>
<p dir="auto">Yup you would think ;)</p>
<p dir="auto">As to internal.arpa - Its been awhile since I read the rfc for the new home.arpa, but I don't think using anyname.arpa is really recommended, home.arpa is what is recommended for your internal domain.</p>
<p dir="auto"><a href="https://www.rfc-editor.org/rfc/rfc8375.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.rfc-editor.org/rfc/rfc8375.html</a><br />
Special-Use Domain 'home.arpa.'</p>
<p dir="auto">use of otherdomain.arpa could lead to problems if the global dns is queried..</p>
<p dir="auto">You prob would want to switch to say yourchoice.home.arpa, if you want to use something in the fqdn other than just home.arpa - I have finally migrated to home.arpa from my local.lan choice of years ago.. It was pretty painless, just had to redo some certs is all. and just in case when I redid the certs I left hostname.local.lan in there as a san.</p>
<p dir="auto">The reason I was dragging my feet on the move was more to the fact that the old certs I had created had long life of 10 years, vs now browsers like to see less than what 398 days for life of cert. Since the certs were created before the change to that, they still allowed access without the browser complaining about the length of the life of the cert.</p>
]]></description><link>https://forum.netgate.com/post/1146025</link><guid isPermaLink="true">https://forum.netgate.com/post/1146025</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 03 Jan 2024 19:19:28 GMT</pubDate></item><item><title><![CDATA[Reply to DNS rebind attack - internal and external DNS names - selective fix? on Wed, 03 Jan 2024 18:56:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stephenw10">@<bdi>stephenw10</bdi></a> I've been using pfSense for &gt;10 years. You'd think I would have thought to look there...or read.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.netgate.com/post/1146021</link><guid isPermaLink="true">https://forum.netgate.com/post/1146021</guid><dc:creator><![CDATA[NickyDoes]]></dc:creator><pubDate>Wed, 03 Jan 2024 18:56:56 GMT</pubDate></item><item><title><![CDATA[Reply to DNS rebind attack - internal and external DNS names - selective fix? on Wed, 03 Jan 2024 13:27:12 GMT]]></title><description><![CDATA[<p dir="auto">You can add 'Alternate Hostnames' in Sys &gt; Adv &gt; Admin Access.</p>
]]></description><link>https://forum.netgate.com/post/1145884</link><guid isPermaLink="true">https://forum.netgate.com/post/1145884</guid><dc:creator><![CDATA[stephenw10]]></dc:creator><pubDate>Wed, 03 Jan 2024 13:27:12 GMT</pubDate></item></channel></rss>