network-featuredWe live in what experts describe as an IP (Internet Protocol) based society. This means everything is connected, not just your smartphone, camera, smart watch or traditional computing devices. Potentially, everything and anything, from your dog’s collar to your refrigerator is now an Internet connected device which you can monitor and manage, all from your phone or web browser.

Part of the magic behind IoT (Internet of things) are unique identifiers which enable everything on the planet to communicate. True, we’ve talked about IP Addresses in the past, however, there is a network address down another level which is assigned to every computing network device. And unlike an IP address, it’s assigned at birth / never changes. This is called a MAC address. This has nothing to do with Apple’s line of Macintosh computers, but it too, has a MAC address and we are going to show you how to find it.

What’s a MAC Address and How to Find It?

MAC stands for Media Access Control. This unique identification is the physical address for your Ethernet or Wireless adapter burnt into the actual hardware at the factory. The address format is the same for all network adapters — a set of hexadecimal digits.

There are multiple ways to find your MAC address depending on the type of device.

Find your Network MAC address on a Windows PC

On a Windows PC, Click Start > Type: CMD. At the command prompt, Type: ipconfig/all then hit Enter.

Windows-MAC-640x211

An easier way to find it is from within Settings. Open the Network and Internet category, select Ethernet, click the connection name, then scroll down to view your Physical address (MAC).

Windows-MAC-2-504x480

Find your Network MAC address on a Linux System

Linux users can open Settings > Network > Wired, which will reveal the Hardware Address.MAC-Address-Linux-640x371

Find your Network MAC address on an Apple Mac

On a Mac, open System Preferences > Network, select your Ethernet adapter in the inspector pane, click Advanced > Hardware. There you will find your MAC Address.

macOS-MAC-555x480

A faster way is by clicking the Apple menu > About this Mac > System Report, expand Hardwaretab then select Ethernet Cards > Mdns offload capable.

macOS-MAC-2-640x469

Find your Network MAC address on an Apple iOS Device (iPhone/iPad)

iOS users can look within Settings > General > About, scroll down to view the physical address.

iOS-Mac-Address

Find your Network MAC address on an Android Device

Android users can browse to Settings > About Phone > Status, swipe down to the bottom to view the Wi-Fi MAC Address.

Android-288x480

For devices such as your router or switch, you can normally find the physical address on the back of the device label. You can also log into the router or switch and view your MAC Address. Also, if your router or switch shows up in Network Explorer, you can right click it then click Properties.

wireless-7

So, why would you even want to know this information? Being that IP address leases expire over time, as devices connect and disconnect to your network, trying to block them or whitelist them on IP is not realistic. Instead, you could secure your home network using the MAC address instead. During my sys admin days a few years back, this is what I did to keep unauthorized computers off the network. This ensured that only computers I whitelisted could connect to my network and request an IP address lease. I remember a particular user was performing a lot of downloads bringing the network to halt, blocking the MAC address for a couple weeks sorted that out easily.

If you want to know more about managing nodes on a network and how to secure your home WiFi, check out my previous article where I cover those basics.