Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This article explains how to locate the MAC address on different devices.

A Media Access Control (MAC) Address can be referred to as an Adapter Address, Physical Address, or Hardware Address. This address is a unique identification number assigned to each network interface controller (NIC) during manufacture.

The method used to locate a MAC Address differs depending on the operating system being used.


Network Engineering provided guide: https://mhb-dhcp.net.usf.edu/laptops/MacAddressDoc.html


Excerpt

Anchor
Top
Top

Windows 10 

  1. Click the Start Menu icon.
    Image Added

  2. Search for "cmd" and open the Command Prompt program.
    Image RemovedImage Added

  3. In the window that appears, type "getmac /v" and press Enter.


  4. The MAC Address of your network interface controller (NIC) will display in the Physical Address column. (In the example below, the computer has both an Ethernet and Wireless NIC. The wireless MAC Address for this example computer has been highlighted in red.)
    Image Removedis 12 alphanumeric long.
    Image Added

Back to top

Anchor
Topic 2
Topic 2

Mac OS X

  1. Click the Apple icon and select System Preferences.
    Image RemovedImage Added

  2. Within the System Preferences pane, select Network.
    Image RemovedImage Added

  3. Choose the connection type you typically use to connect to the USF network and click Advanced. (In this example we were using Wi-Fi to connect to the USF network.)
    Image RemovedImage Added

  4. The MAC Address of the selected connection type will display on the Hardware tabThe MAC Address is 12 alphanumeric long.
    Image RemovedImage Added

Back to top

Anchor
Topic 3
Topic 3

 Linux

  1. Open Terminal.

  2. Type "ifconfig -a" and press Enter.

  3. The MAC Address of any network interface controller (NIC) should appear in the output of the respective connection type. 
  • Typically Ethernet Controllers are denoted as eth# and Wireless as wlan#.

  • Depending on your flavor of Linux, the MAC Address may display as ether or HWaddr.

Back to top

Tip