search for: 1600kbit

Displaying 4 results from an estimated 4 matches for "1600kbit".

Did you mean: 100kbit
2006 Sep 14
10
tc is giving an error: RTNETLINK answers: File exists
...#39;' TC=''/sbin/tc'' IPS=''/etc/sysconfig/shaper/shape.ips'' # high priority destination ports - I''ll fill these in later (when this # thing works) HIGHPORT= # low priority destination ports LOWPORT= $TC qdisc add dev $IDEV root handle 1: cbq bandwidth 1600Kbit cell 8\ avpkt 1000 mpu 64 $TC class add dev $IDEV parent 1: classid 1:1 est 1sec 8sec cbq\ bandwidth 1600Kbit rate 1500kbit allot 1514 maxburst 20 avpkt 1000\ prio 0 bounded isolated cat $IPS | sed -e ''s/#.*$//; s/^ *$//;'' | while read IP RATE STATUS; do if [ "x$IP&q...
2005 Jan 26
10
Ssh flow does not go into correct class. Help!
...9;s wrong? tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate 1000kbit ceil 2000kbit prio 1 tc class add dev eth0 parent 1:1 classid 1:11 htb rate 100kbit ceil 100kbit prio 1 tc class add dev eth0 parent 1:1 classid 1:12 htb rate 800kbit ceil 1600kbit prio 1 tc class add dev eth0 parent 1:1 classid 1:13 htb rate 100kbit ceil 100kbit prio 1 tc qdisc add dev eth0 parent 1:11 handle 111: sfq perturb 5 tc qdisc add dev eth0 parent 1:12 handle 112: sfq perturb 5 tc qdisc add dev eth0 parent 1:13 handle 113: sfq perturb 5 iptables -t mangle -A PRERO...
2003 Jun 12
11
htb problem
...up root class and sub-classess: $TC qdisc add dev eth0 root handle 1: htb $TC class add dev eth0 parent 1: classid 1:1 htb rate 1990kbit ceil 2000kbit $TC class add dev eth0 parent 1:1 classid 1:10 htb rate 190kbit ceil 200kbit $TC class add dev eth0 parent 1:1 classid 1:11 htb rate 1400kbit ceil 1600kbit $TC class add dev eth0 parent 1:1 classid 1:12 htb rate 1000kbit ceil 1500kbit $TC class add dev eth0 parent 1:1 classid 1:13 htb rate 1000kbit ceil 1500kbit $TC class add dev eth0 parent 1:1 classid 1:14 htb rate 1000kbit ceil 1200kbit , filters and queuing disciplines : #filter $TC filter add de...
2005 Jan 02
0
Performance Loss with HTB/tcng?
...$int = class (rate 100Mbps-$MAX_IN, ceil 100Mbps) {sfq;}; } } } } My problem is: when I download something with bittorrent (class $other) I have 150-200 KB/s without shaping and 80-100KB/s with shaping enabled. Statistics for $other: class htb 2:7 parent 2:2 leaf 7: prio 0 rate 1600Kbit ceil 2Mbit burst 3599b cburst 4Kb Sent 8271156 bytes 8165 pkts (dropped 0, overlimits 0 requeues 0) rate 108047bit 107pps lended: 7499 borrowed: 666 giants: 0 tokens: -16443 ctokens: -13925 I don''t know if there is a more elegant way to shape this or what I can do to get more perform...