MAC address of a remote computer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • haleem4us
    New Member
    • Jan 2007
    • 2

    #1

    MAC address of a remote computer

    How to find the MAC address of a remote computer from my computer,throug h my computer command prompt.
  • terbolee
    New Member
    • Jan 2007
    • 23

    #2
    Type ARP -A in the command prompt. Hope this helps.

    Comment

    • Cyberdyne
      Recognized Expert Contributor
      • Sep 2006
      • 627

      #3
      This is very interesting, what is the syntax for me to find the mac address of a remote computer on the network?

      Let me know, Cyber.

      Comment

      • jailoliv
        New Member
        • Mar 2007
        • 1

        #4
        Originally posted by Cyberdyne
        This is very interesting, what is the syntax for me to find the mac address of a remote computer on the network?

        Let me know, Cyber.

        try this: nbtstat -A ipaddress
        The last line display as a result should read MAC address: xx-xx-xx-xx. It's that simple

        Comment

        • Cyberdyne
          Recognized Expert Contributor
          • Sep 2006
          • 627

          #5
          Thanks, it work great! I use it all the time now.

          Cyber.

          Comment

          • jonnykoo
            New Member
            • May 2007
            • 1

            #6
            Thank you for the information guys. I have a slight concern --> when I try to find out the IP address of the various computers in my home that are connected both wirelessly and through a wired connection, I get the same IP address for all of them. I am assuming this is because they are all connected to the same router. However, if I try to find the MAC of a remote computer with just an IP address, won't the same thing happen --> won't just the MAC of the router show up?

            Another question... if a computer that is connected to a WiFi network logs on to thescripts.com or any other server, what information is their server logging? IP Address and MAC? Just IP Address? Can MAC easily be derived? If so, is that the MAC of the local router it is being accessed with or the actual end PC client?

            Any input would be much appreciated. Thanks.

            Comment

            • tranceNET
              New Member
              • May 2007
              • 1

              #7
              - arp and nbtstat working on local network only, use a tool call GetMAC for cross a network

              - as i know just IP address

              tN

              Comment

              • suyang
                New Member
                • May 2007
                • 1

                #8
                Hi Everyone...

                I need help.

                Does anyone here knows how can I get the wired mac address of a remote computer in linux even if the remote computer is using the wireless connection?

                I think this command -> arp -a <ipaddress> is returning only the mac address of the active connection (either wired or wireless).

                What i need to get is the mac address of the wired connection regardless if the remote computer is connected in the network using wired or wireless...

                Your help is very much appreciated. Thanks in advance...

                Comment

                Working...