Iptables and counters
- by mehturt
I'm trying to use iptables counters with munin to monitor traffic of hosts on my local subnet. For each host I set up a rule like this:
iptables -I OUTPUT -d $ip
This should count the packets going from firewall to $ip, correct?
I found out that this does not seem to count all packets. I start tcpdump on my router (Linux) and I see packets to…