Reverse DNS Lookup

Find the hostname associated with an IP address — the reverse of a DNS lookup.

How to use

  1. Type an IP address — IPv4 format.
  2. Click "Look up" and the server queries the PTR record for that IP.
  3. Check the PTR record returned: it shows the hostname the IP resolves to, or indicates no reverse DNS is configured for that address.

About this tool

Reverse DNS maps an IP address back to a hostname — the opposite of what a normal DNS query does. It works through PTR records in the in-addr.arpa zone. When you see a hostname like server-1.hosting.com for 203.0.113.42, it is because the owner of that IP range configured a PTR record pointing to that name.

Not every IP has a reverse DNS record. Many hosting providers and ISPs set them up, but it is not mandatory. Email deliverability is the main reason PTR records matter: receiving mail servers often check that the sending IP has a reverse record that matches the sending domain. Without it, email is more likely to land in spam.

The lookup runs on the server using gethostbyaddr. The IP you look up is not stored.

Frequently asked questions

What is a PTR record?

A DNS record that maps an IP address to a hostname. It lives in the in-addr.arpa zone and is set up by whoever controls the IP range.

Why does my IP have no reverse record?

Because the owner of the IP range did not configure one. It is common for residential ISPs and small hosting providers.

Does reverse DNS affect email delivery?

Yes. Many mail servers check that the sending IP has a PTR record. Without one, your email is more likely to be flagged as spam.

Can I look up IPv6 addresses?

The PHP function supports it, but this tool validates IPv4 format only.

Related tools

Long links? Shorten them for free

Vai.la turns any URL into a short link with click statistics, QR Code and your own biolink.

Vai.la is not responsible for how the tools are used or for decisions made based on their results.