https://www.youtube.com/watch?v=dXfw2UpOZww
Low quality version
Comandos para o Mikrotik
Supondo que:
Rede Local: 192.168.30.1
Cache BFW: 192.168.100.254
- Código: Selecionar todos
/ip route
add distance=1 gateway=192.168.100.254 routing-mark=cache
/ip firewall mangle
add action=mark-routing chain=prerouting comment="Cache BFW" disabled=yes dst-port=80 new-routing-mark=cache passthrough=yes \
protocol=tcp src-address-list=cache
/ip firewall address-list
add address=192.168.30.0/24 list=cache
/ip firewall connection tracking
set enabled=yes