How to look up your MAC address
How to look up your MAC address MS Windows 8.1
1. Run Start and write cmd and open command prompt
2. In command prompt write a text ipconfig /all (space before /all)
3. Find item Ethernet adapter and there row with physical address of network card
How to look up your MAC address MS Windows Vista, 7
1. Run Start and write cmd and open command prompt
2. In command prompt write a text ipconfig /all (space before /all)
3. Find item Ethernet adapter and there row with physical address of network card
How to look up your MAC address MS Windows NT/2000/XP
In the command prompt (Start -> Spustiť (Run) -> cmd) run command ipconfig /all
Some information will appear on your screen:
How to look up your MAC address MS Windows 95/98/Me
Run program winipcfg (Napr.: Start -> Spustiť (Run) -> winipcfg). A window will open up:
How to look up your MAC address Linux
On Linux systems, the network interface is mostly called "eth0".
You must have root access rights (use
su).
Into the console, write
ifconfig -a eth0 The output should look like follows:
Link encap:Ethernet HWaddr 00:60:08:C4:99:AA inet addr:158.193.55.0 Bcast:158.193.55.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:15647904 errors:0 dropped:0 overruns:0 TX packets:69559 errors:0 dropped:0 overruns:0 Interrupt:10 Base address:0x300
Your MAC address is written after the word
HWaddr.