IPPL(8) | System Manager's Manual | IPPL(8) |
ippl - IP Protocols Logger
ippl [-hn] [-c file-name] [--help] [--nodaemon] [--config file-name]
ippl is an IP protocols logger. It logs incoming TCP connections, UDP datagrams and ICMP packets sent to a host.
ippl is based on the well-known iplogger written by Mike Edulla. The main drawback of iplogger is that it is not (easily) configurable. ippl has been written keeping in mind that it should be extremely configurable and it should be easy to extend its logging capabilities.
ippl reacts to certain signal. An easy way to send it signals is to use the following command:
kill -SIGNAL `cat PID_FILE`
/etc/ippl.conf - configuration file
/usr/share/doc/ippl/* - files worth reading if you still have a question
/run/ippl/ippl.pid - file containing the PID of the running ippl
ippl.conf(5), RFC768, RFC791, RFC792, RFC793, RFC1413
Hugo Haas (hugo@larve.net) Etienne Bernard (eb@via.ecp.fr)
Information about ippl development can be found at http://larve.net/ippl/.
New stable releases can be dowloaded via FTP on sunsite.unc.edu in /pub/Linux/system/network/daemons.
Two mailing lists have been setup. Send an email to listar@via.ecp.fr to subscribe to the announcement list (ippl-announce) or to the development list (ippl).
If ippl spends too much time resolving host names, some packets may not be logged.
The logclosing option logs TCP connection terminations. However, it logs terminations initiated by both ends, which is not the expected behavior.
Please reports any bug to ippl@via.ecp.fr
Last change: 21 April 2000 |