Categories
HOW TO

HOW TO resolve IP address to hostname

Open a Command Prompt Window (Start -> Run -> cmd) and execute the following command:

ping -a {IP address}

for example:
ping -a 192.168.1.1

Or

nslookup {IP address}

for example:
nslookup 192.168.1.1

Did my HOW TO help you? Leave a reply.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.