Tuesday, January 6, 2009

How do I find MAC address ?


Finding MAC Address (Hardware address, Physical Address) is pretty easy.

Try the command.

C:\>getmac

If you want to know the MAC address of a system whose IP you are aware of,  you could try this.

C:\> ping <destination ip>

If you are able to ping successfully then issue

C:\> arp -a

          

No comments:

Post a Comment