Blog Archive

Sunday, August 15, 2010

Get MAC address of PC in LAN

To Get MAC address of PC in LAN

First Ping the IP address of the PC you want and use arp to get MAC address

from a console as root type
Code:
 # ping 192.168.10.5 # arp -na 

This should give you the mac address and the ip assigned for all machines on the network.

0 comments:

Post a Comment

Followers