Page 1 of 1

Limiting TCP Connections at AP

Posted: Fri Aug 15, 2008 2:25 am
by thayer7
How do I limit TCP connections at the AP side? I have P2P customers hogging the AP with a massive amount of tcp connections. I have a rule setup in the main router to limit the connections and it seems to be working as the counter is continuous, however the same rule on the AP doesn't work? Can I limit the number of tcp connections at the AP?

Re: Limiting TCP Connections at AP

Posted: Fri Aug 22, 2008 3:25 am
by Pikoro
Here is my 3.10 rule:
/ip firewall filter add action=drop chain=forward connection-limit=100,32 connection-state=new protocol=tcp src-address=0.0.0.0/0 comment="Limit users to 100 connections each" disabled=no