On Fri, Jan 25, 2013 at 5:48 AM, Kapetanakis Giannis <bil...@edu.physics.uoc.gr> wrote: > I'd like to implement IP accounting in one of my OB routers. > What I want to do is to log each new connection that creates a state, > ideally in a database. > > In another Linux router I have (and want to replace with OB) I use ulogd > userspace daemon and a specific iptables entry: > -A FORWARD -i $int_int -o $ext_int -m state --state NEW -j ULOG > > Can anyone propose a similar solution with OB?
Read up on pflow(4) and related. This plus the nfdump port make for a nice combination.