search for: 70000kbit

Displaying 2 results from an estimated 2 matches for "70000kbit".

Did you mean: 10000kbit
2013 Dec 03
5
Multiple ISP + traffic shapping = poor download speed
...====================== 256 0.0.0.0/0 5.X.X.X $FW 0.0.0.0/0 5.X.X.X ======================== The results are: - without isp1 in tcdevices => more than 1MB/s (bytes measured with wget command) - with isp1 in tcdevices => less than 300 kB/s If I change bandwidth of isp1 to something more than 70000kbit, all goes right... Other lower value have the same problem but with different download speed (seems proportional to the interface speed). Here is a result of the following command: tc -s -d class show dev isp1 ======================== class htb 1:1 root rate 10240Kbit ceil 10240Kbit burst 1598b/8...
2005 Jan 26
10
Ssh flow does not go into correct class. Help!
I''m a new comer. I have problems using tc+htb. I run the following commands, and expect outgoing ssh flow goes into 1:11. But actually it goes into default 12. What''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