search for: 6k

Displaying 20 results from an estimated 160 matches for "6k".

Did you mean: 64k
2004 Sep 28
2
Shaping not working
.../dev/null iptables -t mangle -A FORWARD -s 192.168.0.51/29 -j MARK --set-mark 8 iptables -t mangle -A FORWARD -s 192.168.0.55/29 -j MARK --set-mark 128 ###### uplink tc qdisc add dev $DEV root handle 1: htb default 20 tc class add dev $DEV parent 1: classid 1:1 htb rate ${UPLINK}kbit burst 6k tc class add dev $DEV parent 1:1 classid 1:10 htb rate ${UPLINK}kbit \ burst 6k prio 1 tc class add dev $DEV parent 1:1 classid 1:20 htb rate $[9*$UPLINK/10]kbit \ burst 6k prio 2 tc class add dev $DEV parent 1:1 classid 1:30 htb rate 64kbit burst 6k prio 3 tc class add dev $DEV parent...
2006 Sep 16
1
Wondershaper Errors
...OPRIOPORTSRC= + /usr/sbin/xmlstarter setenv tc_noprioportdst + NOPRIOPORTDST= + [ ppp0 = status ] + [ ppp0 = stop ] + tc qdisc del dev ppp0 root + tc qdisc del dev ppp0 ingress + tc qdisc add dev ppp0 root handle 1: htb default 20 + tc class add dev ppp0 parent 1: classid 1:1 htb rate 320kbit burst 6k + tc class add dev ppp0 parent 1:1 classid 1:10 htb rate 320kbit burst 6k prio 1+ tc class add dev ppp0 parent 1:1 classid 1:20 htb rate 288kbit burst 6k prio 2+ tc class add dev ppp0 parent 1:1 classid 1:30 htb rate 256kbit burst 6k prio 2+ tc qdisc add dev ppp0 parent 1:10 handle 10: sfq perturb...
2002 Nov 24
2
Extending Wondershaper a bit
.... I would like to have my DMZ and LOC a high priority, and a low priority for the mldonkey program on the firewall itself, or for the users on the wlan. So I tried this: $DEV=eth1 tc qdisc add dev $DEV root handle 1: htb default 40 tc class add dev $DEV parent 1: classid 1:1 htb rate 480kbit burst 6k tc class add dev $DEV parent 1:1 classid 1:10 htb rate 80kbit ceil 480kbit burst 6k tc class add dev $DEV parent 1:1 classid 1:20 htb rate 120kbit ceil 480kbit burst 6k tc class add dev $DEV parent 1:1 classid 1:30 htb rate 270kbit ceil 480kbit burst 6k tc class add dev $DEV parent 1:1 classid 1:40...
2003 Jun 03
2
Problem with HTTP traffic (very slow)
I have two machines running 4.8-RELEASE ... both sitting on the same switch, same hardware, same everything really. One gets 200k/s using wget / curl / w3m to a http address the other gets 6k/s to the same address. On the slow http machine I get 200k/s via scp or ftp to the same address it's just web traffic that is slow (note web traffic to all other locations is 4 - 6k/s as well). I've recompiled curl, w3m, wget and all their dependancies and still no luck so I can only assume...
2017 Feb 10
0
Delta !RT-6K
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, Does anyone has experience with Deltas UPSs? I have fresh install of two RT-6ks (http://www.deltapowersolutions.com/pl-pl/mcis/5kva-10kva-single-phase-u ps-rt-series-specifications.php) in parallel witch legacy snmp cards and looking for best monitoring and maintenance solution. Stock software looks quite nice but not very functional on linux platform so I want to try use NU...
2004 Apr 19
0
subnet bandwidth
Dear members I''m new to this list and also new to tc command. I have a subnet with over 30 pc which have ip addresses from 172.16.1.1/16 range.I want that each computer in my subnet can work with internet with maximum 6k for download and maximum 6k for upload.when i run the following tc commands from my bridge the first pc works well but the second pc can not work with 6k and it has an almost dead connection with internet.I think somethings goes wrong because i want that each computer has 6k bandwith no all compute...
2004 Dec 28
1
Newb question: tc shedulers on 2 interfaces
...this list, and hope for some clarity in this matter: I have a home-gateway with linux-2.6.9 and iproute2 (ver:2.6.9). My following tc syntaxes. # eth0 internet scheduleing are: tc qdisc add dev eth0 root handle 1: htb default 20 tc class add dev eth0 parent 1: classid 1:1 htb rate 512kbit burst 6k tc class add dev eth0 parent 1:1 classid 1:10 htb rate 512kbit burst 6k prio 1 tc class add dev eth0 parent 1:1 classid 1:20 htb reate 9*512/10kbit burst 6k prio 2 tc qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10 tc qdisc add dev eth0 parent 1:20 handle 20: sfq perturb 10 tc filter add...
2007 Oct 24
1
Low-priority traffic
...me :) wondershaper.htb creates 3 HTB classes; 1:10 is high prio, 1:20 is bulk (default), and 1:30 is low priority. The classes are created as follows: ========================================================== tc class add dev $DEV parent 1:1 classid 1:10 htb \ rate ${UPLINK}kbit \ burst 6k prio 1 tc class add dev $DEV parent 1:1 classid 1:20 htb \ rate $[9*$UPLINK/10]kbit ceil ${UPLINK}kbit \ burst 6k prio 2 tc class add dev $DEV parent 1:1 classid 1:30 htb \ rate $[1*$UPLINK/10]kbit ceil ${UPLINK}kbit \ burst 6k prio 2 ==============================================...
2002 Dec 29
8
wondershaper + htb prio + qdisc prio
...ho packets to make the ping be extra small, he try the wondershapper from the lartc, don''t work, make a simplified script just for icmp with is: $tc qdisc del $IF_EXT root $tc qdisc add $IF_EXT handle 1: root htb default 2 $tc class add $IF_EXT parent 1: classid 1:9 htb rate 500kbit burst 6k $tc class add $IF_EXT parent 1:9 classid 1:1 htb rate 500kbit ceil 500kbit burst 6k prio 1 $tc class add $IF_EXT parent 1:9 classid 1:2 htb rate 64kbit ceil 500kbit burst 6k prio 2 $tc filter add $IF_EXT protocol ip prio 2 parent 1: u32 \ match ip protocol 1 0xff flowid 1:1 first tryed it...
2002 Dec 03
4
Multiple classes
...k 126 IP''s individually. I''ve read so much over the last few days, I''ve almost confused myself, and probably have ;) Thanks for any and all help! tc qdisc add dev $DEV0 root handle 1: htb default 20 tc class add dev $DEV0 parent 1: classid 1:1 htb rate 128kbit \ burst 6k tc class add dev $DEV0 parent 1:1 classid 2: htb rate 128kbit \ burst 6k --- Homer Parker http://www.homershut.net telnet://bbs.homershut.net
2005 Mar 30
1
ABOUT "THE ULTIMATE TRAFFIC CONDITIONER"
Dear friends: I was analizing the HTB script at "The ultimate traffic conditioner", at the Cookbook, at Lartc. I have a very basic question: First, it is defined the root htb qdisc, as expected; then, it is defined the main (parent) htb class, with the total uplink as rate, also as expected; then, they are defined 2 child clases: first of them has also the total uplink as rate (!)
2004 Apr 09
2
Bandwidth limiting for each computer in subnet
Dear members I''m new to this list and also new to tc command. I have a subnet with over 30 pc which have ip addresses from 172.16.1.1/16 range.I want that each computer in my subnet can work with internet with maximum 6k for download and maximum 6k for upload.when i run the following tc commands from my bridge the first pc works well but the second pc can not work with 6k and it has an almost dead connection with internet.I think somethings goes wrong because i want that each computer has 6k bandwith no all compute...
2007 May 18
1
High Latency With Tiered Queues
...Q solution, but it really doesn''t fit my needs. Here''s the full script: ----------------------- qdisc add dev eth1 root handle 1: htb default 10 class add dev eth1 parent 1: classid 1:1 htb rate 768kbps class add dev eth1 parent 1: classid 1:10 htb rate 250kbps ceil 768kbps burst 6k class add dev eth1 parent 1: classid 1:20 htb rate 100kbps ceil 400kbps burst 6k class add dev eth1 parent 1:20 classid 1:21 htb rate 75kbps ceil 375kbps burst 6k filter add dev eth1 parent 1: protocol ip prio 16 u32 match ip src 192.168.1.35 flowid 1:21 filter add dev eth1 parent 1: protocol ip pr...
2004 Apr 03
7
Few question on HTB
Dear All, Sorry to trouble again..... After go through www.lartc.org I have implemented the HTB instead of CBQ for the same scenario. Now following files are under /etc/sysconfig/htb directory. eth0 DEFAULT=30 R2Q=10 eth0-2.root RATE=256kbps BURST=25k eth0-2:10.comp1 RATE=120kbps BURST=12k PRIO=0 LEAF=sfq RULE=192.168.200.0/24 eth0-2:20.comp2 RATE=80kbps BURST=8k PRIO=1 LEAF=sfq RULE=192.168.100.0/24 eth0-2:30.server RATE=56kbps BURST=6k PRIO=3 LEAF=sfq RULE=203.145.134.120/29 -------------------- eth1-2:30...
2005 Apr 06
4
Games and QOS on share connection line
...people(sharing link). Not long ago people start screaming that their games don''t work good(lagging). So I add to our qos class games with highest prio. I don''t know much about game traffic. So I add this class: $TC class add dev eth0 parent 1:1 classid 1:3 htb rate 64kbit ceil 256kbit burst 6k cburst 6k prio 0 Then I add every game port(War3 6112,CS 27015-6, OU, Quake3 etc.) : $TC filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip sport 6112 0xffff match ip protocol 0x11 0xff flowid 1:3 What do you think about this configuration? Do you know better setting for ga...
2006 May 27
14
HTB shaping & borrowing info
Hello to everybody, We want integrate in a router/firewall (Debian Based, 2.6 Kernel), an HTB shaper. The goal is to divide the traffic for classes of workstations, at example in three classes, let say A, B and C. Example: A 70 Mb/s B 20 Mb/s C 10 Mb/s If B don''t make traffic, 7/8 of 20Mb/s must be assigned to A and all the rest at B We have used CBQ and HTB, with poor succes. Anybody
2002 Jun 18
7
Better filtering to a class
...add dev eth0 protocol ip parent 1:0 prio 5 u32 match ip dst 203.112.65.54 match ip protocol 6 0xff flowid 1:1231 tc filter add dev eth0 protocol ip parent 1:0 prio 6 u32 match ip dst 203.112.65.54 flowid 1:1233 # Up Stream tc class add dev eth2 parent 1:1 classid 1:123 htb rate 4kbit burst 16k ceil 64kbit prio 3 tc class add dev eth2 parent 1:123 classid 1:1231 htb rate 0.4kbit burst 0.8k ceil 64kbit tc class add dev eth2 parent 1:123 classid 1:1232 htb rate 0.8kbit burst 1.6k ceil 64kbit tc class add dev eth2 parent 1:123 classid 1:1233 htb rate 2.8kbit burst 13.6k ceil 64kbit tc qd...
2005 Jul 11
5
Simple traffic shaping
My needs is limiting the outbound traffic of an smtp mail server. It is connected to a gateway via 100Mbit ethernet. I want limits its outbound traffic to max 3 Mbit. I have read lot of docs and tried various script without great results. Any simplest solutions? TIA. Regards, B.
2006 Nov 20
2
Fwd: Traffic Shaping on a Transparent Bridge not working!
...'' = status '']'' + tc qdisc del dev eth0 root + tc qdisc del dev eth0 ingress + ''['' '''' = stop '']'' + tc qdisc add dev eth0 root handle 1: htb default 20 + tc class add dev eth0 parent 1: classid 1:1 htb rate 100kbit burst 6k + tc class add dev eth0 parent 1:1 classid 1:10 htb rate 100kbit burst 6k prio 1 + tc class add dev eth0 parent 1:1 classid 1:20 htb rate 90kbit burst 6k prio 2 + tc class add dev eth0 parent 1:1 classid 1:30 htb rate 80kbit burst 6k prio 2 + tc qdisc add dev eth0 parent 1:10 handle 10: sfq perturb...
2007 Feb 21
1
Problem with HTB and outgoing traffic
Hello, I''m using a script with tc, to limit my outgoing traffic : tc qdisc add dev eth0 root handle 1: htb tc class add dev eth0 parent 1: classid 1:1 htb rate 500kbit burst 6k tc filter add dev eth0 parent 1: protocol ip prio 1 u32 match ip dst 172.28.54.9 flowid 1:1 I want to test bandwidth with iperf to see if limitation is correct. Sometimes, I get correct measure for certain rates, but i often get measure that do not correspond to rate. For example, if rate is 500kb...