HI!! I''m use CBQ script for retrict bandwidth, but i need to priorize some traffic, ¿how i do it? In my case, i need that all trafic from 192.168.0.100/29 (marked with iptables) have higher priority. Thanks --
On Thursday 02 May 2002 13:09, Andoni Ayala - KNET wrote:> HI!! > > I''m use CBQ script for retrict bandwidth, but i need to priorize some > traffic, ¿how i do it? > > In my case, i need that all trafic from 192.168.0.100/29 (marked with > iptables) have higher priority.You can put all that traffic in a separate class and give that class a higher rate and/or a higher prio. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.openprojects.net
Ok, with PRIO directive? I put PRIO=1 are this correct? Stef Coene wrote:> On Thursday 02 May 2002 13:09, Andoni Ayala - KNET wrote: > > > You can put all that traffic in a separate class and give that class a higher > rate and/or a higher prio. > > Stef >--
On Thursday 02 May 2002 13:59, Andoni Ayala - KNET wrote:> Ok, with PRIO directive? > > I put PRIO=1 > > are this correct?Yes Lower prio will get higher priority. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.openprojects.net