Reverse DNS (PTR) Lookup
Find the PTR record (reverse DNS name) for an IPv4 or IPv6 address. Important for mail deliverability and server identification.
Quick answer: Reverse DNS (PTR) Lookup: find the PTR record (reverse DNS name) for an IPv4 or IPv6 address. Important for mail deliverability and server identification. Runs on our servers, files deleted within minutes, free, no signup.
Last updated
Frequently asked questions
- What is reverse DNS?
- It maps an IP address back to a hostname, the opposite direction of normal DNS. The lookup happens via special PTR records in the .arpa zones.
- How do I check PTR records?
- Paste the IP into the box and click Look up PTR. We return every name the address resolves to (often just one).
- Why is reverse DNS important for email?
- Most mail servers reject inbound mail from IPs without a valid PTR. Setting one that matches your sending hostname is one of the cheapest deliverability wins.
- Can I set a PTR myself?
- Only the owner of the IP block can. For cloud servers, your provider exposes a 'reverse DNS' field in their console; for on-prem, contact your ISP/colo.
- Why doesn't my IP have a PTR?
- It's never been set. ISPs sometimes publish a generic name like 'pool-1-2-3-4.example-isp.net'; cloud providers leave it blank by default.
- Does reverse DNS work for IPv6?
- Yes — via the .ip6.arpa zone. PTR records work the same way; the hex nibbles of the address are reversed and joined with dots.
- What's the difference between PTR and A records?
- An A record points a name to an IP (forward). A PTR points an IP to a name (reverse). They're stored in different zones and don't update each other automatically.
- How do I fix "no PTR" warnings?
- Set the PTR in your hosting provider's console to match the hostname you send mail from. Then publish a matching A record so forward and reverse agree.
- Can a PTR point to multiple names?
- Technically yes, but most software (especially mail servers) only looks at the first one. Stick to a single canonical PTR per IP.
- Is reverse DNS the same as WHOIS?
- No. WHOIS tells you who registered an IP block or domain. Reverse DNS only tells you what hostname the IP currently resolves to.