4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

arpwatchでMACアドレスを収集

Last updated at Posted at 2014-04-08

arpwatch でMACアドレスをかき集める - いますぐ実践! Linuxシステム管理 / Vol.255

インストール
$ sudo apt-get install -y arpwatch
ここにデータが保存される。
$ sudo cat /var/lib/arpwatch/arp.dat

検知したらメール送信する先を設定

かなりいっぱい飛んできますので注意。

/etc/arpwatch.conf
- #eth0	-m root
+ eth0	-m admin@mydomain.co.jp
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?