Witam Sorry for my previous mail ;) I press enter in wrong time :) Tuesday, July 27, 2004, 2:59:13 PM, you wrote: > No need to MARK the packets (unless you want the MARKs for something else?), Yes, I need MARKs for traffic shaping. Sorry, I forgot to mention this. > and you can specify input & output interface in the FORWARD table to identify > which way through your firewall the packets are going. Ok, so I change the rules (i still use statsin and statsout for ... hmm ... order :) $IPTABLES -t mangle -A FORWARD -i $LOCAL_IF -o $INET_IF -j statsout $IPTABLES -t mangle -A FORWARD -i $INET_IF -o $LOCAL_IF -j statsin And this dont work :( I mean rules in statsout statsin incorrectly count trafic :( What's wrong? -- Pozdrawiam Marcin mailto:slacklist@xxxxx