Skip to main content

Reverse DNS

Look up the hostname associated with an IPv4 or IPv6 address.

About the Reverse DNS tool

Reverse DNS does the opposite of a normal lookup, instead of turning a domain name into an IP address, it turns an IP address back into a hostname. This is most often used to check whether a mail server's IP has a matching PTR record, since many receiving mail servers treat missing or mismatched reverse DNS as a spam signal. It is also handy for identifying what a particular IP address actually belongs to.

How it works

Every IP address can have a PTR (pointer) record set up by whoever controls that block of IP space, usually your hosting provider or ISP. DNSbyte queries the relevant reverse DNS zone for the IP you enter and returns the hostname on record, if one exists. Not every IP has a PTR record configured, and that absence is itself useful information.

For mail server reputation specifically, the ideal setup is forward-confirmed reverse DNS, where the PTR record's hostname also has a matching A record that resolves back to the original IP. A mismatch or missing PTR record can cause legitimate email to be flagged as suspicious.

Frequently asked questions

Why does my server have no reverse DNS record at all?

PTR records are managed by whoever owns the IP block, not by you directly. If you are on shared hosting or a cloud provider, you may need to request a reverse DNS entry through their support or control panel rather than your own DNS settings.

Does reverse DNS affect website performance or only email?

It has no effect on regular website browsing. Its main practical impact is on email deliverability and on services that perform security or reputation checks based on hostname consistency.

What is forward-confirmed reverse DNS and why does it matter?

It means the PTR record for an IP resolves to a hostname, and that hostname's own A record resolves back to the same IP, forming a verified loop. Many mail providers check for this consistency as one signal that a sending server is legitimate rather than spoofed.

Can one IP address have multiple PTR records?

Technically yes, but most providers only set one. Multiple PTR records for a single IP are unusual and can sometimes cause inconsistent behaviour in systems that expect exactly one hostname back.

I changed my PTR record, why does this tool still show the old hostname?

Reverse DNS records are subject to the same caching and TTL behaviour as any other DNS record. Give it some time to propagate, and check with your hosting provider that the change was actually applied on their end.