how to only allow not more than 5 simultaneous connections

i used this rule in 2.9

To only allow not more than 5 simultaneous connections from each of the clients, do the following:

/ip firewall filter add chain=forward protocol=tcp tcp-flags=syn connection-limit=6,32 action=drop

and it worked

but it is not working on v 3.13

how to only allow not more than 5 simultaneous connections from each of the clients in v 3.13 ?

i need help plzzzzzzzzzz

Should work.
By chance is this a bridge setup.
If so, go to bridge settings, “use ip firewall”

thanks for ur replay

but it is not a bridge setup

and still not working i need help

i still need help

add this to your rule. Insert your network ip.

src-address=xx.xx.xx.0/24