Você também pode tentar arp-scan (instalar usando sudo apt-get install arp-scan
em um terminal)
Retorna os endereços MAC e tenta encontrar o fabricante do adaptador de rede.
ou seja, sudo arp-scan --retry=8 --ignoredups -I eth0 192.168.1.0/24
( --ignoredumps
e --retry=8
tornam os resultados mais precisos) retorna
Interface: eth0, datalink type: EN10MB (Ethernet)
Starting arp-scan 1.8.1 with 256 hosts (http://www.nta-monitor.com/tools/arp-scan/)
192.168.1.1 68:7f:74:a5:07:18 Cisco-Linksys, LLC
192.168.1.5 00:11:32:07:71:ac Synology Incorporated
192.168.1.100 00:21:9b:f8:ec:1c Dell Inc
192.168.1.117 00:12:fb:1a:88:8a Samsung Electronics
4 packets received by filter, 0 packets dropped by kernel
Ending arp-scan 1.8.1: 256 hosts scanned in 1.377 seconds (185.91 hosts/sec). 4 responded
Tente.