Dear all,
I have the following mangle rules :
/ip firewall mangle
add action=mark-connection chain=prerouting disabled=no protocol=tcp dst-port=80
src-address-list=my-network connection-bytes=0-131072 new-connection-mark=browsing-conn passthrough=yes
add action=mark-connection chain=prerouting disabled=no protocol=tcp dst-port=80
src-address-list=my-network connection-bytes=131073-0 new-connection-mark=httpheavy-conn passthrough=yes
The above rules work fine once the rules issued.
But when the router get restarted, the heavy http connection does not capture by the httpheavy-conn. The connection counter of browsing-conn get increased and the httpheavy-conn stay on 0
Any clues ?
Tq
Paul