How To...


How To... Find Your MAC/IP Address

A MAC address, short for Media Access Control address, is a 12 digit hexadecimal number permanently assigned to a network interface card. Each company that supplies networking equipment is assigned a 6 digit OUI, or Organizationally Unique Identifier. Lucent, for example, is assigned the OUI 00022D, so wireless cards from Lucent begin with the numbers 00022D, or any other OUI assigned to them. You can find the MAC address of your device in several ways. Many manufacturers print the MAC address on the card itself.


  1. Click Start >> Run.

    startrun

  2. Type in cmd.

    cmd

  3. When you see black window pop up, type in ipconfig/all.

    ipconfig/all

  4. The Physical Address listed is the MAC address of the card. The IP address is your address on the network.
    Note:
    If you have multiple network cards in your machine (such as a wired card and a wireless card), you will need to be sure that you find the correct MAC address. In XP and above, wired cards are listed as "Local Area Connection" entries, and wireless cards are listed as "Wireless Network Connection" entries.

    physicaladdress

  5. For further assistance, contact the Help Desk at 972-883-2911 or assist@utdallas.edu.

  1. Click on the Apple icon >> System Preferences.

    systempreferences

  2. Click Network.

    network

  3. You can view the IP addresses of the ethernet adaptors from the Network Status section.

    ipaddressnetworkstatus

  4. Select the card you are looking for under Show dropdown menu.

    showmenu

  5. If you are looking for the Ethernet MAC address, it will be listed under the Ethernet tab as the Ethernet ID.

    ethernetmacaddress

  6. If you are looking for the Airport MAC address, it will be listed under the Airport tab as the Airport ID.

    airportmacaddress

  7. If you are looking for the Airport IP address, it will be listed under the TCP/IP tab as the IP Address.

    airportipaddress

  8. For further assistance, contact the Help Desk at 972-883-2911 or assist@utdallas.edu.

  1. Open a new shell prompt.

  2. Type the command ifconfig -a into the shell prompt. On Linux, the MAC address will be listed as the HWaddr. The IP address will be listed there as well.