search for: 102400kbit

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

Did you mean: 10240kbit
2005 Apr 28
1
Packets Going to default class
...FORWARD -s a.b.c.d/24 -d 0/0 --j MARK --set-mark 10 # $I -t mangle -A FORWARD -s 0/0 -d a.b.c.d/24 --j MARK --set-mark 20 # the out put show like below for the download... here can observe that all the traffic going to 2:40 instead of 2:20 # tc -s -d class show dev eth1 class htb 2:1 root rate 102400Kbit ceil 102400Kbit burst 14387b/8 mpu 0b overhead 0b cburst 14387b/8 mpu 0b overhead 0b level 7 Sent 1610799 bytes 6437 pkt (dropped 0, overlimits 0 requeues 0) rate 1952bit 5pps backlog 0b 0p requeues 0 lended: 0 borrowed: 0 giants: 0 tokens: 1140 ctokens: 1140 class htb 2:20 parent 2:1 leaf 20...
2005 Oct 06
0
problem with classifying
...CLASSIFY --set-class 1:3 iptables -t mangle -A POSTROUTING -o eth1 -m mark --mark 0x2a -j CLASSIFY --set-class 1:4 So far, so good... Both HTB or HFSC are identical and looks like this: tc qdisc add dev eth1 root handle 1: htb default ffff tc class 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...
2007 Mar 15
3
Traffic Shaping over Satellite Internet
...r a 2048 kbit downlink. I''m classifying internet related traffic using iptables marking. bri0 is my local lan bridge, receiving egress traffic destined for subscribers. tc qdisc add dev bri0 root handle 1: htb default 2 tc class add dev bri0 parent 1: classid 1:1 htb rate 92129kbit ceil 102400kbit tc class add dev bri0 parent 1:1 classid 1:2 htb rate 90072kbit ceil 92129kbit tc class add dev bri0 parent 1:1 classid 1:3 htb rate 2048kbit ceil 92129kbit # Non-Internet Local Lan Traffic tc qdisc add dev bri0 parent 1:2 handle 2: sfq perturb 10 # Internet Traffic tc class add dev bri0 parent 1:3...
2006 Jun 28
3
Simple Rule to Cap P2P Uploads
Hi, I''m new at traffic control and was reading up on HTB and using it to put an upper limit on traffic. I have a 256k DSL with 64k upload (which translates to about 5/6KB uploads). The machine running the P2P applications keeps filling up the 64K so my browsing from other machines in the network ends up being very slow. Since there are several P2P applications, I wanted to set the