Compilei o cbq e olha o uqe deu...
find: warning: you have specified the -maxdepth option after a non-option argument -type, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.

find: warning: you have specified the -maxdepth option after a non-option argument -type, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.

tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1 cbq bandwidth 10Mbit avpkt 1000 cell 8
tc class change dev eth0 root cbq weight 1Mbit allot 1514

tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1 cbq bandwidth 10Mbit avpkt 1000 cell 8
tc class change dev eth1 root cbq weight 1Mbit allot 1514

tc class add dev eth1 parent 1: classid 1:2 cbq bandwidth 10Mbit rate 3Mbit weight 300Kbit prio 5 allot 1514 cell 8 maxburst 20 avpkt 1000 bounded isolated
tc qdisc add dev eth1 parent 1:2 handle 2 tbf rate 3Mbit buffer 10Kb/8 limit 15Kb mtu 1500
tc filter add dev eth1 parent 1:0 protocol ip prio 100 u32 match ip dst 192.168.2.181 classid 1:2

tc class add dev eth0 parent 1: classid 1:2 cbq bandwidth 10Mbit rate 3Mbit weight 300Kbit prio 5 allot 1514 cell 8 maxburst 20 avpkt 1000 bounded isolated
tc qdisc add dev eth0 parent 1:2 handle 2 tbf rate 3Mbit buffer 10Kb/8 limit 15Kb mtu 1500
tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match ip dst 192.168.2.181 classid 1:2

Não sei o que pode ser o file warning...
Alguem pode me ajudar...

Aqui estao minhas regras...
DEVICE=eth0,100Mbit,10Mbit
RATE=3Mbit
WEIGHT=300Kbit
PRIO=5
RULE=192.168.2.253
BOUNDED=yes
ISOLATED=no

DEVICE=eth1,100Mbit,10Mbit
RATE=3Mbit
WEIGHT=300Kbit
PRIO=5
RULE=192.168.2.253
BOUNDED=yes
ISOLATED=no

Porque ele nao roda?