What should my MAC address be? (now shows 00:00:00:00:00:00)

22,224

Solution 1

Try this from a terminal:

ifconfig

Your MAC address is the one after HWaddr. If it is 00:00:00:00:00:00 I think something is wrong with either the hardware or the driver.

If you somehow erased your MAC-address from the network settings you can get it back by writing this in the terminal:

  1. sudo lshw > lshw.txt

  2. write password when prompted for it

    this takes approximately 20 seconds.

  3. gedit lshw.txt

Now you are looking at a list of all your hardware. But we only want the networking specs. Do a search for "network". A couple of lines under that line, there should be a line like this:

serial: 01:21:ee:de:01:11

Only your numbers will be different. This is the MAC-address. Copy that address, and paste it into the network settings. Then you should have restored your original MAC-address.

Solution 2

First, open 'System settings'. Then select 'Network', and then you will be able to get it by copying what is after 'Hardware address'. Hope it helped you.

enter image description here

Share:
22,224

Related videos on Youtube

Shawn
Author by

Shawn

Updated on September 18, 2022

Comments

  • Shawn
    Shawn over 1 year

    I have three computers all wired into my router. The box I'm posting this from is running Ubuntu 11.10, and another machine is running Xubuntu 11.10 Both connected automatically when the ethernet cable was plugged in. However, my wife's computer, running Ubuntu 10.10, cannot connect to the eth0 connection. I checked the connection's properties and the MAC address is all zeroes! How do I determine what numbers to plug into the MAC Address field?

    • Admin
      Admin over 12 years
      im not sure, but that sounds like a hardware problem. what kind of network card are we talking about?
    • Admin
      Admin over 12 years
      Just put any hexadecimal number (0-9, a-f). Make sure that no other computer on your LAN have the same MAC address.
    • Admin
      Admin over 12 years
      Can anyone verify that the comment above by Anonymous is a valid answer? I'd like a member's second opinion before I give it a try.
    • Admin
      Admin over 12 years
      @Shawn S/he is a real user with close to 400 rep. FYI
  • Shawn
    Shawn over 12 years
    will manually entering a MAC address as mentioned above get the eth0 working?
  • user3179505
    user3179505 over 12 years
    The MAC address is chosen by the production company, and can not just be set to something else. (Although programs such as macchanger can trick your computer to think so). If you are able to change it, just try. Pick some random numbers: 00:11:22:33:44:55.