From 2343de1e108209e12e5f83f578910e212989f99d Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Sep 13 2019 14:34:15 +0000 Subject: add metadata and symlinks for binaries --- diff --git a/.files b/.files new file mode 100644 index 0000000..c9f8128 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..5d9b18c --- /dev/null +++ b/.meta @@ -0,0 +1,25 @@ + + A tool similar to arpwatch for IPv4/IPv6 and ethernet address pairing monitoring. + This is a tool similar to arpwatch. It main purpose is to monitor network and log discovered ethernet/ip pairings. + +Main features of addrwatch: + + IPv4 and IPv6 address monitoring + Monitoring multiple network interfaces with one daemon + Monitoring of VLAN tagged (802.1Q) packets. + Output to stdout, plain text file, syslog, sqlite3 db, MySQL db + IP address usage history preserving output/logging + +Addrwatch is extremely useful in networks with IPv6 autoconfiguration (RFC4862) enabled. It allows to track IPv6 addresses of hosts using IPv6 privacy extensions (RFC4941). + +The main difference between arpwatch and addrwatch is the format of output files. + +Arpwatch stores only current state of the network ethernet/ip pairings and allows to send email notification when a pairing change occurs. This is fine for small and rather static networks. In arpwatch case all the history of pairings is saved only in administrators mailbox. When arpwatch is used for monitoring dozen or more networks it becomes hard to keep track of the historic address usage information. + +Addrwatch do not keep persistent network pairings state but instead logs all the events that allow ethernet/ip pairing discovery. For IPv4 it is ARP requests, ARP replies and ARP ACD (Address Conflict Detection) packets. For IPv6 it uses ICMPv6 Neighbor Discovery and (DAD) Duplicate Address Detection packets (Neighbor Solicitations, Neighbor Advertisements). + + + + + https://github.com/fln/addrwatch + diff --git a/.rev b/.rev new file mode 100644 index 0000000..bd57e53 --- /dev/null +++ b/.rev @@ -0,0 +1,34 @@ + + + ebfd21f492c0ad79ab27fe7beb21b28b + 1.0 + + dimstar_suse + add to Factory + 439824 + + + 61ffb1c0d3a449d3f986b7b338a198e9 + 1.0 + + dimstar_suse + 1 + 454131 + + + f37f3540d92b47f26cb4273bf9edb113 + 1.0.1 + + dimstar_suse + 1 + 495733 + + + 406412de168148eeb85052f0feb5aee4 + 1.0.1 + + dimstar_suse + + 720631 + + diff --git a/addrwatch-1.0.1.tar.gz b/addrwatch-1.0.1.tar.gz new file mode 120000 index 0000000..399f508 --- /dev/null +++ b/addrwatch-1.0.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreif6oakqunlvlbeb32ciqzs5uhlo7x5f3q3wm3m7u2hi445iwwnn4y \ No newline at end of file