Networks Quick Question: MAC Addresses

Discussion in 'Hardware' started by simon w, 4 May 2004.

  1. simon w

    simon w What's a Dremel?

    Joined:
    3 Nov 2003
    Posts:
    1,302
    Likes Received:
    0
    Am I right in thinking that a NIC's MAC address is printed on the card itself?
    (I don't have one to-hand at the moment to check myself)
     
  2. RTT

    RTT #parp

    Joined:
    12 Mar 2001
    Posts:
    14,120
    Likes Received:
    74
    Some cards may (i've had a 3com with sticker on it with the MAC printed) but no others I've had have done.
     
  3. felix the cat

    felix the cat Spaceman Spiff

    Joined:
    11 Jan 2002
    Posts:
    4,914
    Likes Received:
    11
    same here...only 3com print them onto the card from what i have seen, but its easy to find out:
    start --> run --> cmd
    ipconfig/all

    done...
     
  4. simon w

    simon w What's a Dremel?

    Joined:
    3 Nov 2003
    Posts:
    1,302
    Likes Received:
    0
    Is it possible to obtain the MAC address of a remote UNIX machine on a LAN? I've tried using arp & nbtstat, but neither seem to work :(
     
  5. RTT

    RTT #parp

    Joined:
    12 Mar 2001
    Posts:
    14,120
    Likes Received:
    74
    Should work fine from the windows command prompt (arp -r {ip address} or something?). Alternatively you could telnet/ssh into the unix machine and run ifconfig (assuming you have root).
     
  6. buzzy

    buzzy What's a Dremel?

    Joined:
    27 Dec 2003
    Posts:
    211
    Likes Received:
    1
    Ping the unix machine and get a response, then do "arp -a" to get a list of the current arp entries in the cache.

    Works for anything that responds to a ping (or any other traffic for that matter) but you have to be on the same network, ie not separated by a router.

    Cheers
    Buzzy
     
  7. simon w

    simon w What's a Dremel?

    Joined:
    3 Nov 2003
    Posts:
    1,302
    Likes Received:
    0
    Cheers for the information guys :) Someone else told me about pinging then arp'ing yesterday as well. I'll give that ago later :thumb:
     
    Last edited: 5 May 2004
Tags:

Share This Page