Hi, 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? regards, Giannis