04.05.2015, 22:30
Hello i have an OVH dedicated server and idk how to stop this kind of attacks the server responds well but it doesnt show ping, players and that ... somewone knows how to stop this with iptables or other options?
-A udp-flood -p udp -m limit --limit 5/sec -j RETURN
-A udp-flood -j LOG --log-prefix "UDP-flood attempt: "
-A udp-flood -j DROP
iptables save