Sunday 23 September 2018

networking - What is Windows command to convert machine name to ip address and vice versa?


I need to know the ip address of another machine in a lan network.


What is the Windows command for getting ip address from machine name and vice versa?



Answer



A machine with machine name "accounting" and ip "192.168.1.95"


IP -> Machine Name:


tracert 192.168.1.95

or


NBTSTAT  -a 192.168.1.95

Machine Name -> IP


nslookup accounting

or


ping accounting

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...