Job Title with IP
Marc
-
trint Posted messages 531 Registration date Status Member Last intervention -
trint Posted messages 531 Registration date Status Member Last intervention -
Comment connaître le nom d'un poste en réseau via son adresse IP ?
7 answers
-
Hello,
if it is under a Windows network,
you type:
nbtstat -A its_ip_address
and you will know who is logged in there.
and ... There you go! -
To find the name of a computer from its IP address, simply type the following command in:
Start then Run, in the Run window type cmd, then, once the DOS emulator opens
type nslookup, leave a space, then type the IP address followed by enter
example
C:\>nlookup 192.168.50.107 Response obtained after pressing enter
Server: server.domaine.fr
Address: 192.168.50.100
Name: server.domaine.fr
Address: 192.168.50.100
The reverse is also possible with this command to find an IP address from the name. -
Thank you, but it doesn't work, I only have the device responding to me, I can ping it, with response times, but I still don't have the name of the device ;-(
-
-
Thank you for the information, but actually I may not have explained myself well. I am looking, from my PC (of which I know the IP and the name), for a PC present on the network, but of which I only know the IP address. I would like to know the name of the workstation... thank you.
-
The first solution works very well (ping -a 192.168.0.32), the ping gives you the response time and also the name of the workstation.
Before sending the packet, it tells you: sending a ping request to "workstation name" ("IP address"). -
You open a DOS console by going to Start/Run/command or cmd and you type the command "ping -a "IP address of the machine"".
Holy-Cristal