IP and hostname
Solved
ben85350
Posted messages
622
Status
Member
-
moi -
moi -
Good evening everyone,
I have a computer in my network (box) that I have identified with its IP address through my workstation. Is it possible to know the name of the computer having that IP address?
I have a computer in my network (box) that I have identified with its IP address through my workstation. Is it possible to know the name of the computer having that IP address?
3 answers
-
Very simple;
go to the command prompt (Start / Run / cmd) and in the DOS window type nbtstat -an ip_of_the_machine
This will give you the "NetBIOS name table of remote computers" if you are on a domain, it will be listed, etc.
There you go, hoping to have answered your question.
--
Brew -
Not a command but software... under certain conditions, yes...
Easier to find the name of your machine locally:
Start > Run > CMD then in the command window:
IPCONFIG /ALL
will give you the entire network configuration of your machine including its little name. -
If you look closely at the first message posted, it talks about a PC identified by its IP address FROM another workstation.
An IPCONFIG /ALL would be too easy ;)