How to find host name from IP address

ping command has a option -a which will return host name with ip address.

use following command in cmd.exe:
ping -a [xxx.xxx.xxx.xxx]
where [xxx.xxx.xxx.xxx] is destin IP address.

Comments

Popular Posts