summaryrefslogtreecommitdiff
path: root/network/arpwatch/README.ethercodes
diff options
context:
space:
mode:
authorMichal Bialozor <bialyy@o2.pl>2010-08-14 15:45:24 -0400
committerdsomero <xgizzmo@slackbuilds.org>2010-08-14 15:45:24 -0400
commit77dd75eaef6afecafdca97688e2df734c293610e (patch)
tree273bb7e5c628b7c81e4c01739f6f037054d55dcc /network/arpwatch/README.ethercodes
parenta80381f7a58afcf40ec7c67f9cdd53b16e72bfc8 (diff)
downloadslackbuilds-77dd75eaef6afecafdca97688e2df734c293610e.tar.gz
network/arpwatch: Added (for tracking IP addresses on a network)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/arpwatch/README.ethercodes')
-rw-r--r--network/arpwatch/README.ethercodes26
1 files changed, 26 insertions, 0 deletions
diff --git a/network/arpwatch/README.ethercodes b/network/arpwatch/README.ethercodes
new file mode 100644
index 0000000000..8e3ad9adff
--- /dev/null
+++ b/network/arpwatch/README.ethercodes
@@ -0,0 +1,26 @@
+README.ethercodes
+=================
+
+This file contains some specific instructions to complete the
+installation of arpwatch on Slackware.
+
+1) After installing the arpwatch package
+----------------------------------------
+
+1.1) Change current location to the arpwatch working directory:
+
+ # cd /var/lib/arpwatch
+
+1.2) Download newest MAC addresses database:
+
+ # wget http://standards.ieee.org/regauth/oui/oui.txt
+
+1.3) Convert it into ethercodes.dat format using script included in arpwatch source:
+
+ # ./massagevendor oui.txt > ethercodes.dat
+
+1.4) Remove unnecessary database file:
+
+ # rm -f oui.txt
+
+1.5) Congratulations, you have just created ethercodes.dat file with the newest MAC adresses.