Find devices with their IPs in your local network

Problem

You would like to have a list of IPs or MAC address for the device in your network

Solution

Use the ARP protocol’s command:

$ arp -a

dv1.home (192.168.1.102) at 48:xx:xx:xx:xx:xx [ether] on wlp4s0
dv2.home (192.168.1.127) at a4:xx:xx:xx:xx:xx [ether] on wlp4s0
...