This document describes how to determine your computer's (or printer's) Ethernet or Wireless hardware address(es). You need to know your hardware address(es) in order to register your computer or printer in the Princeton University Host Database.
If your computer has both an Ethernet interface and a Wireless interface, each will have its own unique hardware address.
An Ethernet or Wireless hardware address is a 6-byte hexadecimal number; for example: 0x080007A9B2FC. (Each byte is written as two hexadecimal digits, so there are twelve hexadecimal digits; each hex digit is a number from 0-9 or a letter from A-F. A leading '0x' may be written to make explicit that the following digits should interpreted as hexadecimal.)
Ethernet and Wireless hardware addresses are often written in other forms, to make them easier to understand. It is common to leave off the leading '0x', and also to separate the six pairs of digits with colons or dashes, like: 08:00:07:A9:B2:FC or 00-00-94-ba-0e-cc. When using colons or dashes to separate the address into six pairs, sometimes any leading zero in each pair of digits is dropped; e.g. 8:0:7:A9:B2:FC or 0:0:94:ba:e:cc. (Note that when dropping leadings zeroes, '00' becomes '0' -- you never completely eliminate any of the six pairs of digits.)
Do not confuse an Ethernet or Wireless hardware address with an Internet Protocol ("IP") address; that's a number assigned to some computers and printers by the Princeton University, and looks something like: 128.112.1.2 or 140.180.1.2. Your Ethernet or Wireless hardware address is also not your email address, which typically looks something like rfraggle@princeton.edu.
If your computer or printer has a built-in Ethernet or Wireless interface, you may find a label attached to the back or bottom of the computer displaying the hardware address.
If you find a label, make sure it really is a hardware address; the section above describes what an Ethernet or Wireless hardware address looks like. For example, if you see letters of the alphabet other than A-F, you can be sure you're not looking at an Ethernet or Wireless hardware address; perhaps it is a model number or serial number for your computer.
In some cases, you will not find a hardware address displayed on the box, the Ethernet or Wireless interface, or the computer or printer. (Or you may have discarded the box, and opening the computer or printer to examine the interface card inside may not be a good choice.) In these cases, there is usually software you can run on the computer or printer that will display the Ethernet or Wireless hardware address. Instructions for some popular configurations appear below.
Many devices can be reconfigured so that instead of using the hardware address assigned by the manufacturer, they instead forge another hardware address of your own choosing. This is sometimes called "spoofing" or "cloning" a hardware address, particularly when the forged hardware address is one that belongs to another device.
Because a device's hardware address is one of the most important ways the device is identified on the campus network, forging a hardware address is not acceptable on the campus network. No device attached to the campus network should be configured to forge its hardware address; instead, every device attached to the campus network should use the unique hardware address assigned to it by the manufacturer.
The process of obtaining your ethernet address is fairly simple in Windows 95, Windows 98, and Windows ME. You need to have, at least, installed the Microsoft TCPIP protocol to use this method. If you have installed the MS TCPIP protocol do the following:
winipcfg
If you are unable to see your Ethernet interface in the window displayed by the winipcfg command, refer to the Help Desk solution: http://helpdesk.princeton.edu/scripts/tpm/solution.pl?ID=5094.
You can find your ethernet address using Microsoft's ipconfig utility:
ipconfig /all
exit
You can find your machine's Ethernet or Wireless hardware addresses using Microsoft's ipconfig utility:
ipconfig /all
exit
You can find your machine's Ethernet or Wireless hardware addresses using Microsoft's getmac utility:
cmd
getmac /v
exit
To display your Mac's Ethernet or Wireless hardware addresses:
For Mac OS X 10.4: You can verify that a network interface (port) is a member of a location by selecting that location, then in the Show pop-up menu, selecting Network Port Configurations. Verify that network interface of interest appears in the port list, and is turned "on" (its checkbox is checked).
For Mac OX X 10.5: You can verify that a network interface (port) is a member of a location by selecting that location, then verifying that the network interface of interest appears in the network ports list on the left side of the window. Verify that the interface's status (which appears in grey just below the name of the interface) is anything other than "Inactive."
In this upper-right pane, select the item for the Ethernet or Wireless interface in which you are interested.
Each interface's hardware address is the value labelled Ethernet address, MAC address, or Hardware (MAC) address This is true even if the device is actually a wireless interface.
If you have root privileges, the following command will show the Ethernet address for each Ethernet interface that exists on the system.
# /usr/sbin/ifconfig -a lo0: flags=1000849mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=1000843 mtu 1500 index 2 inet 192.168.1.2 netmask fffffc00 broadcast 192.168.1.0 ether 8:0:20:4:5:6
Alternatively, reboot the machine. When it boots, it will write the Ethernet address to the console, to /var/adm/messages, or both. For example:
unix: SunOS Release 5.8 Version Generic_108528-15 64-bit
unix: Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved.
unix: Ethernet address = 8:0:20:1:2:3
...