Администрирование Windows Как узнать MAC адрес сетевых адаптеров Thu, March 28 2024  

Поделиться

Нашли опечатку?

Пожалуйста, сообщите об этом - просто выделите ошибочное слово или фразу и нажмите Shift Enter.

Как узнать MAC адрес сетевых адаптеров Печать
Добавил(а) microsin   

Это позволяют делать команды ipconfig /all и getmac. Примеры:

D:\Documents and Settings\user>ipconfig /all
Windows IP Configuration
        Host Name . . . . . . . . . . . . : vm
        Primary Dns Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Hybrid
        IP Routing Enabled. . . . . . . . : Yes
        WINS Proxy Enabled. . . . . . . . : No
        DNS Suffix Search List. . . . . . : mydomain.ru

Ethernet adapter VMware Network Adapter VMnet8:
        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for VMnet8
        Physical Address. . . . . . . . . : 00-50-56-C0-00-08
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 192.168.255.1
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . :

Ethernet adapter VMware Network Adapter VMnet1:
        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for VMnet1
        Physical Address. . . . . . . . . : 00-50-56-C0-00-01
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 192.168.55.1
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . :

Ethernet adapter LAN3 - akado:
        Media State . . . . . . . . . . . : Media disconnected
        Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethernet NIC #2
        Physical Address. . . . . . . . . : 00-80-48-43-CC-97

Ethernet adapter LAN1 - mb:
        Connection-specific DNS Suffix  . : mydomain.ru
        Description . . . . . . . . . . . : 3Com Gigabit LOM (3C940)
        Physical Address. . . . . . . . . : 00-0E-A6-5A-43-56
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.7.1
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.7.254
        DHCP Server . . . . . . . . . . . : 192.168.7.254
        DNS Servers . . . . . . . . . . . : 192.168.7.254
        Lease Obtained. . . . . . . . . . : 1 may 2008 y. 12:24:01
        Lease Expires . . . . . . . . . . : 1 may 2008 y. 12:34:01

D:\Documents and Settings\user>getmac /V
Connection Name Network Adapter Physical Address    Transport Name
=============== =============== =================== =========================================
LAN2 - corbina  Realtek RTL8139 Disabled            Disconnected
LAN1 - mb       3Com Gigabit LO 00-0E-A6-5A-43-56   \Device\Tcpip_{74F40E48-CC31-4D7C-A87E-8EEB62C8B164}
Local Area Conn Cisco Systems V Disabled            Disconnected
Hamachi         Hamachi Network Disabled            Disconnected
VMware Network  VMware Virtual  00-50-56-C0-00-01   \Device\Tcpip_{398C548D-16DF-4541-909F-4BE5F9E25D17}
VMware Network  VMware Virtual  00-50-56-C0-00-08   \Device\Tcpip_{8A2A2107-E5EC-491E-9E13-9316A39576CA}
LAN3 - akado    Realtek RTL8139 00-80-48-43-CC-97   Media disconnected

 

Добавить комментарий


Защитный код
Обновить

Top of Page