Find your Computer's Physical Address
Instructions on how to locate the physical address on your wireless device or PDA.
Windows 2000 and Windows XP:
- Click on the Start button
- Select Run folder
- Then enter cmd.exe
- At the command prompt type ipconfig /all and press Enter
- Record the number that appears in the Physical Address field. This is 12 hexadecimal digits (digits 0-9 letter a-f) in six pairs of digits separated by dashes ( e.g., 01-23-45-67-89-ab )
Windows 95/98:
- Click on the Start button
- Select Run
- In the dialog box type winipcfg and press OK. If a message dialog box appears stating that winipcfg could not be found, you probably need to install the TCP/IP networking component which contains the winipcfg program.
- If you also have a modem installed, make sure the pull-down list for the first item is set to your Ethernet Adapter and not the PPP Adapter .
- Record the number that appears in the Adapter Address field. This is 12 hexadecimal digits (digits 0-9 letter a-f) in six pairs of digits separated by colons ( e.g., 01:23:45:67:89:ab ).
Windows NT:
- Click on the Start button and
- Select the Programs folder
- Then select Command Prompt
- At the command prompt type ipconfig /all and press Enter. If a message appears stating that 'ipconfig' could not be found, TCP/IP networking needs to be installed.
- Record the number that appears in the Physical Address field. This is 12 hexadecimal digits (digits 0-9 letter a-f) in six pairs of digits separated by colons ( e.g., 01:23:45:67:89:ab ).
MAC/OS: For MAC OSX and later:
- Open System Preferences
- Select network icon
- Select show to Built-in Ethernet
- Choose TCP/IP tab
- Ethernet Address is located in bottom left corner of the window and should look something like this. 00:01:02:03:AB:CD
For MAC OS8 and later:
- From the Apple menu select Control Panels
- Select TCP/IP. The TCP/IP control panel should now open
- Set the Connect Via field to Ethernet
- Select Get Info from the File menu. The TCP/IP info box wil now open
- Record the number. This is 12 hexadecimal digits (digits 0-9 letter a-f) in six pairs of digits separated by colons ( e.g., 01:23:45:67:89:ab ).
For prior to Mac OS8:
- From the Apple menu select Control Panels
- Select MacTCP. The MacTCP control panel should now open
- Select the Ethernet icon while holding down the option key
- The hardware address will appear under the ethernet icon This is 12 hexadecimal digits with no spaces.
Linux:
- In a terminal window, type /sbin/ifconfig eth0.
- Record the information after characters HWaddr. This is 12 hexadecimal digits (digits 0-9 letter a-f) in six pairs of digits separated by colons ( e.g., 01:23:45:67:89:ab ).
OS/2:
- Open an OS/2 window
- Type netstat -n
- Record the information to the right of the label Physical address This is 12 hexadecimal digits (digits 0-9 letters a-f).
Solaris:
- In a terminal window type /usr/sbin/arp 'hostname'
- You should see output like hostname (123.456.789.012) at 8:0:20:1b:d4:52 permanent published
- Record the information after the word at . This is 12 hexadecimal digits (digits 0-9 letters a-f) in six pairs of digits separated by colons ( e.g. 1:23:45:67:89:ab ). Note leading zeros in a pair of digits are supressed.
AIX:
- In a terminal window, type /bin/netstat -v or /bin/netstat en0.
- Record the information on the line that begins with Hardware Address:. This is 12 hexadecimal digits (digits 0-9 letter a-f) in six pairs of digits separated by colons ( e.g., 01:23:45:67:89:ab ).