arp-scan をチェックしてください コマンド - おそらくインストールする必要があります。例:
sudo apt-get install arp-scan
http://manpages.ubuntu.com/manpages/hardy/man1/arp-scan.1.html
さらに詳しく説明すると:
sudo arp-scan --interface=eth0 --localnet
eth0 はデバイスです。デバイスは次の方法で見つけることができます:
ifconfig
nmap を使用します。例:nmap -sn 10.10.10.0/24
arp キャッシュは、最近連絡を試みた相手のみを通知します。
Windows では、これは arp -a
になります。 Linux でこれに相当するものは arp -e
です。 .
man
から arp
のページ :
arp with no mode specifier will print the current content of the table.
-e : Use default Linux style output format (with fixed columns).