Re: [LARTC] dont know why htb is not working

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sunday 18 May 2003 08:53, Esteban wrote:
> Stef or any "qos" guru!!:
Hi.

> hi, im managing a 1 mega connection for a company...i use debian, kernel
> 2.4.20. my idea is to priorice all www traffic..but i dont know some stuff
> about matching with the u32 filter. can anyone give me some idea of what is
> goinng worng here?
Remove the burst and the prio parameters from your htb classes.  The burst is 
too low to get some good shaping.  And different prio's can introduce high 
delays.

> #this is not working!! he downloads at 32k all the time!!
> tc filter add dev $DEV parent 1: protocol ip prio 1 u32 match ip src
> 200.69.147.69 flowid 1:30
> tc filter add dev $DEV parent 1: protocol ip prio 1 u32 match ip dst
> 200.69.147.69 flowid 1:30
And why do you have the same filter for source and destination ????

> # the rest, if need must wait and be shaped
> tc filter add dev $DEV parent 1: protocol ip prio 18 u32 match ip dst
> 0.0.0.0/0 flowid 1:20
This is not needed because 1:20 is the default htb class.


Stef

-- 

stef.coene@xxxxxxxxx
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.oftc.net



[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux