Thank you for you response Saioa I've tried "protocol 802.1q" but this solution does not work... Regards Afshîn On Thu, 2007-05-31 at 16:59 +0200, Saioa Arrizabalaga wrote: > Hi, > > > > ip link set up dev ifb0 > > > > tc qdisc add dev ifb0 root handle 1: htb default 3 > > tc class add dev ifb0 parent 1: classid 1:1 htb rate 2000kbit quantum > > 1514 > > tc class add dev ifb0 parent 1:1 classid 1:2 htb rate 1000kbit ceil > > 2000kbit quantum 1514 > > tc class add dev ifb0 parent 1:1 classid 1:3 htb rate 1000kbit ceil > > 2000kbit quantum 1514 > > > > tc filter add dev ifb0 parent 1: protocol ip priority 10 u32 match ip > > sport 80 0xffff flowid 1:2 > > Try with "protocol 802.1q" instead of "protocol ip" in the filter: > > tc filter add dev ifb0 parent 1: protocol 802.1q priority 10 u32 match > ip sport 80 0xffff flowid 1:2 > > I had a similar problem and that worked for me. These posts may be useful: > http://www.mail-archive.com/lartc@xxxxxxxxxxxxxxx/msg10132.html > http://www.mail-archive.com/lartc@xxxxxxxxxxxxxxx/msg15219.html > http://www.mail-archive.com/lartc@xxxxxxxxxxxxxxx/msg10726.html > > Regards, _______________________________________________ LARTC mailing list LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc