Windows
Linux
Windows
Reverse DNS Lookup tool in windows. Windows is the most used OS in the world. It comes with some built-in tools which many of the users don’t know about. In windows you can perform reverse DNS lookup of any IPv4 address using pre-installed tools.
- Open up the CMD (Command Prompt)
- Type the following command.
ping -a IP_address_here
OR
nslookup IP_address_here
In the output of these commands you will see the results of the reverse DNS lookup.
Linux
Linux is one of the OS which comes with some of the best tools in it. In Linux you can easily perform reverse DNS lookup using dig tool.
- Open terminal in your linux OS.
- Copy and paste the follwoing command in your terminal
dig +noall +answer -x IP_address_here
- In output you will see the resolved name for the given IP address..
What is Reverse DNS Lookup Tool
Reverse DNS lookup is the opposite of the DNS lookup. It works the opposite way of the DNS lookup. DNS lookup gets the IP address of the target domain.
On the other hand reverse DNS lookup gets the domain name from the target IP address.
If you perform the DNS lookup on google.com, you will get the IP address (216.58.207.110). But if you perform reverse DNS lookup on 216.58.207.110 you will get the domain name connected to this IP address. You may not get the domain addresses for every IP address because not every IP is connected to the domain name.

IPv4 Reverse DNS Lookup
In IPv4 address special domain name is used like this in-addr.arpa. This domain name used to concatenate with the IPv4 address. If you query rDNS of this IP address(216.58.207.110), you will see something like this in the output: 216.58.207.110.in-addr.arpa which means its an IPv4 address.
Instead of the IP address this concatenated string will be looked up to find the domain name pointing to this IP address. It is to be noted that without concatenating the special domain name with IP address, we can’t find the domain name pointing to the target IP address.
IPv6 Reverse DNS Lookup
In IPv6 address special domain name is used like this ip6.arpa. This domain name used to concatenate with the IPv6 address. If you query rDNS of any IPv6 addres, you will see something like this in the output: c.b.5.4.2.0.2.X.7.9.3.5.7.0.0.0.0.0.0.0.0.0.0.0.8.b.d.0.6.0.1.0.ip6.arpa which means its an IPv6 address.
The other method of querying the domain from this concatenated string is very similar to the IPv4 reverse lookup.
MY IPv4 Address Tools
Internet Speed Test
Check out your internet connection speed with our free tool. Check internet speed to find exact connection speed.
Ping Tool
test out reach ability of any host with one click with our free and easy to use tool.
WHOIS Tool
Dig out the information about any IP address or domain. Our WHOIS tool will provide you all details about the target.
BASE64 Encode/Decode
Encode or decode into base64 encoding with one click using our free and easy to use tool.
Reverse DNS Lookup
Find out information about any IP address by performing reverse DNS lookup using our free tool
Free IP Address API
Get programatically access to our tools using our free API's.