TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
3.82k stars 397 forks source link

in-addr.arp #943

Closed ChristoffBo closed 2 weeks ago

ChristoffBo commented 2 weeks ago

Hi Sir,

I see my Opnsense box is hitting my DNS servers with alot of 10.in-addr.arpa requests and the rcode is NxDomain.

What i understand and my DNS skill are very limited is that in-addr.arpa is revers host name lookups?

I do have the Auto PTR app installed. do you perhaps know how i can solve this?

Kind regards

ShreyasZare commented 2 weeks ago

Thanks for asking. Yes, those are reverse lookup queries that query for PTR record type. The response RCODE of NXDOMAIN is correct since 10.0.0.0/8 is a private IP address range. Its not really an issue and you can just ignore it. If there are too many requests, you can use the Drop Requests app to drop those specific requests.

The Auto PTR app can be used in this case by creating a primary zone for 10.in-addr.arpa and then adding an APP record for Auto PTR app. This setup will just allow the private IP address in the request to resolve to some domain name that you configure.

ChristoffBo commented 2 weeks ago

thank you much appreciated

ChristoffBo commented 2 weeks ago

thank you