Displaying 4 results from an estimated 4 matches for "9kbps".
Did you mean:
kbps
2005 Oct 25
2
Help needed with traffic control script.
...nes in the
network (packets to the network gets free pass).
3. I want good download performence to the server. (prioritize ACK and
high TOS packets).
4. I want http traffic to the internet (not to the LAN) get at least
81Kbps (if it needs it).
5. I want other traffic to the internet get at least 9Kbps (if it needs it).
6. I want traffic http traffic to be shared fairly between connected ip
addresses, meaning if
two clients connects, one opens many connections and one opens one
connection, I want them both to get approximatly
the same bandwidth.
to do all this, I am trying to create a...
2004 Aug 03
0
ceil, cburst, prio not working?
...idle the remaining bandwith would be
assigned in order of prio (I believe, again from howto that 0 is
highest) to other classes, which is not happening.
In particular, sending big test emails (with everything else idle) shows
that SMTP traffic never exceeds exactly 3kbps, even with ceil set at
9kbps. I measured the speed with iptraf. What am I doing wrong?
List of my classes. If you need more info, please let me know!
# tc class show dev eth2
class htb 1: root prio 0 rate 13312bit ceil 13312bit burst 1732b cburst 5Kb
class htb 1:20 root prio 7 rate 12bit ceil 12bit burst 1599b cburst 1599b
c...
2005 Jul 17
3
iproute2 rules not being followed !!!!!!!
Hi...
I have installed ip route 2 package on Linux kernel 2.4.25
I am using 2 tables:
###################################
ebox:100.254~# ip route list table ALTER
default via 192.168.100.253 dev br0
ebox:100.254~# ip route list table main
10.0.0.254 dev ppp0 proto kernel scope link src 10.0.0.1
192.168.100.0/24 dev br0 proto kernel scope link src 192.168.100.254
192.168.100.0/24 dev
2006 Aug 15
5
howto reduce the ping?
...OUTBOUND_DEV=ppp0
INBOUND_DEV=imq0
start_outbound()
{
echo "Starting outbound"
tc qdisc add dev ppp0 root handle 1: htb default 90
#max upload
tc class add dev ppp0 parent 1: classid 1:1 htb rate 14kbps
#css
tc class add dev ppp0 parent 1:1 classid 1:10 htb rate 9kbps ceil 14kbps
prio 1
iptables -t mangle -A POSTROUTING -p tcp --dport 27020:27039 -j
CLASSIFY --set-class 1:10
iptables -t mangle -A POSTROUTING -p udp --dport 27000:27015 -j
CLASSIFY --set-class 1:10
#irc
tc class add dev ppp0 parent 1:1 classid 1:20 htb rate 1kbps ceil 1kbps
pr...