Question

  • Creator
    Topic
  • #2261396

    IP Conflict

    Locked

    by pc_techie, mcp ·

    I need to find out which computer on a network has a particular IP address. I can’t remember what the command is for searching an IP address for the computer name.

    Anyone know what that command is?

All Answers

  • Author
    Replies
    • #2539526

      Clarifications

      by pc_techie, mcp ·

      In reply to IP Conflict

      Clarifications

    • #2539501

      nslookup

      by w2ktechman ·

      In reply to IP Conflict

      🙂

    • #2539484

      commands

      by r_designer ·

      In reply to IP Conflict

      use ping -a ip_address this will give u hostname
      or user nbtstat -a ip_address this will give u netbios name

      • #2539459

        Not working

        by pc_techie, mcp ·

        In reply to commands

        Couldn’t get it to work. I once used a command that when you entered the IP address (along with the command), it would also show what the computer name was. Someone on my network has one of my test IP addresses on their PC, but I don’t know who.

        Thank you,

        Kevin

        • #2539425

          Both ways should work

          by w2ktechman ·

          In reply to Not working

          nslookup should give the comp name

          nbtstat -a should give the comp name and MAC address

        • #2539387

          Am I doing it wrong

          by pc_techie, mcp ·

          In reply to Both ways should work

          I enter nslookup and all I get is Server:
          Address:

          I does not display the computer name, which should start with an L.

        • #2539151

          What about nbtstat -a?

          by w2ktechman ·

          In reply to Am I doing it wrong

          nslookup should work, it was designed to query he DNS server for his reason. But, if it is no working, try nbtstat -a %ip address%
          if neither are working, you may have a problem on your DNS server

Viewing 2 reply threads