How to find MAC address on Windows 7? [closed]

你离开我真会死。 提交于 2019-12-10 20:16:32

问题


i can find the MAC address of my machine with command ipconfig /all on command prompt. Everywhere on net says physical address is MAC address. Here is the result of command ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : XXXX
   Primary Dns Suffix  . . . . . . . : XXXX
   Node Type . . . . . . . . . . . . : XXXX
   WINS Proxy Enabled. . . . . . . . : XXXX
   DNS Suffix Search List. . . . . . : XXXX

Ethernet adapter Bluetooth Network Connection:

   Physical Address. . . . . . . . . : XXXX

Wireless LAN adapter Wireless Network Connection:

   Physical Address. . . . . . . . . : XXXX

Ethernet adapter Local Area Connection:

   Physical Address. . . . . . . . . : XXXX

Tunnel adapter isatap.{08DA9659-BD5D-4AE2-901A-3D7C7C3ACD7C}:

   Physical Address. . . . . . . . . : XXXX

Tunnel adapter isatap.{B1F117B0-4FE3-4603-AF2E-DB0A97EB73A1}:

   Physical Address. . . . . . . . . : XXXX

Tunnel adapter iphttpsinterface:

   Physical Address. . . . . . . . . : XXXX

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Physical Address. . . . . . . . . : XXXX

Tunnel adapter isatap.int.cpaglobal.net:

   Physical Address. . . . . . . . . : XXXX

In result i can find many entries with name Physical Address. Which one actually represent my machine mac address? My understanding is MAC address is unique for a computer whether we are connected on LAN/WLAN or not connected at all?


回答1:


A MAC address is not unique for a computer, it is unique for a Network Interface Card.
getmac /V gives you a more compact list of your interfaces.

EDIT:
Don't take "Card" literally as it may not be a whole separate Card connected to your motherboard. Most NICs nowadays are just integrated on-board.

What is a MAC Address
Computer Networking Tutorial - 9 - Network Interface Card NIC




回答2:


Wireless LAN adapter Wireless Network Connection is you Wi-Fi mac and Ethernet adapter Local Area Connection is your cable mac, every "internet device" has it's own mac adress, and here u have two depending whenewer you are connected using wifi or cable.




回答3:


If you use wireless connection then go to :

Network and Sharing Center >> Wireless network connection >> Details >> you will find physical address in the Details screen



来源:https://stackoverflow.com/questions/18289173/how-to-find-mac-address-on-windows-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!