Hi all -
I want to set up the syn flood protect firewall script that's shown in the Mikrotik wiki. That code uses 400 new syn packets over a 5-second period as the threshold to kick in - but I have no idea of this is the right value for my network, nor do I know how to find out, I must confess. What's the easiest way to take a sample of the current rate of syn packets in my network, so I can pad the value up by about 20% and set the firewall rule to trigger if it exceeds that? For that matter, if I want to protect against a ping flood or a udp flood, or anything else that might be wise, how would I also find the current values for those types of connections?
Another thing I'm not clear on, perhaps someone can help: the syn flood protect filter entries shown here:
http://wiki.mikrotik.com/wiki/DoS_attack_protection
... when I set limit=nnn, does that apply to the cumulative number of connections through the router, or is 'nnn' for the number of new connections to each individual destination host?
TIA!
Ed