Info byte and packet bug in ROS 3.13

Hi

I have install ROS V3.13 and I don’t know what happening because in the NAT section I put a rule redirect proxy to port 8080 and the byte and packet info not increment :confused: the happend same into the filter rules not increment.

It is a bug?

Or I need change something to view the byte and packet incrementation?.
bug1.JPG

post your /ip fi nat export

This is my setting NAT

/ip firewall nat
add action=passthrough chain=unused-hs-chain comment=
“place hotspot rules here” disabled=yes
add action=redirect chain=dstnat comment=“PROXY LAN-AKIWIFI”
connection-limit=100,32 disabled=no dst-limit=1,5,dst-address/1m40s
dst-port=80 fragment=no limit=1,5 protocol=tcp to-ports=8080
add action=masquerade chain=srcnat comment=“masquerade hotspot network”
disabled=no src-address=10.5.50.0/24

connection-limit=100,32

means ‘redirect requests to proxy only if there are more than 100 requests from that user’ =) remove all limits from the rule =)

Thank’s for the reply :smiley: