LINUX.ORG.RU
ФорумAdmin

HEEEELP with CBQ (traffic shaping) please !!!!


0

0

Ситуация такая : Имею PC-маршрутизатор с 3-мя карточками... Одна из них (eth2, 192.168.0.1) маскарадит сеть 192.168.0.0/24 И мне нужно ограничивать траффик по каждому IP.. В ядре включил Kernel/User netlink socket, Routing messages,TCP/IP networking and QoS and/or fair queueing и всё что только можно на тему QoS. Скрипт написал по образу и подобию Example1 из http://qos.ittc.ukans.edu/howto/ вот он : #! /bin/sh ####################SHAPING############################################### #Attaching the Qdisc to the eth2 device.The maximum available bandwidth is #100Mbit tc qdisc add dev eth2 root handle 1: cbq bandwidth 100 cell 8 avpkt 1000 mpu 64 #Adding the root class to the queuing discipline.The root has 100Mbit #completely. tc class add dev eth2 parent 1:0 classid 1:1 cbq bandwidth 100Mbit rate 100Mbit allot 1514 cell 8 weight 10Mbit prio 8 maxburst 20 avpkt 1000 #Traffic to Gena (192.168.0.3) 64Kbit tc class add dev eth2 parent 1:1 classid 1:2 cbq bandwidth 100Mbit rate 64Kbit allot 1514 cell 8 weight 6Kbit prio 5 maxburst 20 avpkt 1000 #Installing the route classifier on the root of the tree. tc filter add dev eth2 parent 1:0 protocol ip prio 100 route ip route add 192.168.0.3 via 192.168.0.1 flow 1:2 ##########################-=END=-########################################## После запуска он пишет слудующую ошибку : CBO: class 0001000 has bad quantum==0, repaired. Error: either "to" is duplicate, or "flow" is a garbage. Где собака порылась ? У кого работает CBQ, отзовитесь плз.... e-mail: dima@yegen.ee UIN: 634382


Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.