Displaying 7 results from an estimated 7 matches for "230kbit".
Did you mean:
200kbit
2004 Oct 12
0
ssh and cs LAG
...in/sh
HIGHSPEED="19 "
CLIENTS="01 05 07 11 12 13 15 18 63"
SLOW="20 21 22"
htb_start() {
echo "tc qdisc add dev eth1 root handle 1: htb default 12"
tc qdisc add dev eth1 root handle 1: htb default 12
echo "tc qdisc add dev eth0 root handle 2: tbf rate 230kbit latency
50ms burst 1540"
tc qdisc add dev eth0 root handle 2: tbf rate 230kbit latency 50ms
burst 1540
echo "tc class add dev eth1 parent 1: classid 1:1 htb rate 1000kbit
ceil 1000kbit"
tc class add dev eth1 parent 1: classid 1:1 htb rate 1000kbit ceil
1000kbit
# tc class add...
2004 Apr 16
1
Traffic Shaping using Shorewall and WonderShaper
...response). 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...
2004 Oct 20
0
up and down shaping based on IP
...{
> echo "tc qdisc add dev eth1 root handle 1: htb default 12"
> tc qdisc add dev eth1 root handle 1: htb default 12
> echo "tc qdisc add dev eth0 root handle 2: tbf rate 200kbit latency
> 50ms burst 1540"
> tc qdisc add dev eth0 root handle 2: tbf rate 230kbit latency 50ms
> burst 1540
> echo "tc class add dev eth1 parent 1: classid 1:1 htb rate 1000kbit
> ceil 1000k bit"
> tc class add dev eth1 parent 1: classid 1:1 htb rate 1000kbit ceil
> 1000kbit
>
> echo "Ustawianie klas"
>
> for IP in...
2005 Feb 18
1
lartc on bridge, help
...------
#! /bin/sh
. /etc/rc.status
rc_reset
case "$1" in
stop)
tc qdisc del dev br0 root
rc_status -v
;;
*)
tc qdisc del dev br0 root
tc qdisc add dev br0 root handle 1: htb r2q 1
tc class add dev br0 parent 1: classid 1:1 htb rate 230kbit
tc class add dev br0 parent 1:1 classid 1:10 htb rate 50kbit ceil
128kbit burst 20k
tc class add dev br0 parent 1:1 classid 1:11 htb rate 70kbit ceil
128kbit burst 20k
tc class add dev br0 parent 1:1 classid 1:12 htb rate 110kbit ceil
192kbit burst 20k
# class for...
2006 Feb 23
4
HTB: far unequal behaivor at a slight conf rate change
Hi all!
I''m working in a " _really_ end user simple", yet powerfull, flexible,
scalable, GPL htb/htb-init front end, but now, in the "test fase" im facing
an utlimate problem...
Absoult minimalistic scenario: #Use a FIXEDFONT to read this
#inet-ethx-|FIREWALL|-lan-ethx <-> |client_host_1|
#
#FIREWALL class(rate,ceil) at lan-ethx
2004 Oct 21
3
[Fwd: up and down shaping based on IP]
...{
> echo "tc qdisc add dev eth1 root handle 1: htb default 12"
> tc qdisc add dev eth1 root handle 1: htb default 12
> echo "tc qdisc add dev eth0 root handle 2: tbf rate 200kbit latency
> 50ms burst 1540"
> tc qdisc add dev eth0 root handle 2: tbf rate 230kbit latency 50ms
> burst 1540
> echo "tc class add dev eth1 parent 1: classid 1:1 htb rate 1000kbit
> ceil 1000k bit"
> tc class add dev eth1 parent 1: classid 1:1 htb rate 1000kbit ceil
> 1000kbit
>
> echo "Ustawianie klas"
>
> for IP in...
2005 Nov 02
4
must cut the line down too much for shaping to work
...arning that the shaping box must stay a
bottleneck of the route so the queue can start to fill inside it and be
shaped. Somethere they say a few percent of the upstream rate must be
sacrificed, some say 25%...
Okay, I tried to set a full 256kbit on a root HTB class, just for fun.
No shaping. I set 230kbit then. Still nothing. The beast started to work
as expected when I cut my line to 220 kb/s! It means effectively fall of
the download speed from some 29-30 KB/s to about 26 KB/s as I measured it.
I consider it to be serious, given our internet connection is VERY
expensive (because of the unfortunat...