How do I list connections from a specific IP address? How do I count connections from each IP?
In the manual, to limit connections to 5 per client it says do:
/ip firewall filter add chain=forward protocol=tcp tcp-flags=syn connection-limit=6,32
action=drop
I assume the 6 means drop the sixth connection, what does the 32 represent?
I want to limit connections because we have a couple of users using a lot of connections, but I don't want to mess up the normal user.
Thanks,
Cory
RB1000 ROS 3.7