Galera, socorro!
Para fazer downloads e ver vídeos está show, mas para nevegar, o navegador fica como se fosse procurando nome DNS, fica rodando alguns segundos e só depois abre o site de forma rápida. Tentei dar prioridade para o DNS UDP na porta 53, mas não resolveu.
A latência não é no processo de carregamento dá página e sim tem latência para começar a carregar a página, entendem?
Tipo, demora para começar a carregar a página, mas quando começa, carrega muito rápido.
Envio o print em anexo de como fica esperando para carregar.
Não estou usando cache. Uso apenas um mikrotik principal concentrador e uma RB fazendo balance dos links.
Será que fiz alguma M. aqui?
Fiz teste de ping e a resolução dos nomes DNS (fqdn) está rápida.
Não sei se tem algo a ver, mas quando desabilitei todas as regras do Queue Tree e as habilitei novamente, a navegação voltou a ficar bem rápida. Será que foi só coincidência?
######Segue abaixo minhas regras de Mangle e Queue:
###Mangle:
/ip firewall mangle
add action=change-mss chain=forward disabled=no new-mss=1400 passthrough=yes \
protocol=tcp tcp-flags=syn tcp-mss=1401-1500
add action=mark-routing chain=prerouting comment=Thunder disabled=yes \
dst-address-list=!no_cache dst-port=80 in-interface=!ether2-cache \
new-routing-mark=thunder_router passthrough=yes protocol=tcp \
src-address-list=Clientes_Thunder
add action=mark-connection chain=prerouting comment=Thunder disabled=yes \
dst-port=80 in-interface=ether2-cache new-connection-mark=Thunder_Out \
passthrough=yes protocol=tcp
add action=mark-routing chain=prerouting comment=Thunder connection-mark=\
Thunder_Out disabled=yes in-interface=!ether2-cache new-routing-mark=\
thunder_router passthrough=yes protocol=tcp src-port=80
add action=mark-connection chain=prerouting comment=DNS disabled=no \
new-connection-mark=DNS_conn passthrough=yes protocol=udp src-port=53
add action=mark-packet chain=prerouting comment=DNS connection-mark=DNS_conn \
disabled=no new-packet-mark=DNS_pct passthrough=no
add action=mark-connection chain=prerouting comment="P2P CONEX\D5ES" \
disabled=no new-connection-mark=p2p p2p=all-p2p passthrough=yes
add action=mark-packet chain=prerouting comment=P2P connection-mark=p2p \
disabled=no new-packet-mark=p2p_packets passthrough=no
add action=mark-connection chain=postrouting comment="Burst - Clientes 512k" \
disabled=no dst-address=10.0.5.0/24 new-connection-mark=burst_512k_con \
passthrough=yes
add action=mark-packet chain=postrouting comment="Burst - Clientes 512k" \
connection-mark=burst_512k_con disabled=no dst-address=10.0.5.0/24 \
new-packet-mark=burst_512k_pct passthrough=yes
add action=mark-connection chain=postrouting comment="Burst - Clientes 1MB" \
disabled=no dst-address=10.0.0.0/24 new-connection-mark=burst_1mb_con \
passthrough=yes
add action=mark-packet chain=postrouting comment="Burst - Clientes 1MB" \
connection-mark=burst_1mb_con disabled=no dst-address=10.0.0.0/24 \
new-packet-mark=burst_1mb_pct passthrough=yes
add action=mark-connection chain=postrouting comment="Burst - Clientes 2MB" \
disabled=no dst-address=10.0.1.0/24 new-connection-mark=burst_2mb_con \
passthrough=yes
add action=mark-packet chain=postrouting comment="Burst - Clientes 2MB" \
connection-mark=burst_2mb_con disabled=no dst-address=10.0.1.0/24 \
new-packet-mark=burst_2mb_pct passthrough=yes
add action=mark-connection chain=postrouting comment="Burst - Clientes 5MB" \
disabled=no dst-address=10.0.2.0/24 new-connection-mark=burst_5mb_con \
passthrough=yes
add action=mark-packet chain=postrouting comment="Burst - Clientes 5MB" \
connection-mark=burst_5mb_con disabled=no dst-address=10.0.2.0/24 \
new-packet-mark=burst_5mb_pct passthrough=yes
add action=mark-connection chain=prerouting comment=HTTP-in disabled=no \
dst-port=80 new-connection-mark=http_conn passthrough=yes protocol=tcp
add action=mark-packet chain=prerouting comment=HTTP-in connection-mark=\
http_conn disabled=no new-packet-mark=http passthrough=yes
add action=mark-connection chain=postrouting comment=HTTP-out disabled=no \
dst-port=80 new-connection-mark=http_conn passthrough=yes protocol=tcp
add action=mark-packet chain=postrouting comment=HTTP-out connection-mark=\
http_conn disabled=no new-packet-mark=http passthrough=yes
add action=mark-connection chain=prerouting comment=HTTPS-in disabled=no \
dst-port=443 new-connection-mark=HTTPS passthrough=yes protocol=tcp
add action=mark-packet chain=prerouting comment=HTTPS-in connection-mark=\
HTTPS disabled=no new-packet-mark=HTTPS passthrough=yes
add action=mark-connection chain=prerouting comment=Youtube-in content=\
youtube disabled=no new-connection-mark=youtube passthrough=yes
add action=mark-packet chain=prerouting comment=Youtube-in connection-mark=\
youtube disabled=no new-packet-mark=youtube_pct passthrough=yes
add action=mark-connection chain=postrouting comment=Youtube-out content=\
youtube disabled=no new-connection-mark=youtube passthrough=yes
add action=mark-packet chain=postrouting comment=Youtube-out connection-mark=\
youtube disabled=no new-packet-mark=youtube_pct passthrough=yes
add action=mark-connection chain=prerouting comment=Googlevideo-in content=\
googlevideo.com disabled=no new-connection-mark=googlevideo_con \
passthrough=yes
add action=mark-packet chain=prerouting comment=Googlevideo-in \
connection-mark=googlevideo_con content=googlevideo.com disabled=no \
new-packet-mark=googlevideo_pct passthrough=yes
add action=mark-connection chain=prerouting comment=Facebook-in content=\
facebook disabled=no new-connection-mark=facebook_con passthrough=yes
add action=mark-packet chain=prerouting comment=Facebook-in connection-mark=\
facebook_con disabled=no new-packet-mark=facebook_pct passthrough=yes
add action=mark-connection chain=postrouting comment=Facebook-out content=\
facebook disabled=no new-connection-mark=facebook_con passthrough=yes
add action=mark-packet chain=postrouting comment=Facebook-out \
connection-mark=facebook_con disabled=no new-packet-mark=facebook_pct \
passthrough=yes
add action=mark-connection chain=prerouting comment=Facebook-2-in content=\
fbcdn disabled=no new-connection-mark=facebook-2_con passthrough=yes
add action=mark-packet chain=prerouting comment=facebook-2-in \
connection-mark=facebook-2_con disabled=no new-packet-mark=Facebook-2_pct \
passthrough=yes
add action=mark-connection chain=postrouting comment=Facebook-2-out content=\
fbcdn disabled=no new-connection-mark=facebook-2_con passthrough=yes
add action=mark-packet chain=postrouting comment=facebook-2-out \
connection-mark=facebook-2_con disabled=no new-packet-mark=Facebook-2_pct \
passthrough=yes
add action=mark-connection chain=prerouting comment=Akamaihd-in content=\
akamaihd disabled=no new-connection-mark=akamaihd_con passthrough=yes
add action=mark-packet chain=prerouting comment=Akamaihd-in connection-mark=\
akamaihd_con disabled=no new-packet-mark=akamaihd_pct passthrough=yes
add action=mark-connection chain=postrouting comment=Akamaihd-out content=\
akamaihd disabled=no new-connection-mark=akamaihd_con passthrough=yes
add action=mark-packet chain=postrouting comment=Akamaihd-out \
connection-mark=akamaihd_con disabled=no new-packet-mark=akamaihd_pct \
passthrough=yes
add action=mark-connection chain=prerouting comment=ICMP disabled=no \
new-connection-mark=ICMP_con passthrough=yes protocol=icmp
add action=mark-packet chain=prerouting comment=ICMP connection-mark=ICMP_con \
disabled=no new-packet-mark=ICMP_pct passthrough=no protocol=icmp
Desde já, muito obrigado!!!!!!