MAC address

Discussion in 'Linux, BSD and Other OS's' started by donkey42, Oct 29, 2006.

  1. donkey42

    donkey42 plank

    Likes Received:
    9
    Trophy Points:
    38
    hiya guys, another easy one for you, how do i find out the MAC Address of my router is, it was on a sticker underneith it but that's being gon a while

    any thoughts ?

    Edit: BTW: using kubuntu
     
  2. megamaced

    megamaced Geek Geek Geek!

    Likes Received:
    0
    Trophy Points:
    36
    Try:

    Code:
    arp -D <ip_address>
    Lets say your router has an IP address of 192.168.1.1. You would type:

    Code:
    arp -D 192.168.1.1
     
  3. donkey42

    donkey42 plank

    Likes Received:
    9
    Trophy Points:
    38
    :beer: thanks mega :good:
     

Share This Page