yum install arpwatch
arpwatch -i eth0
chkconfig arpwatch on
to send email notification edit the following file
vim /etc/sysconfig/arpwatch
OPTIONS="-u arpwatch -e [email protected] -s 'root (Arpwatch)'"
service arpwatch restart
yum install arpwatch
arpwatch -i eth0
chkconfig arpwatch on
to send email notification edit the following file
vim /etc/sysconfig/arpwatch
OPTIONS="-u arpwatch -e [email protected] -s 'root (Arpwatch)'"
service arpwatch restart