...
- Run the "Command" (cmd.exe) application.
- Enter
ipconfig /all
- Copy down the "Physical Address" (aka "MAC address") from the "Ethernet adapter Local Area Connection" (or "... Wireless Connection") section.
- The hyphens between the two-digit blocks are not necessary.
- All addresses shown here are examples and have to be replaced through your actual address!
Linux
- As the root user (or user with appropriate permissions)
- Type "ifconfig -a"
- From the displayed information, find eth0 (this is the default first Ethernet adapter)
- Locate the number next to the HWaddr. This is your MAC address - the colons between the two-digit blocks are not necessary.
- All addresses shown here are examples and have to be replaced through your actual address!
...