Displaying 6 results from an estimated 6 matches for "10240kbit".
2013 Dec 03
5
Multiple ISP + traffic shapping = poor download speed
...n but always have the same problem: once the isp1 interface is listed in tcdevices, we have poor download speed. Even with/without other TC configuration.
Here is our tcdevices file:
========================
#NUMBER: IN-BANDWITH OUT-BANDWIDTH OPTIONS REDIRECTED
#INTERFACE INTERFACES
1:isp1 10240kbit 10240kbit
========================
We use an external server to test download speed with IP 5.X.X.X so we added in tcrules:
========================
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 measu...
2005 Dec 22
5
control p2p upload bandwidth rate
...-m layer7 --l7proto napster -j MARK
--set-mark 1
iptables -t mangle -A POSTROUTING -m layer7 --l7proto openft -j MARK
--set-mark 1
Below is my simple tc script: -
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1: htb default 20
tc class add dev eth1 parent 1: classid 1:1 htb rate 10240kbit ceil
10240kbit
tc class add dev eth1 parent 1:1 classid 1:11 htb rate 32kbit ceil 512kbit
tc filter add dev eth1 protocol ip parent 1:0 prio 1 handle 1 fw
classid 1:11
tc qdisc add dev eth1 parent 1:11 sfq perturb 10
I have no problem shaping the "PCs" p2p download bandwidth rate. Ho...
2006 Mar 01
0
new to TC need help
...his user to only 256kbit no matter what.
====================================================================================
# Initial Classes (Default)
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1: htb default 30 # root qdisk
tc class add dev eth1 parent 1: classid 1:1 htb rate 10240kbit ceil
10240kbit # Child class
#
tc class add dev eth1 parent 1:1 classid 1:10 htb rate 2048kbit ceil
3072kbit prio 1
tc class add dev eth1 parent 1:1 classid 1:20 htb rate 128kbit ceil 512kbit
prio 2
tc class add dev eth1 parent 1:1 classid 1:30 htb rate 100kbit ceil 512kbit
prio 3
tc class add...
2013 Sep 27
1
Strange results with QoS definition
2005 Oct 06
0
problem with classifying
...ass add dev eth1 parent 1: classid 1:fffe htb rate 102400kbit ceil
102400kbit
tc class add dev eth1 parent 1:fffe classid 1:1 htb rate 97280kbit ceil
97280kbit
tc class add dev eth1 parent 1:fffe classid 1:2 htb rate 7168kbit ceil
7168kbit
tc class add dev eth1 parent 1:fffe classid 1:3 htb rate 10240kbit ceil
30720kbit
tc class add dev eth1 parent 1:fffe classid 1:4 htb rate 1024kbit ceil
1024kbit
And then filters per IP are attached for these classes.
The same is in the egress and everythung seems to work, but
after the applying of classes and filters the delay of ping from class 1:2
is jumping...
2005 Dec 09
0
error in TC FILTER documentation ???
...$TC qdisc del root dev $DEV 2> /dev/null > /dev/null
$TC qdisc add dev $DEV handle 1: root htb
echo "************** MAIN HTB CLASSes ***************"
$TC class add dev $DEV parent 1: classid 1:1 htb rate 64kbit quantum 1500
$TC class add dev $DEV parent 1: classid 1:3 htb rate 10240kbit
$TC qdisc add dev $DEV parent 1:3 handle 3: sfq perturb 10
$TC class add dev $DEV parent 1:1 classid 1:10 htb rate 64kbit quantum 1500
echo "************** MARK PACKETS and IMQ ***************"
$FW -t mangle -F
$FW -t mangle -A PREROUTING -i eth1 -j IMQ --todev 0
$FW -t mangle -A PRE...