Obtaining Your MAC Address
WINDOWS
On Windows NT/2000/XP/Vista you can display the Ethernet Adapter Address by
running the DOS Command Prompt from the Start Menu:
Type: ipconfig /all | more at the DOS prompt.
In the messages displayed by the ipconfig command, look for the section labeled "Ethernet
adapter" and the line starting with Physical Address.
Example:
Physical Address: 00-E0-29-19-96-0E
Address you need to fill out in the form: 00E02919960E
LINUX
On Linux OS you can easily check your ethernet address using following command:
/sbin/ifconfig
Your unique address is displayed in HWaddr section
Example:
HWaddr: 00-E0-29-19-96-0E
Address you need to fill out in the form: 00E02919960E
UNIX
- Open your terminal window.
- Type "hostid" at the prompt.
The host should be eight characters long and begin with
8XXXXXXX.