This one time, at band camp, Gareth Walters wrote:
>G'day all,
>I am looking for some tools to report on and monitor traffic through my 
>firewall.
>I was hoping just something to parse the netfilter logs but I am not 
>having much
>luck  finding anything useful.
>
>I need to
>keep a reliable record of bandwidth usage.

iptables -L -v will tell you byte and packet counts that matched each rule,
so if you have a rule at the top of your chain that matches everything and
let it pass, then it'll just count traffic through the interface.

ipac-ng sets up its packet counters like this

-- 
[EMAIL PROTECTED]                           http://spacepants.org/jaq.gpg
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to