1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/addrwatch/pkg-descr
Bernhard Froehlich 160a985a49 addrwatch is a similar software to arpwatch. It main purpose is to monitor
network and log ethernet/ip pairings.

To simply try out addrwatch start it without any arguments. When started
without arguments it will open first non loopback interface and start
logging events to the console without writing anything to disk. All
discovered ethernet/ip address pairings will be printed to stdout. All
debug, warning, and err messages will be sent to syslog and printed to
stderr.

WWW: https://github.com/fln/addrwatch

PR:		244359
Submitted by:	Michael Muenz <m.muenz@gmail.com>
2020-02-25 12:04:18 +00:00

12 lines
514 B
Plaintext

addrwatch is a similar software to arpwatch. It main purpose is to
monitor network and log ethernet/ip pairings.
To simply try out addrwatch start it without any arguments. When
started without arguments it will open first non loopback interface and
start logging events to the console without writing anything to disk.
All discovered ethernet/ip address pairings will be printed to stdout.
All debug, warning, and err messages will be sent to syslog and printed
to stderr.
WWW: https://github.com/fln/addrwatch