how to find the MAC address of a device, if you know its IP address

If you know the IP address of the device (such as an ethernet card), you can find the MAC address by logging onto a PC that is plugged in on the same network as the device (said ethernet card);
 - open a DOS window (Start -> Run -> cmd)
- at the DOS prompt, type in the following command:    (where is the IP address of the (ethernet) device )
 
    arp -a <ip address>

The output of this command will show the device’s MAC address.

DISCLAIMER:

INFORMATION PROVIDED THROUGH THIS SITE IS PROVIDED TO YOU AS IS WITHOUT ANY EXPRESS REPRESENTATIONS OR WARRANTIES OF ANY KIND, AND WE MAKE NO REPRESENTATION OR WARRANTY THAT THIS SITE(OR ANY INFORMATION PROVIDED IN RESPONSE TO YOUR INQUIRY), WILL BE ACCURATE, COMPLETE, OR ERROR-FREE.

YOU AGREE THAT YOU MUST EVALUATE ALL INFORMATION AND RESPONSES, AND THAT YOU BEAR ALL RISKS ASSOCIATED WITH, THE USE OF THIS SITE, INCLUDING ANY RELIANCE ON THE ACCURACY,COMPLETENESS, OR USEFULNESS OF ANY INFORMATION OR MATERIALS MADE AVAILABLE THROUGH THIS SITE.