* Iptables Log - session Log
@ 2002-12-12 8:49 Jens Kühlberg
2002-12-16 11:04 ` Roberto Nibali
0 siblings, 1 reply; 2+ messages in thread
From: Jens Kühlberg @ 2002-12-12 8:49 UTC (permalink / raw)
To: netfilter
Hello,
I looking for a tool, witch can analyse iptales logs and show me only
connections-session in realtime and not the complete IP-traffic.
Bye
Jens
--
+++ GMX - Mail, Messaging & more http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Iptables Log - session Log
2002-12-12 8:49 Iptables Log - session Log Jens Kühlberg
@ 2002-12-16 11:04 ` Roberto Nibali
0 siblings, 0 replies; 2+ messages in thread
From: Roberto Nibali @ 2002-12-16 11:04 UTC (permalink / raw)
To: Jens Kühlberg; +Cc: netfilter
> I looking for a tool, witch can analyse iptales logs and show me only
> connections-session in realtime and not the complete IP-traffic.
Define 'realtime' in the context of logging filtered traffic flows. I hear it
everywhere but people mostly seem to have a strange view about that, especially
when it comes to IDS.
I presume that you'd like to log:
o session start packet (entering conntrack table with its own timer)
o session end packet (lifetime defined through TSM of the conntrack core)
o session time (endlife packet time - packet entering time)
o session stats
- total amount of bytes per session
- total amount of packets per session
- whatever conntrack has to give us and is interesting ;)
If so, in the beginning of next year (probably February) I will release a new
target for netfilter called SLOG, which stands for session log. It was done
exactly for this purpose and because logging anything else then sessions in most
of the cases doesn't make too much sense (we have IDS doing that for example).
I need to rework and fix some issues of the initial work that has been done by
Roman Hoog Antink as a contract work for our company in conjunction with his
semester thesis at uni. An outstanding thing for example is the usage of
ctnetlink, which still seems to have quite a few rough edges.
Best regards,
Roberto Nibali, ratz
--
echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq' | dc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-16 11:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-12 8:49 Iptables Log - session Log Jens Kühlberg
2002-12-16 11:04 ` Roberto Nibali
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.