Displaying 20 results from an estimated 24 matches for "30kbit".
Did you mean:
10kbit
2005 Feb 06
2
problems with u32 fiter
...i''m trying to set a filter but doesn''t want to work.
i''ve set ut the qdiscs and the classes like this :
tc qdisc add dev ppp0 root handle 1: htb default 20
tc class add dev ppp0 parent 1: classid 1:1 htb rate 120kbit
tc class add dev ppp0 parent 1:1 classid 1:20 htb rate 30kbit ceil 120kbit
tc class add dev ppp0 parent 1:1 classid 1:21 htb rate 30kbit ceil 120kbit
tc class add dev ppp0 parent 1:1 classid 1:22 htb rate 30kbit ceil 120kbit
tc class add dev ppp0 parent 1:1 classid 1:23 htb rate 30kbit ceil 120kbit
tc qdisc add dev ppp0 parent 1:20 handle 20: prio
tc qdisc ad...
2003 Jul 14
0
Why arent filteres working? (as I wanted)
...tializing traffic control...
tc qdisc add dev br0 root handle 1:0 htb
#Loading queue disciplines for plis230 network...
tc class add dev br0 parent 1:0 classid 1:1 htb rate 512kbit ceil 512kbit
#Loading queue disciplines for pmad048 network...
tc class add dev br0 parent 1:1 classid 1:20 htb rate 30kbit ceil 30kbit
#server queue
tc class add dev br0 parent 1:20 classid 1:21 htb rate 6kbit ceil 30kbit
tc filter add dev br0 protocol ip parent 1:0 prio 1 u32 match ip dst
57.227.233.3 flowid 1:21
tc qdisc add dev br0 parent 1:21 handle 200:0 sfq perturb 10
#non server queue
tc class add dev br0 paren...
2003 Jul 05
13
HTB doesn''t respect rate values
...s his rate for
SMTP. When SMTP stops sending his packets, WWW gets 100%.
In real, I''ve got the more complicated configuration (64 kbit for www,
40kbit for pop3, 6kbit for smtp 12kbit for others), but the problem
remains: www doesn''t get hit minmal rate. Extremally it gets < 30kbit!
It works only "ceil". If I set ceil for a class (for example 1:3) - it
is respected. 1:3 doesn''t get more than set in ceil.
So, HTB doesn''t work for me at all!
WHAT''S UP?
Could it be, that my rates are small? (6kbit). Does HTB work good for
bandwitch <...
2003 Nov 18
7
why all goes to default!!
...root htb default 4
tc class add dev eth0 parent 1:0 classid 1:4 htb rate 55kbit ceil 55kbit prio 7 <--default class
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 20Mbit
tc qdisc add dev eth0 handle 2:0 parent 1:1 htb
tc class add dev eth0 parent 2:0 classid 2:3 htb rate 30kbit ceil 30kbit
tc qdisc add dev eth0 handle 3:0 parent 2:3 sfq
tc filter add dev eth0 parent 1:0 protocol ip prio 2 u32 match ip dst x.x.x.X classid 2:3
tc class add dev eth0 parent 2:0 classid 2:5 htb rate 30kbit ceil 30kbit
tc qdisc add dev eth0 handle 4:0 parent 2:5 sfq...
2001 Dec 07
3
more on cbq parameters
...empty the link is.
I can''t believe this dependence on packet size since I''ve always had
good results using the same default packet size even though different
tests use very different packet sizes.
tc class add dev eth1 parent 10:100 classid 10:2 cbq \
bandwidth 30Kbit rate 30Kbit allot 1514 weight 30Kbit prio 5 \
maxburst 10 avpkt 1000 bounded
I send ping packets with default data size (56 bytes)
which is 98 bytes per packet inc. mac, ip, icmp headers.
[[new data to avoid problems with that in original reply]]
In 10 seconds I get 413 replies,
which I...
2007 Feb 05
16
Problems with HTB. Help!
Hello list.
I''ve configured a very simple script to slow down packets coming from a
particular IP Address. I''ve used IPTABLES to mark traffic coming from this
IP Address, but it does not appear to be working as expected. Let me first
describe my system as maybe what I''m doing is beyond what NETFILTER can do.
I have one machine that runs all my servers as
2005 Dec 07
2
can the htb applied to http/ftp server not in the router???
can someone help me??
-------------------------
| server (http & ftp) | ------> 1.2.3.4
-------------------------
|
|
| -----> 10/100 MB LAN
|
|
|
----------
| client | -----> 1.2.3.5
----------
i want the client download file from http server with maximum rate is
30 kbps and download from
2003 Oct 13
1
kernel panic with using IMQ - why?
...ng IMQ on my linux router.
In archive of this mailing list i found reason of this truble:
i used PREROUTING -j IMQ and POSTROUTING -j IMQ in one time
but i don''t understand why this configuration is broken?
I want to control all traffic on my external interface,
for example i want to lease 30kbit/sec (inbound+outbound,
without dividing) for encrypting channel between the host of my LAN
and some host of Internet.
Please, explain to me reasons of this behavior or send me links
to this explanation.
Sorry for my bad English
WBR Pavel Malkov
_______________________________________________
LAR...
2004 Dec 23
1
does the inbound traffic affect the outbound on 2 different interfaces
...Mbit cell 8 avpkt
1000 mpu 64
tc class add dev eth0 parent 1:0 classid 1:1 cbq bandwidth 2000kbit
rate 2000kbit allot 1514 cell 8 weight 100kbit prio 2 maxburst 20
avpkt 1000 bounded isolated
tc class add dev eth0 parent 1:1 classid 1:2 cbq bandwidth 2000kbit
rate 300kbit allot 1514 cell 8 weight 30kbit prio 1 maxburst 20 avpkt
1000 split 1:0
tc class add dev eth0 parent 1:1 classid 1:3 cbq bandwidth 2000kbit
rate 300kbit allot 1514 cell 8 weight 30kbit prio 7 maxburst 20 avpkt
1000 split 1:0
tc filter add dev eth0 parent 1: prio 2 protocol ip u32 match ip dst
192.168.8.3 flowid 1:2
tc filter ad...
2003 Mar 16
6
[LONG] Weird problem with HTB using htb.init
...h1-2:20.normal eth1-2:30.low
root@sentinel:/etc/sysconfig/htb# cat eth1
DEFAULT=30
R2Q=1
root@sentinel:/etc/sysconfig/htb# cat eth1-2.root
# root class for outgoing traffic
RATE=90Kbit
LEAF=sfq
root@sentinel:/etc/sysconfig/htb# cat eth1-2\:10.high
# class for outgoing high priority traffic
RATE=30Kbit
CEIL=prate
#BURST=15k
LEAF=sfq
# HTTP
RULE=*:80
# SSH
RULE=*:22
# TELNET
RULE=*:23
# SMTP
RULE=*:25
# DNS
RULE=*:53
# POP3
RULE=*:110
root@sentinel:/etc/sysconfig/htb# cat eth1-2\:20.normal
# class for outgoing normal traffic
RATE=30Kbit
CEIL=prate
# BURST=15k
LEAF=sfq
# IRC
RULE=*:6667
root@se...
2002 Oct 17
18
why dont packets go where i want?
...want to do with it:
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1 htb default 2 r2q 10
tc class add dev eth1 parent 1: classid 1:1 htb rate 300kbit
tc class add dev eth1 parent 1: classid 1:100 htb rate 300kbit
tc class add dev eth1 parent 1:100 classid 1:101 htb rate 10kbit ceil 30kbit
tc class add dev eth1 parent 1:100 classid 1:102 htb rate 10kbit ceil 20kbit
tc class add dev eth1 parent 1:100 classid 1:103 htb rate 10kbit ceil 15kbit
tc class add dev eth1 parent 1: classid 1:2 htb rate 700kbit burst 15k
tc qdisc add dev eth1 parent 1:101 handle 101: sfq perturb 10
tc qdisc a...
2007 Jul 12
2
voip quality/bandwidth/latency techniques
...tc class add dev eth1 parent 1: classid 1:1 htb rate 300kbit ceil 300kbit
tc class add dev eth1 parent 1:1 classid 1:10 htb rate 200kbit ceil
300kbit prio 0
tc class add dev eth1 parent 1:1 classid 1:11 htb rate 50kbit ceil
300kbit prio 1
tc class add dev eth1 parent 1:1 classid 1:12 htb rate 30kbit ceil
300kbit prio 2
tc filter add dev eth1 parent 1:0 protocol ip prio 1 handle 1 fw classid
1:10
tc filter add dev eth1 parent 1:0 protocol ip prio 2 handle 2 fw classid
1:11
tc filter add dev eth1 parent 1:0 protocol ip prio 3 handle 3 fw classid
1:12
iptables -t mangle -A PREROUTING --src 10...
2003 Oct 27
4
Need help with HTB
...sc del dev $IF_LOC root
$tc qdisc add dev $IF_LOC handle 2: root htb default 99 r2q 1
$tc class add dev $IF_LOC parent 2: classid 2:1 htb rate 100kbit
$tc class add dev $IF_LOC parent 2:1 classid 2:2 htb rate 70kbit ceil
90kbit prio 1
$tc class add dev $IF_LOC parent 2:1 classid 2:99 htb rate 30kbit ceil
90kbit prio 5
#PRIO FIFO...for 2:2 = low latency for counter-strike packets
$tc qdisc add dev $IF_LOC parent 2:99 handle 299: sfq perturb 10
#Counter-strike
$tc filter add dev $IF_LOC protocol ip prio 1 parent 2: u32 \
match ip dport 27005 0xffff flowid 2:2
#WEB
$tc filter ad...
2005 Nov 03
6
Cannot get htb & prio working together.
...t get classified at all, it just
seems to go through the root queue untouched.
This is the minimal config I''ve been testing with:
tc qdisc add dev eth0 root handle 1: htb
tc class add dev eth0 parent 1: classid 1:1 htb rate 120kbit
tc class add dev eth0 parent 1:1 classid 1:20 htb rate 30kbit ceil 120kbit
tc qdisc add dev eth0 parent 1:20 handle 20: prio
#Note: With a "prio" qdisc the class ID''s of nn:1 to 3 are automatically
provided
tc qdisc add dev eth0 parent 20:1 handle 201: sfq
tc qdisc add dev eth0 parent 20:2 handle 202: sfq
tc qdisc add dev eth0 parent 20:3...
2004 Apr 16
1
Traffic Shaping using Shorewall and WonderShaper
...esponse). Emailing the wondershaper Script
writer. (no response)
Ping Times are Not very good. (ping www.yahoo.com)
Loaded Average ~1500ms (Using Bittorrent, DL 1 file @~25KB/s)
Unloaded Average ~310ms
The Link when Unloaded, trying one of those Bandwidth Test (on the internet)
unloaded yielded ~230kbit/s.
Loaded yielded ~30kbit/s
Due to this, Web surfing slows to a crawl, and ftp transfers also slows
to a crawl.
I''ve also tried inputting this lines into iptables
iptables -t mangle -A outtos -p tcp -m tcp --dport 80 -j TOS --set-tos 0x10
iptables -t mangle -A outtos -p tcp -m tcp --sp...
2023 Aug 02
1
How to tune rsync to speed up?
...'re facing some flapping traffic when rsyncing atm 70T from one server to
an DELL Isilon.
Both systems are connected with 10G Fiber (not Channel).
So we started with one simple "rsync -a /src /dest" to the DELL by using
NFS3.
So it runs with around 3Gbit for some seconds, than it were 30Kbit for also
some seconds and again "some" Gig were transferred and than again it
decreases to 50kbit.
This was all the time for about 24 hours.
Than (this is actually not my doing, it's one of our researchers) i send
him a little pythonscript to use more rsyncprocesses. He modified it an...
2006 Dec 17
0
Need help with this simple CBQ setup NEWBIE
...t 11:0 protocol ip handle 4 fw flowid 11:1
iptables -t mangle -A POSTROUTING -s ! 192.168.128.16/28 -d \
192.168.128.16/28 -j MARK --set-mark 4
#Upload Section
tc qdisc add dev eth0 root handle 10: cbq bandwidth 10Mbit avpkt \
1000 mpu 64
tc class add dev eth0 parent 10:0 classid 10:1 cbq rate 30Kbit \
weight 3Kbit allot 1514 prio 1 avpkt 1000 bounded
tc filter add dev eth0 parent 10:0 protocol ip handle 3 fw flowid 10:1
iptables -t mangle -A FORWARD -s 192.168.128.16/28 -j MARK --set-mark 3
--
With Regards Ali Jawad
2006 Dec 20
0
Need Help with this simple CBQ scripts
...t 11:0 protocol ip handle 4 fw flowid 11:1
iptables -t mangle -A POSTROUTING -s ! 192.168.128.16/28 -d \
192.168.128.16/28 -j MARK --set-mark 4
#Upload Section
tc qdisc add dev eth0 root handle 10: cbq bandwidth 10Mbit avpkt \
1000 mpu 64
tc class add dev eth0 parent 10:0 classid 10:1 cbq rate 30Kbit \
weight 3Kbit allot 1514 prio 1 avpkt 1000 bounded
tc filter add dev eth0 parent 10:0 protocol ip handle 3 fw flowid 10:1
iptables -t mangle -A FORWARD -s 192.168.128.16/28 -j MARK --set-mark 3
--
With Regards Ali Jawad
2005 May 12
0
HTB and IPv6
...inking of trying my luck with the u32
filter. This is what I did, any comment is greatly appreciated. Thank
you all.
tc qdisc add dev eth0 root handle 1: htb default 15
tc class add dev eth0 parent 1: classid 1:1 htb rate 100kbit ceil
100kbit
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbit ceil
100kbit
tc class add dev eth0 parent 1:1 classid 1:11 htb rate 10kbit ceil
100kbit
tc class add dev eth0 parent 1:1 classid 1:12 htb rate 60kbit ceil
100kbit
ip6tables -t mangle -N queue1
ip6tables -t mangle -A queue1 -j MARK --set-mark 0x10
ip6tables -t mangle -A queue1 -j ACCEPT
ip6tables -t...
2004 Jul 20
0
Strange things with HTB
Hello.
I have a strange problem with HTB.
The configuration is:
tc qdisc add dev eth0 root handle 1: htb default 12 r2q 1
tc class add dev eth0 parent 1: classid 1:1 htb rate 78kbit ceil 78kbit burst 3K cburst 3K
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbit ceil 78kbit prio 0 burst 3K cburst 3K
tc class add dev eth0 parent 1:1 classid 1:11 htb rate 16kbit ceil 78kbit prio 1
tc class add dev eth0 parent 1:1 classid 1:12 htb rate 16kbit ceil 78kbit prio 2
tc class add dev eth0 parent 1:1 classid 1:13 htb rate 16kbit ceil 78kbit prio 7 burst 1 cburst 1...