Enter an IP address to look up its PTR (Pointer) record — the reverse DNS entry that maps an IP back to a hostname. PTR records are critical for email deliverability because many mail servers reject email from IPs without valid reverse DNS.

A PTR (Pointer) record is a type of DNS record that maps an IP address to a hostname — the reverse of what an A record does. While an A record answers "what IP does this domain point to?", a PTR record answers "what hostname does this IP belong to?" This reverse mapping is stored in a special DNS zone called in-addr.arpa.
For example, the PTR record for IP 203.0.113.10 is stored at 10.113.0.203.in-addr.arpa (note the reversed octets). You can look up any DNS record type with our DNS Lookup tool, and verify A records with our IP Address Lookup.
PTR records are one of the first things a receiving mail server checks when your server connects. Without a valid PTR record, many servers will immediately reject the connection. Here's why PTR records are so important:
| Reason | Explanation | Impact Without PTR |
|---|---|---|
| Spam prevention | Legitimate servers have rDNS; spammers often don't | Rejected by 30-50% of servers |
| Server identity | Confirms the server is who it claims to be | SPF alignment issues |
| FCrDNS validation | Forward-confirmed rDNS proves IP/hostname match | Trust score reduced |
| Policy compliance | Required by RFC 5321 and most ISP policies | Non-compliant sending |
| Blacklist avoidance | Missing PTR is a common listing trigger | Higher blacklisting risk |
Pro Tip: Your PTR record should match the hostname your mail server uses in the SMTP EHLO/HELO greeting, and that hostname's A record should resolve back to the same IP. This three-way match (IP → PTR → A → IP) is called Forward-Confirmed Reverse DNS (FCrDNS) and is the gold standard for mail server identity verification. Use our DNS Lookup to verify all three records match.
The PTR lookup process involves a special DNS zone called in-addr.arpa:
# Command line PTR lookup examples
# Windows
nslookup -type=PTR 10.113.0.203.in-addr.arpa
# Linux/macOS
dig -x 203.0.113.10
host 203.0.113.10
| Record Type | Direction | Maps | Used For |
|---|---|---|---|
| A Record | Forward | Domain → IPv4 | Website hosting, service discovery |
| AAAA Record | Forward | Domain → IPv6 | IPv6 service discovery |
| PTR Record | Reverse | IP → Domain | Email verification, server identity |
| MX Record | Forward | Domain → Mail server | Email routing |
| CNAME Record | Forward | Domain → Domain | Aliases and CDN setup |
Understanding how these records work together is fundamental to DNS and network administration. If you're managing your own router and need to change DNS settings, make sure your DNS resolver can handle reverse lookups correctly.
Setting up a PTR record depends on your hosting environment:
| Hosting Type | How to Set PTR | Typical Turnaround |
|---|---|---|
| VPS (DigitalOcean, Vultr, Linode) | Usually set automatically from droplet hostname; change in control panel | Instant to 24 hours |
| AWS EC2 | Request via AWS support or use Elastic IP rDNS settings | 24-48 hours |
| Dedicated Server | Request through hosting provider's control panel or support ticket | 24-48 hours |
| Residential ISP | Contact ISP support; many don't offer this for residential accounts | Varies widely |
| Google Cloud | Set via instance metadata or gcloud CLI | Instant to 24 hours |
After setting up your PTR record, wait for DNS propagation (up to 48 hours) and then use this tool to verify it's working. Also check that your SMTP ports are open and your subnet is correctly configured.
Common PTR record problems and their solutions:
host-203-0-113-10.provider.com look spammy. Request a custom PTR that matches your mail domain.If you're experiencing DNS issues, try changing your DNS resolver to Google (8.8.8.8) or Cloudflare (1.1.1.1) to rule out resolver problems. You can use our Speed Test and Ping Test to verify basic connectivity.
PTR records are part of a broader email security ecosystem. For maximum deliverability, combine PTR with these other mechanisms:
A PTR record is a DNS entry that maps an IP address to a hostname — the opposite of a regular A record which maps a hostname to an IP. It answers the question "what domain name belongs to this IP?" and is primarily used for email server verification and network troubleshooting.
While technically not required by the SMTP protocol itself, the vast majority of mail servers will reject or spam-filter emails from IPs without a valid PTR record. In practice, a PTR record is essential for reliable email delivery. RFC 5321 recommends that all SMTP servers have valid reverse DNS.
Only the entity that controls the IP address block can create PTR records. This is typically your hosting provider, VPS provider, or ISP — not your domain registrar. Contact your provider's support team and request that they set up a PTR record for your IP pointing to your mail server hostname.
Your PTR record should match the hostname your mail server uses in its EHLO/HELO greeting, and that hostname should have an A record pointing back to the same IP. For example, if your mail server greets as mail.example.com, the PTR should resolve to mail.example.com, and mail.example.com should resolve to your IP.
FCrDNS means that the reverse DNS lookup (PTR) and forward DNS lookup (A record) agree with each other. If IP 203.0.113.10 has a PTR record pointing to mail.example.com, and mail.example.com's A record points back to 203.0.113.10, then FCrDNS is confirmed. This is the strongest form of IP-to-hostname verification.
PTR record changes typically propagate within 24-48 hours, though some providers apply changes much faster. The propagation speed depends on the TTL of the existing record and the caching behavior of DNS resolvers. You can check propagation status by querying different DNS servers.
About Tommy N.
Tommy is the founder of RouterHax and a network engineer with 10+ years of experience in home and enterprise networking. He specializes in router configuration, WiFi optimization, and network security. When not writing guides, he's testing the latest mesh WiFi systems and helping readers troubleshoot their home networks.
![]() |
![]() |
![]() |
![]() |
Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.
Once done, hit any button as below
![]() |
![]() |
![]() |
![]() |