Mi sbaglio o ci stiamo dando del lei???? ma per favore!!...
Appunto: il problema è proprio quello, oggi ho avviato un download piuttosto "vorace" di banda passante e, contemporaneamente, ho provato a telefonare. La qualità era ancora comprensibile ma c'erano diversi "gap" costituiti da fruscii che a cose normali non ci sono.
Sicuramente a livello di BS il qos sarà gestito (spero), ma a livello di utente ho qualche dubbio.
Posto di seguito la configurazione delle parti interessate:
/ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
pppoe-out1
*************************************************************************
Attenzione: il resto del nat l'ho aggiunto io per aprire porte e al p2p, ad una IP-CAM e ad un PBX Trixbox
La configurazione originale prevedeva solo il “masquerade”.
Di seguito il mio IP statico è mascherato con **.**.**.***
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=6881 \
in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.1.194 to-ports=\
6881
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=6881 \
in-interface=pppoe-out1 protocol=udp to-addresses=192.168.1.194 to-ports=\
6881
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=6899 \
in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.1.111 to-ports=\
6899
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=6899 \
in-interface=pppoe-out1 protocol=udp to-addresses=192.168.1.111 to-ports=\
6899
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=7873 \
in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.1.103 to-ports=\
7873
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=7873 \
in-interface=pppoe-out1 protocol=udp to-addresses=192.168.1.103 to-ports=\
7873
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=4662 \
in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.1.103 to-ports=\
4662
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=4672 \
in-interface=pppoe-out1 protocol=udp to-addresses=192.168.1.103 to-ports=\
4672
add action=dst-nat chain=dstnat comment="" disabled=yes dst-address=\
**.**.**.*** dst-port=8080 protocol=tcp to-addresses=192.168.1.188 \
to-ports=8080
add action=dst-nat chain=dstnat comment=FRITZBOX disabled=yes dst-port=3478 \
in-interface=pppoe-out1 protocol=udp to-addresses=192.168.1.100 to-ports=\
3478
add action=dst-nat chain=dstnat comment="" disabled=yes dst-port=5060-5061 \
in-interface=pppoe-out1 protocol=udp to-addresses=192.168.1.100 to-ports=\
5060-5061
add action=dst-nat chain=dstnat comment="" disabled=yes dst-port=7078-7097 \
in-interface=pppoe-out1 protocol=udp to-addresses=192.168.1.100 to-ports=\
7078-7097
add action=dst-nat chain=dstnat comment="test fritzbox tcp" disabled=yes \
dst-port=0-65535 in-interface=pppoe-out1 protocol=tcp to-addresses=\
192.168.1.100 to-ports=0-65535
add action=dst-nat chain=dstnat comment="test fritzbox 2" disabled=yes \
dst-port=0-65535 in-interface=pppoe-out1 protocol=udp to-addresses=\
192.168.1.100 to-ports=0-65535
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=4635 \
in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.1.101 to-ports=\
4635
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=4635 \
in-interface=pppoe-out1 protocol=udp to-addresses=192.168.1.101 to-ports=\
4635
add action=dst-nat chain=dstnat comment=ipcam disabled=no dst-address=\
**.**.**.*** dst-port=8080 in-interface=pppoe-out1 protocol=tcp \
to-addresses=192.168.1.188 to-ports=8080
add action=dst-nat chain=dstnat comment=trixbox disabled=no dst-address=\
**.**.**.*** in-interface=pppoe-out1 to-addresses=192.168.1.250
add action=dst-nat chain=dstnat comment="" disabled=yes dst-port=5060-5061 \
in-interface=pppoe-out1 protocol=udp to-addresses=192.168.1.250 to-ports=\
5060-5061
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061
set pptp disabled=no
/ip hotspot service-port
set ftp disabled=no ports=21
***********************************************************
/queue interface
set ether1 queue=ethernet-default
set wlan1 queue=wireless-default
set pppoe-out1 queue=default
set wdata queue=default
***********************************************************
Attenzione: questa parte l'ho aggiunta io (anche se da sola credo non serva a nulla) prendendola dal tutorial.
La configurazione originale non conteneva nulla.
/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name=SIP_IN packet-mark=SIP_IN parent=IN priority=2 queue=\
default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name=SIP_OUT packet-mark=SIP_OUT parent=OUT priority=2 queue=\
default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name=ALL_ELSE_IN packet-mark=ELSE_IN parent=IN priority=8 \
queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name=ALL_ELSE_OUT packet-mark=ELSE_OUT parent=OUT priority=8 \
queue=default
***********************************************************
Per quanto riguarda la sezione “mangle”nell'export non c'è alcuna voce; tramite winbox vedo che le uniche due regole presenti sono “change mss” su pppoe-out1 in entrata e uscita (ignoro completamente la funzione).
L'unica parte che fa riferimento a “change mss” è la seguente:
/ppp profile
set default change-tcp-mss=yes comment="" name=default only-one=default \
use-compression=default use-encryption=default use-vj-compression=default
set default-encryption change-tcp-mss=yes comment="" name=default-encryption \
only-one=default use-compression=default use-encryption=yes \
use-vj-compression=default
Spero di avere individuato le parti giuste.
Grazie ancora...