r2q change?  [INACTIVE]

BrazilFW 2.xhelp discussions in English.

r2q change?

Mensagempor cocl » Dom Jul 29, 2012 11:50 pm

Hi all,

Please help me. My BrazilFW 2.32.2 alway showing this line...

HTB: quantum of class 10013 is small. Consider r2q change

What should i do pleaseee...
cocl
 

Re: r2q change?

Mensagempor ghost » Ter Jul 31, 2012 9:02 pm

Es solo a manera informativa ese mensaje, no afecta en nada al funcionamiento.

That message is just informative, does not affect the operation.



Saludos :o!
Avatar do usuário
ghost
BFW Beneméritos
 
Mensagens: 1351
Registrado em: Qui Abr 24, 2008 8:54 pm
Localização: Tierras Asperas de Zona Sur, Buenos Aires, Argentina
BrazilFW Box: No en uso actualmente

Re: r2q change?

Mensagempor cocl » Dom Ago 05, 2012 12:20 am

thank you for your reply.

saludos
cocl
 

Re: r2q change?

Mensagempor cocl » Dom Ago 05, 2012 12:26 am

ghost escreveu:Es solo a manera informativa ese mensaje, no afecta en nada al funcionamiento.

That message is just informative, does not affect the operation.



Saludos :o!


Mr ghost,

please help me to configure QoS. I have internet 1024Kbps dld/384Kbps upld. I want 2 computer will have full download speed and the others will limit to 10Kbps dload only. I have 30 computers in my office.

Thank you
cocl
 

Re: r2q change?

Mensagempor ghost » Dom Ago 05, 2012 5:16 pm

Por favor postea tu configuración así la reviso.

Please post you configuration so i can check it.


Saludos :o!
Avatar do usuário
ghost
BFW Beneméritos
 
Mensagens: 1351
Registrado em: Qui Abr 24, 2008 8:54 pm
Localização: Tierras Asperas de Zona Sur, Buenos Aires, Argentina
BrazilFW Box: No en uso actualmente

Re: r2q change?

Mensagempor cocl » Qua Ago 08, 2012 12:39 pm

Qos is disabled because i don't know how to configure it.
cocl
 

Re: r2q change?

Mensagempor ghost » Qua Ago 08, 2012 2:32 pm

Tal vez este post te ayude a entender como funciona el QoS:
Maybe this post can help you to understand how works the QoS:


http://www.brazilfw.com.br/forum/viewtopic.php?f=38&t=62478


Saludos :o!
Avatar do usuário
ghost
BFW Beneméritos
 
Mensagens: 1351
Registrado em: Qui Abr 24, 2008 8:54 pm
Localização: Tierras Asperas de Zona Sur, Buenos Aires, Argentina
BrazilFW Box: No en uso actualmente

Re: r2q change?

Mensagempor cocl » Qui Ago 09, 2012 12:42 am

hi Ghost. This is my configuration. Need r2q change. hehe
Código: Selecionar todos
#!/bin/sh
# Coyote Traffic Control configuration file
# Author: Dolly <dolly@czi.cz>

QOS_DOWNSTREAM=1200
QOS_UPSTREAM=384

QOS_HIGH_PRI_PER=50
QOS_NORM_PRI_PER=35
QOS_SLOW_PRI_PER=15

QOS_FUP_BURST=8
QOS_NUP_BURST=4
QOS_SUP_BURST=2
QOS_FDOWN_BURST=16
QOS_NDOWN_BURST=8
QOS_SDOWN_BURST=4

QOS_UPFW_STREAM=10

QOS_UPSTREAM_INDIVIDUAL=25
QOS_DOWNSTREAM_INDIVIDUAL=25

QOS_UPSTREAM_JUNK=5
QOS_DOWNSTREAM_JUNK=5

# counts bandwidth percentage, awoids zero results.
percentage () {
    res=$((${1}*${2}/100))
    if [ $res -eq 0 ]; then
    res=1
    fi
    echo $res
}

build_class_chain () {
#Use the new qos.classes configuration file
. /etc/coyote/qos.classes

}


Código: Selecionar todos
# Coyote Classes configuration file
################################################
#  rootid    - id of parent class, root classes have parent id 1:1
#  clsid     - id of class, use class id between 10-90
#  down_rate - minimal guaranteed downstream rate (kbit)
#  down_ceil - maximum downstream rate (kbit)
#  up_rate   - minimal quaranteed upstream rate (kbit)
#  up_ceil   - maximum upstream  rate (kbit)
#  matchip   - class filter ip specification
#
# Supported classes types:
#   define_class rootid clsid down_rate down_ceil up_rate up_ceil matchip
#   define_class_sfq rootid clsid down_rate down_ceil up_rate up_ceil matchip
#   define_class_qos rootid clsid down_rate down_ceil up_rate up_ceil matchip
################################################

define_class_sfq "1:1" "1:10" 300 600 96 384 192.168.40.222 #cocl
define_class_sfq "1:1" "1:11" 300 600 96 384 192.168.40.254 #mpkksvr
define_class_sfq "1:1" "1:12" 100 200 96 384 192.168.40.249 #mpkk-aduan
define_class_sfq "1:1" "1:13" 200 400 96 384 192.168.40.2 #ictserver
define_class_sfq "1:1" "1:14" 100 200 96 384 192.168.40.251 #osc-online
define_class_sfq "1:1" "1:15" 20 $CLEAR_DOWNSTREAM 10 $CLEAR_UPSTREAM 192.168.40.0/24 #all users


Código: Selecionar todos
# QOS Filters Configuration File
# This file contains entries in the following format:
#
# priority active protocol remote_port remote_mask and|or local_port local_mask
#
# priority = slow/fast
# active = Y or N
# protocol = IP protocol name or number
# remote_port = remote IP port
# remote_mask = remote u32 filter port mask
# and = remote_port and local_port must match
# or = remote_port or local_port match
# local_port = local IP port
# local_mask = local u32 filter port mask

fast Y icmp 0 0 and 0 0 # ICMP protocol
fast N tcp 3889 ffff or 3389 ffff #Windows Remote desktop (client&server)
slow N tcp 4662 ffff or 4662 ffff #eMule p2p software
cocl
 

Re: r2q change?

Mensagempor ghost » Qui Ago 09, 2012 7:14 pm

You can ignore that message, i have a lot of it and 0 problems ;-)



Saludos :o!
Avatar do usuário
ghost
BFW Beneméritos
 
Mensagens: 1351
Registrado em: Qui Abr 24, 2008 8:54 pm
Localização: Tierras Asperas de Zona Sur, Buenos Aires, Argentina
BrazilFW Box: No en uso actualmente


Voltar para BrazilFW 2.x - English Forum

Quem está online

Usuários navegando neste fórum: Nenhum usuário registrado e 5 visitantes

cron