Need a quick way to find the MAC address for the LAN connection.
Fri Oct 15 2021
Finding MAC address
Sat Oct 16 2021Reply from DAOUDATHIAM

To determine the MAC address of a remote device:
- Open the MS-DOS prompt (From the Run... command, type "CMD" and press Enter).
- Ping a remote device that you want to find the MAC address (for example: PING 192.168.0.1).
- Type "ARP -A", and press Enter.
C:\WINDOWS>arp -a
Interface: 192.168.1.100 --- 0x10004
Internet Address Physical Address Type
192.168.1.1 aa-fb-c8-34-da-7a dynamic
Report Post