I need a filter for the packets that weren''t marked by the firewall rules: eg. $TC filter add dev $DEV parent 2:0 protocol ip prio 1 handle 0 fw classid 2:6 But this doesn''t work, it gives an error. It''s the ''handle 0'' that causes the problems, if I change this into eg handle 1 or so I don''t receive an error. How do I have to set up a filter for the unmarked packets? Thanks, Tom Aernoudt