nano66
1
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 ?
Aug
3
Should work.
By chance is this a bridge setup.
If so, go to bridge settings, “use ip firewall”
nano66
4
thanks for ur replay
but it is not a bridge setup
and still not working i need help
Aug
6
add this to your rule. Insert your network ip.
src-address=xx.xx.xx.0/24