Reverse DNS Lookup
Find the PTR record an IP address points back to, and see the exact pointer name that was queried.
Lookups are processed on request and are not stored. MyIPKit keeps no record of what you look up.
What reverse DNS is
Forward DNS answers “what address does this name point to?”. Reverse DNS answers the opposite question: “what name does this address claim?”. The answer is a PTR record, published by whoever controls the address block.
How the query name is built
Reverse lookups do not query the address directly. They query a specially constructed name in a reserved zone.
IPv4
The four octets are reversed and in-addr.arpa is appended. So 8.8.4.4 becomes 4.4.8.8.in-addr.arpa.
IPv6
Every one of the 32 hexadecimal digits becomes its own label, in reverse order, followed by ip6.arpa. So 2001:db8::1 becomes a name beginning 1.0.0.0.0.0.0.0.… and ending .8.b.d.0.1.0.0.2.ip6.arpa. MyIPKit shows the full generated name with every result so you can verify it.
What a missing record means
Usually nothing. Reverse DNS is optional and large parts of the internet do not publish it. It matters in two places: mail servers, where a missing or mismatched PTR record causes delivery problems, and log analysis, where PTR records make traffic easier to read.
A PTR record is also not proof of anything. The block holder chooses the name freely, so a PTR record can say whatever they like. To check a claim, resolve the name back to an address and confirm it matches — a forward-confirmed reverse DNS check.
Limitations
- Private and reserved addresses have no public reverse DNS, and are not queried.
- Answers come from one public resolver and reflect what it currently has cached.
- MyIPKit does not automatically perform the forward-confirmation step described above.
Why does my home IP address have no PTR record?
Many providers publish a generic PTR record for residential addresses, and some publish none at all. Neither is a fault. Reverse DNS is optional, and only the organisation that controls the address block can publish it.
Why does reverse DNS matter for email?
Most receiving mail servers check that a sending server’s IP address has a PTR record, and that the name in that record resolves back to the same address. A missing or mismatched PTR record is a common reason legitimate mail is rejected or filtered.
Can I change my own PTR record?
Only the holder of the address block can. For a home connection that is your internet provider. For a cloud or hosting account it is usually a setting in the provider’s control panel.