Tuesday, October 25, 2011

How to Determine Your Device's Ethernet or Wireless Hardware Address

All manufacturers of Ethernet and Wireless interfaces cooperate to ensure that every hardware interface has a unique address.
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.)

Windows 95, 98, ME

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:
  1. Click on Start.
  2. Click on Run.
  3. In the command line box which appears, enter the following and press the Enter key:
    winipcfg
    
  4. A box will appear with a variety of information. Check the pull-down menu near the top to verify that your Ethernet interface is selected; if it is not, then select it in this menu.
  5. Look for the line labelled Adapter Address. This is your Ethernet interface's hardware address. It will be written out completely as 6 pairs of 2 digits separted by hyphens. Write it down.
  6. If your machine has a wireless card, select Wireless interface from the drop down menu. Look for the Adapter Address under this section and write it down.

Windows NT 4.0

You can find your ethernet address using Microsoft's ipconfig utility:
  1. Click the Start button.
  2. Select Programs and then select Command Prompt.
  3. At the C:\> prompt, enter the following then press the Enter key:
    ipconfig /all
    
  4. Your machine's ethernet address is listed as the Physical Address.
  5. If your machine has both an Ethernet and a Wireless connection, two Physical Adresses will be shown in different sections. The Ethernet hardware address is listed under Ethernet Adapter Local Area Connection and the Wireless hardware address will be listed under Ethernet Adapter Wireless Network Connection.
  6. To close the Command Prompt window, enter the following at the C:\> prompt then press the Enter key:
    exit
    

Windows 2000, XP

You can find your machine's Ethernet or Wireless hardware addresses using Microsoft's ipconfig utility:
  1. Click the Start button.
  2. Select Programs and then select Accessories/Command Prompt.
  3. At the C:\> prompt, enter the following then press the Enter key:
    ipconfig /all
    
  4. Your machine's Ethernet or Wireless hardware address is listed as the Physical Address.
  5. If your machine has both an Ethernet and a Wireless connection, two Physical Adresses will be shown in different sections. The Ethernet hardware address is listed under Ethernet Adapter Local Area Connection and the Wireless hardware address will be listed under Ethernet Adapter Wireless Network Connection.
  6. To close the Command Prompt window, enter the following at the C:\> prompt then press the Enter key:
    exit
    

Windows Vista, Windows 7

You can find your machine's Ethernet or Wireless hardware addresses using Microsoft's getmac utility:
  1. If your device is a Dell laptop, ensure it is plugged into an electrical outlet; if it is not plugged in, the device's Ethernet address will not be displayed.
  2. Click the Start button.
  3. In the Search box, enter the following then press the Enter key:
    cmd
    
  4. At the DOS prompt, enter the following then press the Enter key:
    getmac /v
    
  5. Your machine's Ethernet or Wireless hardware addresses are listed as the Physical Addresses.
  6. If your machine has both an Ethernet and a Wireless connection, two Physical Adresses will be shown in different sections. The Ethernet hardware address is listed under Ethernet Adapter Local Area Connection and the Wireless hardware address will be listed under Ethernet Adapter Wireless Network Connection.
  7. To close the Command Prompt window, enter the following at the C:\> prompt then press the Enter key:
    exit
    

Mac OS X 10.4, 10.5, 10.6, 10.7

To display your Mac OS X device's Ethernet or Wireless hardware addresses:
  1. Make sure that the network interface you're interested in is part of the current location, and is turned "on":
    1. Open the System Preferences application in the Apple menu.The System Preferences application is also sometimes available in the Dock. It's also available in the Utilities folder (in versions 10.4 - 10.5) or the Applications folder (in versions 10.6 - 10.7).
    2. Click the Network icon in the System Preferences application.
    3. The Network pane of the System Preferences application displays a Location pop-up menu near the top of its window.In this Location pop-up menu, select a location that includes the network interface of interest.
      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 - 10.7: 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."
    4. If you made any changes in this window, click the Apply button in the lower right corner of the window.
    5. If you made any changes in the Network pane in System Preferences that you won't want to retain, make a note of them now, so you can undo them later.
    6. Once you've verified that the network interface you're interested in is part of the current location and is turned "on" (in 10.4), or is anything except "inactive (in 10.5 - 10.7), you can selectQuit System Preferences from the File menu.
  2. In Mac OS X 10.4 - 10.6, launch the System Profiler application. In Mac OS X 10.7, launch the System Information application.This program is normally located in the Utilities folder, which in turn is located in the Applications folder.
  3. In the Contents pane on the left, select Network.
  4. Displayed in the upper-right pane is a list of each of the Mac's network interfaces that are part of the current network location and are turned "on" (in 10.4), or anything except "inactive" (in 10.5 - 10.7). (In 10.6 - 10.7, these are entitled "Active Services".)In this upper-right pane, select the item for the Ethernet or Wireless (a.k.a "AirPort") interface in which you are interested.
  5. Displayed in the lower-right pane is information about the selected network interface.Each interface's hardware address is the value labelled Ethernet addressMAC address, or Hardware (MAC) address This is true even if the device is actually a wireless interface. (It is not the item labelledRouterHardwareAddress.) Make a note of the value; this is the information you were seeking.
  6. Quit the System Profiler (in 10.4 - 10.6) application or the System Information (in 10.7) application.
  7. If earlier you changed any settings in the Network pane of System Preferences (e.g. to make a particular network interface active) and you wish to change it back, do so now.

Apple iPhone OS 3.1 - 3.2; iOS 4.0 - 5.0

To display your Apple iOS (or iPhone OS) device's Wireless hardware address:
  1. Open the Settings application.
  2. From the list of setting categories, select General.
  3. From the list of general settings, select About.
  4. The Wireless hardware address is the value labelled Wi-Fi Address.
  5. Leave the Settings application.

Android 2.2, 2.3

To display your Android device's Wireless hardware address:
  1. Open the Settings application.
  2. From the list of setting categories, select About phone. (This category might be named something else, for example, About tablet.)
  3. From the list of choices, select Hardware information. On some versions of Android, you may instead need to choose Status.
  4. The Wireless hardware address is the value labeled Wi-Fi MAC Address.
  5. Leave the Settings application.

Sun

When executed as root, the following command will show the hardware address for each Ethernet interface that is plumbed on the system:
# /usr/sbin/ifconfig -a

   lo0: flags=1000849 mtu 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

No comments:

Post a Comment