Overview
The Media Access Control (MAC address) is a unique identifier assigned to a network adapter and is very useful when assisting in network problems.
Procedures
To locate the MAC Address on Windows operating system, follow these steps:
-
Press
Windows
key. Start typingcmd
and select Command Prompt from the menu. -
Type
ipconfig /all
and press Enter. This will display your network configuration. -
Look for the MAC address listed as Physical Address.
-
You can use
ctrl+a
to select all,ctrl+c
to copy and it can be pasted to any text field. -
Type
exit
and press enter to exit the command prompt.
[Command prompt showing various fields of Windows IP Configuration]
MacOS/Linux
To locate the MAC Address on MacOS, follow these steps:
-
Open a Terminal app.
-
Type
/sbin/ifconfig
this will list your IP address as well your MAC address. -
You can use
cmd+a
to select all,cmd+c
to copy and it can be pasted to any text field.
Comments
0 comments
Article is closed for comments.