How to find your physical (MAC) address


 

Every network interface has a MAC address (Media Access Controller) also known as the physical address. This is the actual hardware address that the lowest level of the network uses to communicate. The MAC address is used to assign the TCP/IP address by means of DHCP (Dynamic Host Configuration Protcol). For that reason, the MAC address of a machine is required so that it can be properly configured for the engineering network.

The physical (MAC) address is an 8 byte number such as 08:00:20:9A:38:34. On Windows it will sometimes be represented with dashes between the numbers. Please always include the colons (:'s) between the numbers. Letters must also be capitalized on the form. 

Instructions to properly identify the MAC address for each corresponding Operating System is listed below:
 

 

 

Linux

  1. Open a terminal and use the ifconfig command. The MAC address will be listed next to HWaddr.
     

    ifconfig.gif

     

  2. If your Linux OS does not have the ifconfig command, you may also use the ip addr command.
     

    ipaddr.png

 

 

macOS

  1. Select System Preferences from the Apple menu located on the top left-hand corner.
     

    Screen Shot 2019-06-25 at 10.41.21 AM_0.png

     

  2. Select Network from the System Preferences panel. 
     

    Screen Shot 2019-06-25 at 10.24.03 AM_0.png

     

  3. Select the Advanced button corresponding to the Built-in Ethernet or Network Adapter (depending on how you access the network).
     

    Screen Shot 2019-06-25 at 10.24.25 AM_0.png

     

  4. Select Hardware from the centered menu of the page. Your MAC address will be listed next to a field labeled with the same name. 

 

Screen Shot 2019-06-25 at 11.25.13 AM_0.png

 

 

 

Windows

  1. Open command prompt either by searching for it using the search bar in your menu or by doing the following key combination, typing cmd, and hitting enter: Windows Key + R
     

    search.png

     

    run.png

     

  2. In the command prompt window, you can type either getmac or ipconfig /all. If Ethernet is the only connection to your computer at the time you run getmac, then the physical address whose Transport Name isn't media disconnected is the MAC address you are looking for. Alternatively, when running ipconfig /all, the MAC address you are looking for is located under Ethernet adapter Ethernet: Physical Address.

     

    getmac.png

     

    ipconfig.png

 

OR
 

  1. On Windows 10, select Start (Microsoft icon) and then choose Settings (gear icon) from the left-hand menu.
     

    start.png

  2.  

  3. Select Network and Internet from the Windows settings menu.
     

    settings.png

  4.  

  5. On the Status page, choose View your network properties at the bottom of the Change your network settings menu.
     

    network.png

  6.  

  7. Your MAC address will be listed next to a field labeled Physical address (MAC)

 

properties.png