MAC Spoofing and Virtual Interfaces: Why Layer 2 Addresses Are Not Hardware Identity
How software overrides, virtual machine NICs, container bridge networks, and MAC spoofing sever the link between MAC addresses and physical identity.
A Media Access Control (MAC) address is frequently treated as an unchangeable fingerprint tied directly to a physical piece of computer hardware. In network administration, system auditing, and security analysis, practitioners often inspect MAC addresses to identify connected hardware, assign static IP addresses via DHCP, or verify hardware manufacturers. However, modern network engineering realities have fundamentally altered how MAC addresses behave and what they actually signify.
MAC Map provides an authoritative, technical examination of Layer 2 physical addressing. The primary purpose of this site is to clarify the structure of MAC addresses, demystify the IEEE Organizationally Unique Identifier (OUI) registry, and explain why a MAC address can no longer be blindly trusted as a permanent device identifier.
Every standard Ethernet and Wi-Fi interface relies on a 48-bit address—formally designated by the IEEE as an EUI-48 (Extended Unique Identifier 48). While the address format appears straightforward when rendered in standard hexadecimal notation, the bit-level structure contains critical flags that dictate whether an address is globally unique or locally assigned, individual or multicast.
+-----------------------------------+-----------------------------------+
| Organizationally Unique ID | Network Interface Controller |
| (OUI) | (NIC Specific) |
| 24 Bits | 24 Bits |
+-----------------------------------+-----------------------------------+
| Octet 0 | Octet 1 | Octet 2 | Octet 3 | Octet 4 | Octet 5 |
+----------+-----------+------------+-----------+-----------+-----------+
^ ^
| |-- Bit 1: Universal / Local (U/L) Bit [0 = Universal, 1 = Local]
|-------- Bit 0: Individual / Group (I/G) Bit [0 = Unicast, 1 = Multicast]
Navigating contemporary networks requires understanding both the capabilities and explicit boundaries of Layer 2 address inspection.
Whether you are investigating an unrecognized host on your corporate LAN, troubleshooting DHCP allocation failures, or designing network access control policies, MAC Map delivers grounded diagnostic clarity without relying on outdated assumptions.
OUI, NIC portion, and the bits that change meaning.
What a vendor lookup proves — and what it doesn't.
Randomisation, virtualisation and spoofing.
How software overrides, virtual machine NICs, container bridge networks, and MAC spoofing sever the link between MAC addresses and physical identity.
How switches use CAM tables for MAC learning and routers use ARP tables to bridge Layer 2 frames to Layer 3 IP packets.
An analysis of Wi-Fi MAC address randomisation across iOS, Android, and Windows, its setting of the U/L bit, and the impact on static network management.
How the IEEE OUI registry functions, difference between MA-L/MA-M/MA-S blocks, and why vendor lookups often identify chipmakers rather than final device brands.
A deep dive into EUI-48 bit fields, universal vs local flags, multicast bits, and standard hexadecimal notation.