Showing posts with label DNS. Show all posts
Showing posts with label DNS. Show all posts

Tuesday, 16 August 2011

Reverse DNS lookup in Windows Command Line

Want to look up the domain name from a IP address in Windows platform? Use either of these 2 commands from your command prompt.

c:>ping -a xxx.xxx.xxx.xxx
or
c:>nslookup xxx.xxx.xxx.xxx

The output of each command is different but does one common thing returning the domain name of the IP address you enter.