This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
сервис_arpwatch [2026/03/29 10:41] val created |
сервис_arpwatch [2026/03/29 11:10] (current) val |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Сервис arpwatch ====== | ====== Сервис arpwatch ====== | ||
| + | |||
| + | * [[https://datatracker.ietf.org/doc/html/rfc5227]] | ||
| + | * [[http://xgu.ru/wiki/arpwatch]] | ||
| <code> | <code> | ||
| Line 11: | Line 14: | ||
| ARGS="-N -p -Q" | ARGS="-N -p -Q" | ||
| ... | ... | ||
| - | </code> | + | </code><code> |
| gate# systemctl enable arpwatch@eth0 --now | gate# systemctl enable arpwatch@eth0 --now | ||
| - | gate# journalctl -f | grep 'flip flop' | + | gate# journalctl -f |
| + | ... | ||
| + | Mar 29 11:09:08 gate.corp13.un arpwatch[710]: changed ethernet address 192.168.13.107 08:00:27:9f:65:95 (08:00:27:d5:6c:15) eth0 | ||
| + | Mar 29 11:09:08 gate.corp13.un arpwatch[710]: flip flop 192.168.13.107 08:00:27:d5:6c:15 (08:00:27:9f:65:95) eth0 | ||
| </code> | </code> | ||