Gluboko uvazaemij ALL, Problema v tom chto CBQ ne rezet upload s fejkovoj seti. Pls help
##################################################################################################
#
#eth0 ext real ip
#
tc qdisc add dev eth0 root handle 1: cbq bandwidth 10Mbit allot 1514 cell 8 avpkt 1000 mpu 64
tc class add dev eth0 parent 1:0 classid 1:1 cbq bandwidth 10Mbit rate 10Mbit allot 1514 cell 8 weight 10Kbit prio 8 maxburst 20 avp
#
#eth1 int 10.0.0.1
tc qdisc add dev eth1 root handle 1: cbq bandwidth 10Mbit allot 1514 cell 8 avpkt 1000 mpu 64
tc class add dev eth1 parent 1:0 classid 1:1 cbq bandwidth 10Mbit rate 10Mbit allot 1514 cell 8 weight 1Mbit prio 8 maxburst 20 avpk
#
#
#---------------------
#
tc class add dev eth1 parent 1:1 classid 1:2 cbq bandwidth 1Mbit rate 64Kbit allot 1514 cell 8 weight 6.4Kbit prio 5 maxburst 20 avp
tc filter add dev eth1 parent 1:0 protocol ip prio 100 u32 match ip dst 10.0.0.0/24 flowid 1:2
#
tc class add dev eth0 parent 1:1 classid 1:2 cbq bandwidth 1Mbit rate 32Kbit allot 1514 cell 8 weight 3.2Kbit prio 5 maxburst 20 avp
tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match ip src 10.0.0.0/24 flowid 1:2
#
--------------------------------------------------------------------------