Obtain the Ethernet Address of Your Network Card
» Obtain the Ethernet Address of Your Network Card
Windows XP:
- Click Start.
- Select Run.
- Type cmd in the dialog box and press Enter.
- Type ipconfig /all and press Enter.
- Record the physical address listed in the format 00-00-00-00-00-00
Mac OSX:
- From Finder select Go and then Utilities.
- Select the Network Utility.
- From the dropdown list, select the desired network adapter.
- The physical address is listed in the format 00:00:00:00:00:00
Linux:
- Open a shell.
- Type /sbin/ifconfig eth0 | grep HWaddr
- The HWaddr is listed in the format 00:00:00:00:00:00
Keywords: linux | mac OSX | networking | windows xp