to rodandoum servidor mikrotik e outro com lusca + thunder3. O cache do thunder ta funcionando blzinha, relatório ok.
O problema é que não consigo fazer sair a full
A marcação que eu vejo no mangle do Mikrotik é muito baixa, então to imaginando que o problema tem sido ou na marcação do thunder ou, o mais provável, tem algum erro no mikrotik.
Pergunta: tem alguma conf adicional no linux ou no apache pra fazer a marcação do thunder acontecer? ou algum programa que precisa ser instalado, além do php pra ver o relatório?
Vou postar abaixo as regras do mikrotik:
/ip firewall mangle
chain=prerouting action=mark-connection new-connection-mark=proxy-hits passthrough=yes protocol=tcp src-port=5128 dscp=12 comment:"Marcação ZPH"
chain=prerouting action=mark-connection new-connection-mark=sem-proxy-hits passthrough=yes protocol=tcp src-port=5128 dscp=!12
chain=prerouting action=mark-packet new-packet-mark=squid-packets passthrough=no connection-mark=proxy-hits
chain=prerouting action=mark-connection new-connection-mark=squid-connection-HIT passthrough=yes protocol=tcp src-port=5128
content=X-Cache: HIT from Thunder comment:"Marcação Thunder"
chain=prerouting action=mark-packet new-packet-mark=thunder-packets passthrough=no connection-mark=squid-connection-HIT

/queue simple
name="squid" target-addresses=0.0.0.0/0 dst-address=0.0.0.0/0 interface=RedeLocal parent=none packet-marks=squid-packets direction=both priority=8 queue=cache/cache limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default
name="thunder packets" target-addresses=0.0.0.0/0 dst-address=0.0.0.0/0 interface=RedeLocal parent=none packet-marks=thunder-packets direction=both
priority=8 queue=cache/cache limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default
/queue type
name="cache" kind=pcq pcq-rate=4800000 pcq-limit=50 pcq-classifier=dst-address pcq-total-limit=2000

Desde já agradeço já a quem leu até aqui, e espero que alguém possa me dar uma luz!
Muito Obrigado.