Is there a way to limit every customer IP to say 4 connections per port. I know we can limit the total number of connections per IP, but I want to limit each port to a number of connections.
Or, would there e a way to list port numbers that have many connections and then limit just those ports?
Basically I want to limit connections to ports that are abusing and not limit every port that is being used so that the offending application will suffer and not the clients entire connection.