search for: 50kbit

Displaying 20 results from an estimated 55 matches for "50kbit".

Did you mean: 10kbit
2005 Jun 01
3
HTB on loopback gives a bit rate multiplied by 8
Hi, I am trying to use htb to limit bandwidth on loopback for traffic through particular port. Here is the script I am using. tc qdisc add dev lo root handle 1: htb tc class add dev lo parent 1: classid 1:1 htb rate 100kbit ceil 100kbit tc class add dev lo parent 1:1 classid 1:10 htb rate 50kbit ceil 50kbit tc class add dev lo parent 1:1 classid 1:11 htb rate 50kbit ceil 50kbit tc filter add dev lo protocol ip parent 1:0 prio 0 u32 match ip sport 22 0xffff flowid 1:10 tc filter add dev lo protocol ip parent 1:0 prio 0 u32 match ip dport 22 0xffff flowid 1:11 When this script is applied ac...
2006 Mar 30
3
Difficulty in configuring QOS
...NTERFACE IN-BANDWITH OUT-BANDWIDTH eth0 256kbit 256kbit eth1 256kbit 256kbit eth2 256kbit 256kbit #/etc/shorewall/tcclasses #INTERFACE MARK RATE CEIL PRIORITY OPTIONS eth1 1 256Kbit 50Kbit 1 default eth2 2 256Kbit 25Kbit 1 default eth0 3 256kbit 50Kbit 1 default eth0 4 256kbit 25kbit 1 eth0 5 512kbit 256kbit 1 #/etc/shorewall/tcrules #MARK SOURCE DE...
2004 Oct 12
0
ssh and cs LAG
...100kbit ceil 1000kbit" tc class add dev eth1 parent 1:1 classid 1:1${IP} htb rate 100kbit ceil 1000kbit # tc class add dev eth1 parent 1:2 classid 1:2${IP} htb rate 20kbit ceil 20kbit done for IP in $SLOW; do echo "tc class add dev eth1 parent 1:1 classid 1:1${IP} htb rate 50kbit ceil 1000kbit" tc class add dev eth1 parent 1:1 classid 1:1${IP} htb rate 50kbit ceil 1000kbit done # dla niezakwalifikowanych gdzie indziej echo "tc class add dev eth1 parent 1:1 classid 1:100 htb rate 50kbit ceil 50kbit quantum 4" tc class add dev eth1 parent 1:1 classid 1...
2007 May 11
1
HTB and bursts
2007 May 26
14
big problem with HTB/CBQ and CPU for more than 1.700 customers
2005 Nov 25
1
Difference between snmp traffic rate, and rate from tc
...is: /sbin/tc qdisc add dev eth1 root handle 1: htb default 20 r2q 1 /sbin/tc class add dev eth1 parent 1: classid 1:1 htb rate 200kbit burst 15k /sbin/tc class add dev eth1 parent 1:1 classid 1:10 htb rate 100kbit ceil 200kbit burst 15k /sbin/tc class add dev eth1 parent 1:1 classid 1:20 htb rate 50kbit ceil 200kbit burst 15k /sbin/tc class add dev eth1 parent 1:1 classid 1:30 htb rate 50kbit ceil 200kbit burst 15k /sbin/tc qdisc add dev eth1 parent 1:10 handle 10: sfq perturb 10 /sbin/tc qdisc add dev eth1 parent 1:20 handle 20: sfq perturb 10 /sbin/tc qdisc add dev eth1 parent 1:30 handle 30: s...
2005 Apr 08
2
About sockets in "CLOSING" state
Hi, I have met the problem: when I use the shaping discipline tc qdisc add dev ppp0 parent 1:2 tbf latency 50ms burst 1450 rate 50kbit one of my application (namely, "aMule") starts leaving sockets in "CLOSING" state. These sockets accumulate and do not disappear. Eventually I have so many of these dead sockets that the kernel warns "Out of socket memory" in syslog (That happens when I have more than...
2000 Nov 18
9
priority bands don't reduce interactive latency?
I run a small Linux webserver and NAT router from my cable modem at home. Whenever someone starts an http download, all other traffic from my LAN is starved. Bandwidth is not really an issue, but latency is particularly horrible -- pings that usually come back in 20ms can take up to 600ms while the web server is active! I set up QoS (netfilter+iproute2) on the NAT machine in an attempt to give
2002 Jul 26
2
RTNETLINK answers: Invalid argument, fwmark
...on my firewall to queue traffic and implement different restrictions on different protocols. tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1: htb default 190 tc class add dev eth0 parent 1: classid 1:3 htb rate 2mbit burst 30k tc class add dev eth0 parent 1:1 classid 1:90 htb rate 50kbit ceil 384kbit burst 5k tc qdisc add dev eth0 parent 1:90 handle 190: sfq perturb 10 tc qdisc add dev eth0 parent 1:3 handle 310: sfq perturb 10 tc filter add dev eth0 protocol ip parent 1:0 prio 1 handle 3 fw flowid 1:3 This last line gets a "RTNETLINK answers: Invalid argument" I'...
2005 Dec 22
2
strange tc filter behavior
...be $IPT -t mangle -F PREROUTING $IP link set imq0 down $IPT -t mangle -A PREROUTING -i eth2 -j IMQ --todev 0 $IP link set imq0 up $TC class add dev imq0 parent 1: classid 1:1 htb prio 1 rate 500kbit ceil 500kbit # # default imq0 # $TC class add dev imq0 parent 1:1 classid 1:ffff htb prio 7 rate 50kbit ceil 100kbit $TC qdisc add dev imq0 parent 1:ffff handle ffff sfq perturb 10 # # ADMASTER # $TC class add dev imq0 parent 1:1 classid 1:10 htb prio 2 rate 150kbit ceil 500kbit $TC filter add dev imq0 protocol ip parent 1: prio 2 \ u32 \ match ip dport 1433 0xffff \ match u8 6 0xff...
2003 May 23
7
CBQ DEVICE BW?
Hi, The CBQ config file shud be some thing like this. DEVICE=eth0,10Mbit,1Mbit RATE=50Kbit WEIGHT=5Kbit Shall i hardcode the DEVICE BW as 10/100 Mbit or Shall i use any other tool like ethtool for getting this. ethtool gives Speed: 10Mbps If so, how about, if i use some other Interfaces other than eth0, like ppp0 or some other? C''d anybody can give a suggestion over this? th...
2005 Apr 11
0
HTB / ingress diffrence
Hi I have outgoing speed 128kbit and 5 users. So I want to cat outgoing traffic to 50kbit per user. The best Idea is make HTB queue 10kbit ceil 50kbit but one user (the Donkey one :) ) who using P2P take all the outgoing band. When I make HTB is trafic was very low Donkey doesn''t get any data or take only a little, outgoing traffic was about 1-2K, but In HTB trafic I have full...
2004 Oct 20
0
up and down shaping based on IP
...t; echo "Ustawianie klas" > > for IP in $CLIENTS; do > tc class add dev eth1 parent 1:1 classid 1:1${IP} htb rate 80kbit > ceil 1000k bit cburst 1kbit > done > > #dla nie zakwalifikowanych > tc class add dev eth1 parent 1:1 classid 1:100 htb rate 50kbit ceil > 50kbit qua ntum 4 > > echo "Ustawianie filtrów i SFQ" > > for IP in $CLIENTS; do > tc filter add dev eth1 protocol ip parent 1: prio 2 u32 match ip > dst 192.168 .0.1${IP} flowid 1:1${IP} > tc qdisc add dev eth1 parent 1:1${IP} handle 1${IP...
2002 Oct 28
1
Deleting ingress tbf
Quick question: How do I delete an ingress tbf? [root@atlas root]# tc qdisc qdisc tbf ffff: dev eth0 rate 50Kbit burst 2999b lat 1us [root@atlas root]# tc qdisc del dev eth0 ingress RTNETLINK answers: Invalid argument _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2002 May 30
3
cbq parameters
...is the same of the root cbq qdisc or the rate of the cbq class? Does exist the parameter rate on the "tc qdisc add" for cbq command? tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 10mbit avpkt 1000 cell 8 tc class add dev eth0 parent 1:0 classid 1:3 cbq bandwidth 10mbit rate 50kbit allot 1514 cell 8 maxburst 20 avpkt 1000 isolated bounded tc qdisc add dev eth0 parent 1:3 handle 3:0 cbq bandwidth 10mbit rate 50kbit avpkt 1000 cell 8
2007 Mar 20
3
Divide bandwidth between 4 groups of ip with the same rate
Hello, I have begun to use the tc scripts since 2 weeks ago, so I am beginner. I am trying to divide my bandwidth in 4 independent ones. Each of these sub-bandwidths is assigned to 4 different groups of ip. Bandwidth sharing is allowed. I put a Linux with two Ethernet card between the router and the LAN. Eth1 is the card connected to the router and eth0 is the one connected to the LAN. My ISP
2005 Jul 08
5
HTB Rate and Prio
...the implementation, I only wrote 1 on the subclass Cause they are all on the same template. tc qdisc add dev $QOSIN root handle 1:0 htb default 1000 tc class add dev $QOSIN parent 1:0 classid 1:1 htb rate 2000kbit ### SUBCLASS1 tc class add dev $QOSIN parent 1:1 classid 1:10 htb rate 750kbit ceil 2000kbit prio 1 tc class add dev $QOSIN parent 1:10 classid 1:101 htb rate 250kbit ceil 2000kbit prio 1 tc qdisc add dev $QOSIN parent 1:101 handle 101: pfifo limit 10 tc class add dev $QOSIN parent 1:10 classid 1:102 htb rate 250kbit ceil 2000kbit prio 1 tc qdisc add dev $QOSIN parent 1:1...
2007 Mar 15
3
Traffic Shaping over Satellite Internet
...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 Subscribers, based on IP Address, ea. subscriber gets their own class, # starting with 1:10 (a script populates the classes for me) tc class add dev bri0 parent 1:3 classid 1:(10->X) htb rat...
2007 Aug 24
3
traffic shaping stranges
...;tcrules' file for tested interface (INT1_IF): 31:F $EXT_IF $INT1_IF:$ADM_IP all 32:F $EXT_IF $INT1_IF:$PRV_IP all 33:F $EXT_IF $INT1_IF:$MY_NET all and follow traffic classes in 'tcclasses': $INT1_IF 31 70kbit 250kbit 2 $INT1_IF 32 50kbit 250kbit 3 $INT1_IF 33 50kbit 250kbit 4 $INT1_IF 30 10mbit 10mbit 5 default Then when i test bandwidth for default class i have such result: lpc:~ # wget -v http://192.168.5.3:80/file.xyz --16:33:59--...
2007 Nov 19
15
Unexpected results using HTB qdisc
...1: classid 1:1 htb rate 100mbit burst 1500 ceil 100mbit # Default class tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30mbit ceil 100mbit burst 1500 # Rate limited classes tc class add dev eth0 parent 1:1 classid 1:4 htb rate 300kbit tc class add dev eth0 parent 1:4 classid 1:40 htb rate 50kbit tc class add dev eth0 parent 1:4 classid 1:41 htb rate 50kbit tc class add dev eth0 parent 1:4 classid 1:42 htb rate 200kbit tc qdisc add dev eth0 parent 1:40 handle 40: sfq perturb 10 tc qdisc add dev eth0 parent 1:41 handle 41: sfq perturb 10 tc qdisc add dev eth0 parent 1:42 handle 42: sfq pert...