MAC Address Lookup
This program displays the name of the company that manufactured your network card.
example: 00:0B:14
How to find the MAC address
To find the MAC address in Windows- Go to the DOS prompt
- Click on Start button, select Run
- Type
cmdand press ENTER
- In the DOS prompt, type
ipconfig /alland press ENTER
You should see the MAC address in this format 00:00:00:00:00:00
- Go to a terminal (you should know how!)
- In the terminal, type
ifconfigand press ENTER
You should see the MAC address in this format 00:00:00:00:00:00 following HWaddr
