Displaying 13 results from an estimated 13 matches for "90kbit".
Did you mean:
10kbit
2003 Oct 27
4
Need help with HTB
...$IF_EXT root
$tc qdisc add dev $IF_EXT handle 1: root htb default 99 r2q 1
$tc class add dev $IF_EXT parent 1: classid 1:1 htb rate 100kbit
$tc class add dev $IF_EXT parent 1:1 classid 1:2 htb rate 20kbit ceil
20kbit prio 1
$tc class add dev $IF_EXT parent 1:1 classid 1:3 htb rate 60kbit ceil
90kbit prio 3
$tc class add dev $IF_EXT parent 1:1 classid 1:99 htb rate 20kbit ceil
90kbit prio 7
//I''m letting 1:2 use FIFO...for low-latency
$tc qdisc add dev $IF_EXT parent 1:3 handle 30: sfq perturb 10
$tc qdisc add dev $IF_EXT parent 1:99 handle 990: sfq perturb 10
# ICMP
$tc filte...
2002 Oct 15
1
Réf . : Re: trying to use wondershaper on a dedicated line (not adsl)
...undertime 0
class cbq 1:1 parent 1: rate 100Kbit cell 8b (bounded,isolated) prio 5/5
weight 100Kbit allot 1500b
level 1 ewma 5 avpkt 1000b maxidle 23us
Sent 38320 bytes 242 pkts (dropped 0, overlimits 0)
borrowed 1 overactions 0 avgidle 624 undertime 0
class cbq 1:20 parent 1:1 leaf 20: rate 90Kbit cell 8b prio 2/2 weight
90Kbit allot 1600b
level 0 ewma 5 avpkt 1000b maxidle 23us
Sent 26046 bytes 39 pkts (dropped 0, overlimits 3)
borrowed 1 overactions 2 avgidle -12928 undertime -211540
class cbq 1:30 parent 1:1 leaf 30: rate 80Kbit cell 8b prio 2/2 weight
80Kbit allot 1600b
level 0...
2005 Jun 10
3
Lamer needs help for basic tc setup
...,tc,iproute2 with NAT).
Clients are coming in via eth1 and outgouing traffic
(2Mbit/s SDSL) through
eth0.
So we would like to enable bandwidth limitation
per-user, so i just used
several scripts (htp from sourceforge,cbq.init
,wondershaper etc).
(Each client: Downstream max 128kbit/s, Upstream max
90kbit/s)
Shaping is working fine if i mark this specific source
with a iptables
rule, but as soon i apply multiple different source
ip''s to mark it within
the same queue, all are sharing my limitation and i
thought each of them
will get the rate-limiting.
Example firewall rule:
$IPTABLES -t ma...
2005 Mar 11
3
strange behaviour of qos
...-------------
#root qdisc and class for eth1
$tc qdisc add dev eth1 root handle 1:0 htb default 19
$tc class add dev eth1 parent 1:0 classid 1:1 htp ratel ${CEIL_UP}kbit
ceil ${CEIL_UP}kbit
#classes, qdiscs and filters for services
$tc class add dev eth1 parent 1:1 classid 1:11 htb rate 90kbit ceil
150kbit prio 0
$tc class add dev eth1 parent 1:1 classid 1:12 htb rate 100kbit ceil
250kbit prio 0
$tc class add dev eth1 parent 1:1 classid 1:13 htb rate 90kbit ceil
1250kbit prio 2
$tc qdisc add dev eth1 parent 1:11 handle 111: sfq perturb 10 #
$tc qdisc add dev eth1 parent 1...
2006 Jun 02
1
IMQ + NAT
...00kbit, ceil=prate
web: rate=100kbit, ceilp=prate
mail: rate=100kbit, ceil=prate
eth1: rate=400kbit, ceil=prate
ftp: rate=10kbit, ceil=prate
....
eth2..4: rate=100kbit, ceil=prate (eth2...eth4 would split the same 100kbit)
rdp: rate=90kbit, ceil=prate
......
This load balance would be applyed for outgoing and incoming internet
traffic. Where and how in iptables would be correct to "-j IMQ" ?
Thank you!
2002 Aug 20
5
Using the VP3 ENCODER in a DIRECTSHOW GRAPH wit defined quality and BANDWIDTH - HOW?
...onferencing pplication we are just developing (check:
http://www.stnadby24.no/ for infos (english language) on the
application).
My problem is this: I need to define at least the bandwidth. I am
feeding full frames from the camera with a given maximum framerate (10),
and have a bandwidth of around 90kbit for the video stream.
How? The codec seems to ignore any output side bandwidth setting I have
entered.
Can anyone recommend, please?
Regards
Thomas Tomiczek
THONA Consulting Ltd.
(Microsoft MVP C#/.NET)
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://w...
2003 Mar 16
6
[LONG] Weird problem with HTB using htb.init
...teway and am
trying to shape both incoming & outgoing traffic by placing shapers at both
eth0 (download) & eth1 (upload). This to keep my connection usable while i''m
running emule or other mass downloader/p2p programs.
What i''m trying to do is shape every upload to max 90kbit/s but give priority
to HTTP,SSH,TELNET,POP3,SMTP,DNS & low priority to everything else. The same
thing for the downloads but this time for 450kbit/s.
What happens is emule works as normal but HTTP gives lots of timeouts on
connecting, and even when it connects, it continues to timeout on th...
2001 Nov 09
0
Prioritize uploading traffic
...s possible with the command. Anyway, I found an
ADSL-bandwidth-management howto and followed to the letter, as follows:-
ip link set eth0 txqueuelen 20
tc qdisc add dev eth0 root handle 128: cbq bandwidth 10mbit avpkt 700
tc class add dev eth0 parent 128:0 classid 128:1 cbq bandwidth 10mbit rate
90kbit allot 1514 weight 9kbit prio 5 \
maxburst 1 avpkt 700 bounded
tc qdisc add dev eth0 parent 128:1 prio bands 4 priomap 0 1 2 3 3 3 3 3 3 3
3 3 3 3 3 3
tc filter add dev eth0 parent 128:0 protocol ip prio 5 u32 match ip src
a.b.c.d flowid 128:1
One member on the network is downloading continuousl...
2006 Nov 20
2
Fwd: Traffic Shaping on a Transparent Bridge not working!
...;' = 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 10
+ tc qdisc add dev eth0 parent 1:20 handle 20: sfq perturb 10
+ tc qdisc add dev eth0 parent 1:30 handle 30: sfq perturb 10
+ tc filter add d...
2006 Mar 21
5
HFSC and default qdisc backlog
...t 30
Sent 7537524 bytes 33953 pkts (dropped 6, overlimits 4145)
backlog 3p
Why is the qdisc backloged with dropped packets and overlimits when the
classes are not? The txlen on the vlan1 device is 1000. This is happening
with 256kbit up dsl with only one voip conversation utilizing the link
(90kbit codec). The voice is occasionally gets choppy and I''m trying to
figure out if it is due to the backlog or my setup etc? What tools are
availabe to debug this stuff? Thanks for all of your insight and a VERY
informative mailing list.
2006 Apr 21
6
icmp latency question
Hi,
Our company''s main line is quite busy the whole day and my shaping is
working perfect, however even if I give icmp priority the pings still
jump around quite a bit.
We do have a backup line which hardly get used only if the main line
drops. I''ve set ip rule to route all icmp through that and now the
pings are perfect.
Will this make a difference for the game players etc,
2005 Jun 18
6
htb child classes don''t borrow form "parent''s parent class" :(
Dear list,
I have the problem that child classes don''t seem to issue the parent
class to borrow from their parent.
This is a simplified 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
2004 Jul 17
9
Re: QoS for Voip.
...(downlink) prio 3.
14: Higher prio traffic (VoIP): rate 170kbit ceil 97% of total. prio 1.
15: ACK and these kind (SSH, and other interactive traffic, telnet).
rate 170kbit ceil 97% prio 2.
20: Server traffic (we have some servers): rate 200kbit ceil 97% prio 3
30: trash (p2p, anything else): rate 90kbit ceil 70% quantum 1920 prio 4
Off course, due that there are so few classes, the ones that have fewer
packets are the ones that behaves better (I think of it like "virtual"
links going into a trunk). The VoIp traffic will come from only one IP,
in my case, so I filter to class 14 only...