Im trying to set up one simple firewall filter rule to limit # of connections to 20 on my PPPoE users, all users have a public IP address.
16 ;;; Drop 30+ Connections
chain=customer protocol=tcp tcp-flags=syn connection-limit=20,32
action=drop
Its in my “customer” chain which is a chain jumped into directly from the forward chain… I can set the # of connections to 2 and users will still open up 10 brand new ones and its completely ignored?