How do I find the ether address of an IP node?
Here is an example:
argos:~# ping lazaro
PING lazaro.tattoine.es (192.168.1.1): 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=0 ttl=255 time=1.8
ms
round-trip min/avg/max = 1.6/1.7/1.8 ms
argos:~# arp lazaro
Address HWtype HWaddress Iface
lazaro.tattoine.es ether 00:40:33:35:80:5F eth0
Of course, you can only do this for nodes in your
network.