|
>> Network Services
>> Presentations and Documents about Network Services
>> Connection Procedures
>>Finding the MAC address
|
|
Finding the MAC address |
|
What is MAC address? In a computer network MAC (Media Access Control) address defines the network interface hardware of a network device or a computer. Each computer has a unique MAC address for its modem, ethernet card or wireless network card and each and every one these addresses are different from each other. MAC addresses are in the format of XX:XX:XX:XX:XX:XX and since this is a hexadecimal expression, it can contain numbers from 0 to 9 and letters A-F as well. For example a MAC address can be like this: 00:11:85:dc:4a:b8. Below you can see how to find MAC addresses of devices according to the operating systems: Windows Operating Systems: After you introduce your network interface to the operating system, you can click "Start" --> "Run" and write "cmd" inside the opening box and press "enter". In the DOS window that opens execute the command "ipconfig /all"and press enter.
The information that comes to your window after you execute the command contains all the information about your network interfaces and their configuration. The "Physical Address" of the "Local Area Connection" gives your ethernet interface's MAC address and the "Physical Address" of the "Wireless Network Connection" gives your wireless network adapter's MAC address. MAC OSX Operating System Choose "System Preferences" that's on the upper section of your computer, and chhose "Network". Choose "Built-in Ethernet" from the "Show" list and the expression near the "Ethernet ID:" will be your MAC address.For your wireless connection choose "Wireless MAC address" of "Airport" under the "Show" list. The "Airport ID:" will be your MAC address for the wireless network interface. UNIX based Operating Systems (Linux, Free/Open/NetBSD, Solaris/SunOS) In Unix based operating systems, the network interfaces are labeled as bge0, ie0, eth0 and the like. To reach the information about your network interfaces you should give the command "su" at command line iterface to become "root" of the system. Then write down "ifconfig -a" and press "enter". You can get the information about your network adapter in the following ways. Example 1: (LINUX)
Your ethernet MAC address is "00:60:08:C4:99:AA" following HWaddr expression. Example-2 (Other UNIX based systems) # ifconfig -a
Your MAC address is "00:60:08:C4:99:AA" following the expression "ether"
NOTE-1 :Solaris/SunOS systems doesn't show the first 0 in the first duo. (Example 3 - 4) Example-3 # ifconfig -a Example-4 # ifconfig -a
|
|



Printer friendly view 