Displaying 2 results from an estimated 2 matches for "35kbit".
Did you mean:
32kbit
2006 Aug 22
1
htb prioritise trafic
I have a router with about 300 clients connecting to it. It has htb with
a class per client.
I wnat to create a script to prioritise www trafic and ssh trafic over
p2p trafic....
this is a sample of what i have now:
/sbin/tc class add dev eth0 parent 1:5 classid 1:8012 htb rate 35Kbit
ceil 281Kbit prio 6
/sbin/tc qdisc add dev eth0 parent 1:8012 handle 8012 sfq perturb 8
/sbin/tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip
src 81.181.180.21 classid 1:8012
/sbin/tc class add dev eth1 parent 1:5 classid 1:8012 htb rate 35Kbit
ceil 281Kbit prio 6
/sbin/tc qdi...
2005 Apr 11
0
HTB / ingress diffrence
...he Donkey one :) ) who using P2P take all the outgoing
band.
When I make HTB is trafic was very low Donkey doesn''t get any data or
take
only a little, outgoing traffic was about 1-2K, but In HTB trafic I have
full outgoing bandwich.
I change outgoing trafic queue to ingress and limit it to 35kbit. (less
than in HTB)
WOW... Donkey gets data fullspeed and outgoing was about 2-3Kbit!!!
I think that the problem is in ACK packets. Why HTB block all data,
ingress not??
I try make other queue for ACK and SYN packets for client and test it.
--
EW