Is there a way to attach labels to iptables rules i.e. : iptables -A blah -s x.x.x.x -d y.y.y.y .... -label myrule and then : iptables -L -v label pkts bytes ...... myrule 30 33000 .............. thanx raptor