Fri Oct 15 2021

Finding MAC address

Need a quick way to find the MAC address for the LAN connection.

   RE: All Categories Report Post
Sat Oct 16 2021Reply from DAOUDATHIAM
avatar placemark

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

This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies. Please review our Privacy Policy for more details.
I Agree