IP and hostname

Solved
ben85350 Posted messages 622 Status Member -  
 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?

3 answers

  1. bruno_villeneuve
     
    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
    20
    1. ben85350 Posted messages 622 Status Member 27
       
      Thank you, it works!
      Is there a command that allows you to see all the IPs of a network with their names?
      0
      1. bruno_villeneuve > ben85350 Posted messages 622 Status Member
         
        To find the IP addresses of a network, you need listening software. In other words, do a Google search for a sniffer or something like that. What you do is your business, by the way. Hehe it's like alcohol, to be consumed in moderation haha.

        --
        Brew
        0
  2. dlange
     
    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.
    0
  3. moi
     
    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 ;)
    0