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.
# ping 192.168.10.5 # arp -na