On 15 December 2010 20:00, S Mathias <smathias1972@xxxxxxxxx> wrote:
5) is there a command to get info, that how many packets went through e.g.: the
$IPTABLES -A OUTPUT -p tcp --dport 20:21 -j ACCEPT
or the
$IPTABLES -A OUTPUT -p tcp -m multiport --dport 80,443 -j ACCEPT
line? are there any statistics about it?
Yes: I use "iptables -vxnL <chain> -Z" -- see the iptables man page for what each of these options mean.
jch
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines