How to Find Your MAC Address
MAC is an acronym for Media Access Control. A MAC address is an address that is given to a network adapter (NIC) that helps a computer to identify it. Since many functions of a computer can be determined by the MAC address on the network adapter, it is important to be able to find your MAC address in case it is requested.
Finding a MAC address is, for the most part, simple. However it depends on which operating system you are using. Here are a few tips on how to find your MAC address when your computer runs certain popular operating systems.

Finding Your MAC Address When Using Windows OSs
Windows NT
If you are running Windows NT, finding your MAC address is quite simple. Run the command ipconfig/all within your MS-DOS shell window. The MAC address will be clearly visible.
Windows 2000 and Windows XP
Open up your command prompt window by clicking Start, then Run, then cmd. Once in the command prompt window, type ipconfig/all and the MAC address will be visible. The 12 digit "Physical Address" is actually the MAC address.
MAC OSx
On your MAC OSx computer, open the system preferences and select Network. Now, you will need to choose an interface. Remember to choose the interface that contains the MAC address you are trying to locate. You can do this by going to Show and then looking in the drop-down list. If you are looking for the MAC address of built in Ethernet cards (NIC), simply select the Ethernet Tab and read the MAC Address which is labeled as "Ethernet ID".
Note: If you have a wireless card, follow the above steps, but instead of selecting the Ethernet card, choose "Air Card". Your MAC address will be labeled as "Air Card ID".
Finding Your MAC Address on a Linux OS
On most Linux systems, the Ethernet device (NIC) is called eth0. To find the MAC address on these devices, first login as the root using the su command. Then simply type the command ifconfig -a. You should see a 12 digit address, usually labeled HWaddr.
Comments
Leave a Reply
- How to Change a MAC Address
Every Ethernet card had a factory assigned MAC address burned into it when it was made. At times, users may want to change this MAC address to one of their choice. One of the main reasons for doing this is to get around access control lists(s) on a specific router or server, either by hiding [...]...
- MAC Address
A MAC address is an address that exists on Layer 2 of the OSI Model. Layer 2 of the OSI model is the Data Link Layer. The Data Link Layer consists of two sublayers, the Media Access Control (MAC) layer and the Logical Link Control (LLC) layer. The MAC sublayer controls how a network node [...]...
- How to Change an IP Address on Solaris
To change an IP address on a Solaris system immediately, use the `ifconfig` command. The syntax for `ifconfig` is: ifconfig <interface> <ip address> <netmask> <broadcast address> If the user does not know his/her network interface names, he/she should use the `ifconfig -a` command to list all of the available network interfaces. Permanently Change an IP [...]...
- How to Set a Static IP Address in Windows
Setting up a static IP address on a computer network can be very helpful, especially if port forwarding is required on the network. A static IP address makes it possible for a port configuration to work, but since dynamic IPs create a new IP address each time a computer starts up, port forwarding on a [...]...
- How to Find the Inbound Links for a Page
All modern search engines use inbound links to determine how high a link should rank. Finding Inbound Links at Google To see a Google page’s inbound links, use this command: link:www.tech-faq.com Google only shows a sample of the links to each page. If a page shows 10 links, it may really have over a hundred [...]...





Thanks, needed this for a cod hack :-*