KBA/Getting my MAC Address
From Lankyland
Sometimes it is important to know what your MAC Address is, especially when trying to problem solve internet connectivity issues. These steps will guide you through finding your MAC Address
Contents |
Unix Based Operating Systems
Most Unix-based Operating Systems use the ifconfig command to bring up the MAC Address.
Mac OS X
- Open Finder
- Applications
- Utilities
- Terminal
- Type
ifconfig
Debian Based Linux
- Open a terminal
- Type
sudo ifconfig
Windows
Windows uses basically the same way to find the MAC Address but it varies based on which version you are using. The 4 most recent versions of Windows all use the following steps involving ipconfig. Older versions are a little bit more picky.
- Click the Start button
- Click Run...
- Type
cmdand hit Enter. A black window should open - Type
ipconfig /all - Look for the Physical Address. Should look similar to
00-1A-A0-D4-12-12

