Easy Tutorial
❮ Linux System Contents Linux Comm Fsck Minix ❯

Linux arpwatch Command

Linux Command Manual

The Linux arpwatch command is used to monitor ARP records on the network.

ARP (Address Resolution Protocol) is a protocol used to resolve IP addresses to network device hardware addresses.

arpwatch listens for ARP packets on a local network and records them, reporting any changes via E-mail.

Syntax

arpwatch [-d][-f&lt;log file>][-i<interface>][-r&lt;log file>]

Parameters:

Examples

Monitor ARP information on network interface eth0

arpwatch -i eth0

Monitor ARP information and log the details to a specific file

# arpwatch -i eth0 -f a.log // Log information to a.log

Linux Command Manual

❮ Linux System Contents Linux Comm Fsck Minix ❯