How to prevent DoS/DDoS attacks in mikrotik?
Posted: Tue Oct 26, 2004 2:02 pm
Does anyone has tested a firewall rules that can prevent DoS or DDoS attacks?
Community discussions
https://forum.mikrotik.com/
You can adjust per your requirements. Just make a jump from your forward and input chains to this one./ ip firewall rule synflood
add in-interface=level3.1 protocol=tcp tcp-options=syn-only limit-count=100 limit-burst=5 limit-time=1s action=return comment="" disabled=no
add in-interface=level3.1 protocol=tcp tcp-options=syn-only action=drop comment="" disabled=no