logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

arno-fwfilter - a filter script to make iptables firewall logs more readable for humans

Author

arno-fwfilter was written by Arno van Amersfoort <arnova@rocky.eld.leidenuniv.nl>.

       This manual page was written by Michael Hanke <michael.hanke@gmail.com>, for the Debian project (but  may
       be used by others).

Michael Hanke                                    September 2005                                 ARNO_FWFILTER(1)

Description

arno-fwfilter is a pipe filter script to make the firewall-log better readable. Some usage examples are:

       Static firewall log filtering:
              arno-fwfilter < logfile

       Realtime firewall logging on tty10:
              tail --follow <logfile> | arno-fwfilter >/dev/tty10 &

Name

       arno-fwfilter - a filter script to make iptables firewall logs more readable for humans

Options

--help, -h
              Print the available options.

       --no-resolve, -r
              Disable resolving of IPs to names.

       --html-output, -o
              Use basic HTML to format the output.

       --no-locations, -l
              Disable  to (try to) obtain the IP's geographical location. By default, http://www.hostip.info/ is
              visited to get this information.

       --no-colors, -c
              Disable the use of colors in the output.

       --single-line, -s
              Put all information about an event in a single line

See Also

iptables(8),arno-iptables-firewall(8)

       The https://github.com/arno-iptables-firewall/aif web site.

Synopsis

arno-fwfilter [OPTIONS]

return

See Also