English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Linux arpwatch command is used to listen to ARP records on the network.
ARP (Address Resolution Protocol) is a protocol used to resolve IP and network device hardware addresses.
arpwatch can listen to ARP packets in the local area network and record them, and at the same time, the changes detected through E-mail to report.
arpwatch [-d][-f<record file>][-i<interface>][-r<record file>]
Parameters:
Listen to the ARP information of the network interface eth0
arpwatch -i eth0
Listen to ARP information and log relevant information into the corresponding file
# arpwatch -i eth0 -f a.log //Log information into a.log