The PTR record (Pointer record) is used for reverse DNS lookups — resolving an IP address
back to a hostname. While A records map domain names to IP addresses,
PTR records do the opposite: they map IP addresses to domain names.
Look Up PTR Records
Check PTR records for any IP address using our free DNS lookup tool.
Unlike most DNS records, PTR records must be created by whoever controls the IP address block —
typically your ISP or hosting provider:
Dedicated server — Contact your hosting provider to set the PTR record
VPS — Many providers have a control panel option to set PTR
Cloud hosting — AWS, GCP, Azure have PTR settings in their consoles
Own IP block — If you own the IP range, you manage the reverse zone
PTR Record Best Practices
Always set PTR for mail servers — Essential for email deliverability.
Ensure FCrDNS matches — PTR hostname should resolve back to the same IP.
Use meaningful hostnames — "mail.example.com" is better than "server1.host.com".
Match HELO/EHLO identity — The PTR hostname should match your mail server's identity.
One PTR per IP — While technically you can have multiple, most systems expect one.
Checking PTR Records
You can look up PTR records with command-line tools:
# Using dig
dig -x 192.0.2.1
# Using host
host 192.0.2.1
# Using nslookup
nslookup 192.0.2.1
PTR vs A Record
Aspect
A Record
PTR Record
Direction
Hostname → IP
IP → Hostname
Domain
Your domain (example.com)
in-addr.arpa / ip6.arpa
Who manages
Domain owner
IP address owner
Also called
Forward DNS
Reverse DNS
Troubleshooting PTR Records
Common issues and solutions:
Email being rejected — Check that PTR exists and matches your mail server's hostname.
Cannot create PTR record — You need to contact your IP provider; you can't create PTR in your own DNS.
PTR doesn't match A record — FCrDNS check failing. Update either PTR or A record to match.
Generic PTR hostname — Contact your hosting provider to set a custom PTR instead of their default.
Monitor Reverse DNS
DNS Explorer — Track PTR records for your mail servers and verify FCrDNS configuration.
Get alerts when reverse DNS changes could affect email deliverability.