DNS record field guide
How to read a PTR record check
PTR records map an IP address back to a hostname in the reverse DNS tree.
When to use this lookup
Enter an IP address; MyWebDNS constructs the correct in-addr.arpa or ip6.arpa query name on the server.
Example
dns.google
- Answer shape
- A hostname returned from the reverse IPv4 or IPv6 namespace for the submitted public address.
- Common failure
- The address provider has not delegated or published reverse DNS, or the returned hostname does not resolve forward to the same address.
- Related checks
- A record, AAAA record
Troubleshooting checklist
- Reverse DNS is normally controlled by the IP address provider, not the domain registrar.
- For mail, make sure the PTR hostname resolves forward to the same sending IP.
- A missing PTR does not prove the IP itself is unreachable.