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