This simple posts lets you find out your MAC Address of your Ethernet Card (NIC) or so called Network Adapters.
How to find MAC Address in Windows:
- Open command prompt by typing “cmd” in Run Dialog.
- Type:
- This will display a set of your IP address configuration. Notice Ethernet adapter or the PPP Adapter configurations. There you can find something called “Physical Address”. Now that’s you MAC Address!
ipconfig /all
How to find MAC Address in Linux:
- Open the Terminal and make sure you are root.
- Type:
- This will bring up your IP configurations. Notice eth1, eth2 and eth3 etc. These are your network adapters.
- The address that is displayed after HWaddr in each of the configuration is your MAC Address.
/sbin/ifconfig
Will soon add on how to find the same thing on Mac OS.


