F5F Stay Refreshed Power Users Networks Question about DNS resolution

Question about DNS resolution

Question about DNS resolution

N
NoobSpiix
Member
60
02-19-2016, 12:50 AM
#1
I’m trying to understand how reverse DNS works and why I can’t find clear explanations. I need to know how the DNS server identifies the correct authoritative server for a given IP address in a reverse lookup.
N
NoobSpiix
02-19-2016, 12:50 AM #1

I’m trying to understand how reverse DNS works and why I can’t find clear explanations. I need to know how the DNS server identifies the correct authoritative server for a given IP address in a reverse lookup.

J
johcor
Member
54
02-21-2016, 11:16 PM
#2
Reverse lookup zones are given a specific address space. This often looks like an IP in the format x.x.x.in-addr.arpa. These zones connect to name servers and have an SOA record. The address spaces follow a reverse format. When DNS examines an address, it directs it to the appropriate zone based on its location, then proceeds to the linked name server that holds the PTR record.
J
johcor
02-21-2016, 11:16 PM #2

Reverse lookup zones are given a specific address space. This often looks like an IP in the format x.x.x.in-addr.arpa. These zones connect to name servers and have an SOA record. The address spaces follow a reverse format. When DNS examines an address, it directs it to the appropriate zone based on its location, then proceeds to the linked name server that holds the PTR record.

I
i3z___
Senior Member
559
02-25-2016, 12:19 PM
#3
It relates to how A records connect to an IP within the same block as the reverse DNS entry. The tool you're using for DNS is likely a DNS client or server software. Thank you for your prompt reply.
I
i3z___
02-25-2016, 12:19 PM #3

It relates to how A records connect to an IP within the same block as the reverse DNS entry. The tool you're using for DNS is likely a DNS client or server software. Thank you for your prompt reply.

F
flyingjman
Junior Member
10
02-27-2016, 06:24 AM
#4
It is linked through PTR records. When you configure the reverse lookup zones before adding A records, you can enable automatic creation of the corresponding PTR record in the appropriate zone. PTR records function differently from A records—they act as their inverse. This feature is part of the DNS Manager within the DNS role on a Windows server.
F
flyingjman
02-27-2016, 06:24 AM #4

It is linked through PTR records. When you configure the reverse lookup zones before adding A records, you can enable automatic creation of the corresponding PTR record in the appropriate zone. PTR records function differently from A records—they act as their inverse. This feature is part of the DNS Manager within the DNS role on a Windows server.