search for: 2048kbit

Displaying 20 results from an estimated 28 matches for "2048kbit".

Did you mean: 2048bit
2005 Feb 01
1
multiple defaults
I have 1 100MB NIC with two 2MB-subnets trough a router behind it. I''d like to create multiple default classes: 1: + |\_ 1:10 default, ceiling 100000kbit, rate 96000kbit | |\_ 1:11 ceiling 2048kbit, rate 2048kbit | | | |\_1:110 ceiling 2048kbit, rate 1536kbit | \_1:111 ceiling 2048kbit, rate 512kbit (default subnet1) | \_ 1:12 ceiling 2048kbit, rate 2048kbit | |\_1:120 ceiling 2048kbit, rate 1536kbit \_1:121 ceiling 2048kbit, rate 512kbit...
2006 Feb 20
6
HTB, strange capacity distribution
...ure it works. This is my HTB config (using latest htb-init script): root: RATE=100Mbit ( local traffic: RATE=50Mbit CEIL=100Mbit PRIO=0 ) "ctrl" class: RATE=64kbit CEIL=256kbit PRIO=1 "other" class: RATE=128kbit CEIL=768kbit PRIO=2 "www" class: RATE=512kbit CEIL=2048kbit PRIO=3 "p2p" class: RATE=386kbit CEIL=386kbit (or 2048, for Points B and C in figure above) PRIO=4 All want to set up is: If class "www" with prio 3 gets fully utilized (I start 10 http downloads at the same time), I expect "p2p" class with prio 4 to fall down to it&...
2006 Jul 20
1
QoS doubt about network machine
...c add dev $DL root handle 1: htb default 60 CLASS="/sbin/tc class add dev $DL parent" $CLASS 1: classid 1:1 htb rate 4096Kbit $CLASS 1:1 classid 1:10 htb rate 256Kbit ceil 3072Kbit burst 15k $CLASS 1:1 classid 1:20 htb rate 256Kbit ceil 1024Kbit burst 15k $CLASS 1:1 classid 1:30 htb rate 2048Kbit ceil 3072Kbit burst 15k $CLASS 1:1 classid 1:40 htb rate 256Kbit ceil 512Kbit burst 15k $CLASS 1:1 classid 1:50 htb rate 256Kbit ceil 256Kbit burst 15k $CLASS 1:1 classid 1:60 htb rate 1024Kbit ceil 2048Kbit burst 15k I use this classes to put some trafic (going out thru eth3, the interface t...
2006 Mar 10
0
IMQ strange problem
...6.15.4 #1 SMP Sun Feb 12 13:02:52 EET 2006 i686 GNU/Linux IMQ patch: linux-2.6.14-imq6.diff /// traffic control rules for download and upload single IP ............. DEV=eth1 DEV_UP=imq0 ................. ................. usleep 10 $TC class add dev $DEV parent 2:3 classid 2:b382 htb rate 2048kbit ceil 2048kbit prio 2 quantum 48000 $TC class add dev $DEV parent 3:1 classid 3:a382 htb rate 160kbit ceil 160kbit prio 1 quantum 16000 $TC class add dev $DEV parent 4:10 classid 4:d382 htb rate 2048kbit ceil 2048kbit prio 3 quantum 48000 usleep 10 $TC qdisc add dev $DEV parent 2:b382 handle b382: s...
2005 Jun 18
6
htb child classes don''t borrow form "parent''s parent class" :(
...version of my script: tc qdisc del dev $DEV root tc qdisc add dev $DEV root handle 1: htb default 10 tc class add dev $DEV parent 1: classid 1:1 htb rate 10mbit tc class add dev $DEV parent 1:1 classid 1:10 htb rate 1kbit ceil 512kbit #groups tc class add dev $DEV parent 1: classid 1:f1 htb rate 2048kbit ceil 10mbit burst 50k tc class add dev $DEV parent 1:f1 classid 1:a1 htb rate 2048kbit ceil 10mbit prio 2 burst 50k tc class add dev $DEV parent 1:f1 classid 1:b1 htb rate 2048kbit ceil 6mbit prio 3 burst 50k tc class add dev $DEV parent 1:f1 classid 1:c1 htb rate 2048kbit ceil 5mbit prio 4 burst 5...
2007 Aug 19
0
HTB qdisc within HTB root qdisc
...lan0" tcc="tc class add dev lan0" $tcq root handle 10: htb $tcc parent 10: classid 10:1 htb rate 100000Kbit # LAN $tcc parent 10:1 classid 10:10 htb rate 80000Kbit ceil 100000Kbit prio 7 $tcq parent 10:10 sfq limit 50 perturb 1 # from wan0 $tcc parent 10:1 classid 10:11 htb rate 2048Kbit prio 3 # from wan1 $tcc parent 10:1 classid 10:12 htb rate 10000Kbit prio 3 ### lan0 - from wan0 ### tcq="tc qdisc add dev lan0" tcc="tc class add dev lan0" $tcq parent 10:11 handle 1: htb $tcc parent 1: classid 1:1 htb rate 2048Kbit # SYN/minimal payload $tcc parent 1:1 clas...
2002 May 24
0
multiple ingresses
...What I''m trying to achieve is to have all my ftp-traffic limited to 1024kbit on downloads. I included some commands below so that you might better understand my thoughts on the matter. tc qdisc add dev eth0 root handle 1: htb default 2 tc class add dev eth0 parent 1: classid 1:1 htb rate 2048kbit ceil 2048kbit prio 1 tc class add dev eth0 parent 1:1 classid 1:2 htb prio 2 rate 1kbit ceil 2048kbit tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip prio 50 u32 match ip src 0.0.0.0/0 police rate 2048kbit burst 47.0kb drop flowid 1: tc class add dev eth0...
2004 Aug 31
4
WRR problem and other things
...ke: tc qdisc add dev imq1 parent 1:21 handle 1000: wrr dest ip 1512 0 then i have a message like: RTNETLINK answers: Cannot allocate memory And some other problem: When I do more than 2048 filters I have message like: Classes: tc class add dev imq1 parent 1:1 classid 1:9 htb rate 1024kbit ceil 2048kbit .. tc class add dev imq1 parent 1:1 classid 1:10 htb rate 1024kbit ceil 2048kbit ... ... ... tc class add dev imq1 parent 1:1 classid 1:2048 htb rate 1024kbit ceil 2048kbit tc class add dev imq1 parent 1:1 classid 1:2049 htb rate 1024kbit ceil 2048kbit tc class add dev imq1 parent 1:1 classid 1:205...
2006 Apr 05
0
Configuration of my QoS ruleset (now working fine with u32 classifier)
...l > /dev/null $TC qdisc del dev $DL ingress 2> /dev/null > /dev/null #------ # Regras para a placa eth1 #------ $TC qdisc add dev $DL root handle 1: htb default 40 CLASS="/sbin/tc class add dev $DL parent" $CLASS 1: classid 1:1 htb rate 3096Kbit $CLASS 1:1 classid 1:10 htb rate 2048Kbit ceil 3096Kbit $CLASS 1:1 classid 1:20 htb rate 1024Kbit ceil 3096Kbit $CLASS 1:1 classid 1:30 htb rate 1024Kbit ceil 2048Kbit $CLASS 1:1 classid 1:40 htb rate 512Kbit ceil 2048Kbit QDISC="/sbin/tc qdisc add dev $DL parent" $QDISC 1:10 handle 10: sfq perturb 10 $QDISC 1:20 handle 20: sfq...
2004 Apr 09
1
HTB
...ev $EXT_IF parent 1:1 classid 1:2000 htb quantum 1500 rate 1kbit ceil 5kbit $TC qdisc add dev $INT_IF parent 1:2000 handle 2000: sfq perturb 10 $TC qdisc add dev $EXT_IF parent 1:2000 handle 2000: sfq perturb 10 $TC class add dev $INT_IF parent 1:1 classid 1:2001 htb quantum 60000 rate 682kbit ceil 2048kbit # tried to let htb itself calculate quantum, the same $TC class add dev $EXT_IF parent 1:1 classid 1:2001 htb quantum 60000 rate 682kbit ceil 2048kbit $TC qdisc add dev $INT_IF parent 1:2001 handle 2001: sfq perturb 10 $TC qdisc add dev $EXT_IF parent 1:2001 handle 2001: sfq perturb 10 $TC filter...
2004 May 22
6
MARK causes high CPU usage / using tc in conjunction with MASQ
...cbq bandwidth 100Mbit avpkt 1000 cell 8 ### Classful qdisc upload/download rate for a group of IP address ### tc class add dev eth0 parent 1:0 classid 1:11 cbq bandwidth 100Mbit rate 100Mbit weight 54Kbit prio 8 allot 1514 cell 8 maxburst 20 av pkt 1000 tc qdisc add dev eth0 parent 1:11 tbf rate 2048Kbit buffer 10Kb/8 limit 15Kb mtu 1500 tc class add dev eth1 parent 1:0 classid 1:11 cbq bandwidth 100Mbit rate 100Mbit weight 54Kbit prio 8 allot 1514 cell 8 maxburst 20 av pkt 1000 tc qdisc add dev eth1 parent 1:11 tbf rate 2048Kbit buffer 10Kb/8 limit 15Kb mtu 1500 ### A single IP address and it&...
2006 Jul 14
1
how different qdisc at root and leaf working???
i doubt about ruleset in mastershaper demo about why use hfsc at leaf class but inner class use htb??? how different for manage traffic like it???? /bin/false qdisc add dev eth1 handle 1: root htb default 1 /bin/false class add dev eth1 parent 1: classid 1:1 htb rate 2048Kbit ######### Incoming Rules ######### chain HB /bin/false class add dev eth1 parent 1:1 classid 1:21 htb rate 128Kbit ceil 512Kbit prio 2 quantum 1532 ######### generating pipes for HB /bin/false class add dev eth1 parent 1:21 classid 1:299 htb rate 256Kbit ceil 256Kbit prio 4 quantum 1532 /bin/fals...
2005 May 08
1
tc/htb QoS script
...------ FR WAN 2 Mbit ------> [AT/Vienna] (Mailserver, Proxy, SAP) - and: will my script work as expected with that setup? :) thanks in advance and kind regards, Ulrich #!/bin/sh # ############ Configuration part ############## DEVICE=$1 # interface (eth0 / eth1) Bandwidth=2048kbit # rate of WAN - line / remember you can''t ceil this or you''ll experience latency. 75-80% of ceil is a good place to start. rateSAP=1024kbit ceilSAP=2048kbit prioSAP=1 rateEMAIL=512kbit ceilEMAIL=768kbit prioEMAIL=3 rateWEB=768kbit ceilWEB=1024kbit prioWEB=2 rateBulk=512kbit...
2007 Mar 15
3
Traffic Shaping over Satellite Internet
...s 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 classid 1:9 htb rate 50kbit ceil 100kbit # Unknown Internet Traffic tc qdisc add dev bri0 parent 1:9 handle 9: sfq perturb 10 # Known Subscri...
2004 Oct 08
6
HTB weird problem ....
Hello good day to all ... this is my setup 1 Linux Wireless Access Point, connected are 4 wireless gateway in which i needed to apply shaping ... ok here is the weird part... clients on each gateway download files from the Acess Point ... a 500 mb file through ftp on gateway 1 which is up to 64 kbps ... the result is from 60-64 kbps speed which is fine ... on gateway 2 which is 128 kbps ... the
2004 May 09
3
prerouting does not effect filtering
...nore the marks set with PREROUTING Only POSTROUTING marks are accepted. First my configuration I have a router connected to the internet via ADSL over interface ppp0. eth0 is a tunnel to ppp0 and eth1 serves the LAN. LAN is 192.168.57.0/24 on 10Mbit ppp0 is 80.126.16.44 on 320Kbit upstream and 2048Kbit downstream These are the kernel/programs involved: Kernel 2.4.20 (Suse 8.2) iproute version 2.4.7 iptables version 1.2.7a Underneath the HTB script and a snapshot of the iptables script. The HTB script is executed on the beginning of the iptables script. ># Configure HTB qdisc >/usr/sbi...
2005 Sep 27
2
QoS-iptables-iproute-tc (doesn''t work together:S)
...e -A PREROUTING -p tcp --dport 25 -j MARK --set-mark 10 iptables -t mangle -A FORWARD -p tcp -i eth0 -o eth1 --dport 25 -j MARK --set-mark 10 $TC qdisc del dev $INET_IFACE root $TC qdisc add dev $INET_IFACE root handle 1: htb default 60 $TC class add dev $INET_IFACE parent 1: classid 1:1 htb rate 2048kbit burst 2k $TC class add dev $INET_IFACE parent 1:1 classid 1:10 htb rate 10kbit ceil 128kbit prio 5 quantum 1 burst 2k $TC qdisc add dev $INET_IFACE parent 1:10 handle 10: sfq perturb 10 $TC class add dev $INET_IFACE parent 1:1 classid 1:20 htb rate 10kbit ceil 512kbit prio 2 quantum 2 burst 2k...
2005 Apr 06
4
Games and QOS on share connection line
...raffic on share connection line? I''d like to know your opinions. I''m appreciating your comments. Thank you in advance Main part of script: $TC qdisc add dev eth0 root handle 1: htb default 300 r2q 2 $TC class add dev eth0 parent 1: classid 1:1 htb rate 1024kbit ceil 2048kbit burst 15k $TC class add dev eth0 parent 1:1 classid 1:3 htb rate 64kbit ceil 256kbit burst 6k cburst 6k prio 0 # Games class $TC class add dev eth0 parent 1:1 classid 1:5 htb rate 64kbit ceil 256kbit burst 5k prio 0 # SSH class $TC class add dev eth0 parent 1:1 classid 1:10 htb r...
2007 Mar 22
8
Shape own router
On 2/19/07, Salatiel Filho <salatiel.filho@gmail.com> wrote: > Well , thanks to imq all my client machines are now shaped and > everything is great ... > But now i have a doubt , is there a way to shape the traffic that goes > to the route [doing a wget from the router for example ]? > > > I have a PREROUTING IMQ0 and a POSTROUTING IMQ1 , everything is > working like
2004 Oct 27
6
Limiting Bandwidth of an ppp interfaces
Hi everyone. I''m working on a problem since some days. I have a linux router with about 100 ppp interfaces. Each interface should bei limited to an individual bandwidth of 1024kbit, 2048kbit or 3096kbit. Up AND downstream. (let''s say for example 1024kbit upstream and 1024kbit downstream) The reason for this problem: I have to limit users to their booked bandwidth, because there are hard rules, who is allowed to use which kind of bandwidth. but some users used their 1024kbit l...