[fli4l] QOS Musterkonfiguration für VOIP
Matthias Taube
no_html.max50kb at nurfuerspam.de
Sa Mär 19 13:15:21 CET 2016
Am 19.03.2016 um 09:41 schrieb Christoph Schulz:
Ich habe eine Konfiguration der 4.0.0 nach neuem Schema vorgenommen. Die
abgebildete Konfiguration ist nur die daraus gebildete rc.cfg
Das scheint irgendwie nicht ganz richtig zu funktionieren.
>>> QOS_FILTER_1_OPTION='ACK'
>>> QOS_FILTER_4_OPTION='ACK'
>
> Dasselbe nochmal? Warum? Dieser Filter wird doch niemals anschlagen...
>
Ich habe unten nochmal meine orginale Konfiguration angehängt. Da kannst
Du sehen dass dieser Filter offenbar zuviel ist ...
>>> QOS_INTERNET_DEV_1='ppp1'
>>> QOS_INTERNET_DEV_2='ppp1'
>>> QOS_INTERNET_DEV_N='2'
>
> Äh... Und was soll das bezwecken, dieselbe Netzwerkschnittstelle zweimal
> einzutragen? Hat das irgendwelche Vorteile?
Und hier ebenfalls - in der _fli4l.txt ist die nur einmal drin.
Scheint ein Fehler in der mkfli4l.sh zu sein.
LG
Matthias
> #------------------------------------------------------------------------------
> # Optional package: QOS
> #------------------------------------------------------------------------------
> OPT_QOS='yes'
> QOS_INTERNET_DEV[]='ppp1'
> QOS_INTERNET_BAND_DOWN='100000Kibit/s'
> QOS_INTERNET_BAND_UP='30000Kibit/s'
> QOS_INTERNET_DEFAULT_DOWN='7'
> QOS_INTERNET_DEFAULT_UP='5'
>
> # ACK-Pakete
> QOS_CLASS[1]
> {
> LABEL='ACK'
> PARENT='0'
> MINBANDWIDTH='200Kibit/s'
> MAXBANDWIDTH='30000Kibit/s'
> DIRECTION='up'
> PRIO=''
> }
>
> QOS_CLASS[2]
> {
> LABEL='TCPSMALL'
> PARENT='0'
> MINBANDWIDTH='1000Kibit/s'
> MAXBANDWIDTH='30000Kibit/s'
> DIRECTION='up'
> PRIO=''
> }
>
> QOS_CLASS[3]
> {
> LABEL='VoIP'
> PARENT='0'
> MINBANDWIDTH='300Kibit/s'
> MAXBANDWIDTH='3000Kibit/s'
> DIRECTION='up'
> PRIO=''
> }
>
>
> # Fritzbox
> QOS_CLASS[4]
> {
> LABEL='Fritz'
> PARENT='0'
> MINBANDWIDTH='10000Kibit/s'
> MAXBANDWIDTH='20000Kibit/s'
> DIRECTION='up'
> PRIO=''
> }
>
> # Rest
> QOS_CLASS[5]
> {
> LABEL='rest'
> PARENT='0'
> MINBANDWIDTH='18500Kibit/s'
> MAXBANDWIDTH='30000Kibit/s'
> DIRECTION='up'
> PRIO=''
> }
>
> # Download VoIP
> QOS_CLASS[6]
> {
> LABEL='VoIP'
> PARENT='0'
> MINBANDWIDTH='300Kibit/s'
> MAXBANDWIDTH='100000Kibit/s'
> DIRECTION='down'
> PRIO=''
> }
>
> # Download Rest
> QOS_CLASS[7]
> {
> LABEL='rest'
> PARENT='0'
> MINBANDWIDTH='99700Kibit/s'
> MAXBANDWIDTH='100000Kibit/s'
> DIRECTION='down'
> PRIO=''
> }
>
> # VoIP Verkehr
> QOS_FILTER[]
> {
> CLASS='3 6'
> IP_INTERN='192.168.22.1/24'
> IP_EXTERN=''
> PORT='5060-5061 7078-7109'
> PORT_TYPE='client server'
> OPTION=''
> }
>
> #Gäste - Wlan REST
> QOS_FILTER[]
> {
> CLASS='4'
> IP_INTERN='192.168.22.1/24'
> IP_EXTERN=''
> PORT=''
> PORT_TYPE=''
> OPTION=''
> }
>
> #ACK-Pakete
> QOS_FILTER[]
> {
> CLASS='1'
> IP_INTERN=''
> IP_EXTERN=''
> PORT=''
> PORT_TYPE=''
> OPTION='ACK'
> }
>
> # HTTP-Request
> QOS_FILTER[]
> {
> CLASS='2'
> IP_INTERN=''
> IP_EXTERN=''
> PORT=''
> PORT_TYPE=''
> OPTION='TCPSMALL'
> }
Mehr Informationen über die Mailingliste Fli4L