Hello, please help if anyone knows how to block DDOS/DOS attacks on SAMP servers?We are using csf+lfd. I have these rules:
iptables -I INPUT -p udp -dport 7777 -m state --state NEW -m recent --set
iptables -I INPUT -p udp -dport 7777 -m state --state NEW -m recent --update --seconds 10 --hitcount 5 -j DROP
but I don't know if they are ok, and how should i put them in iptables.If you have another method, please post.Thank you.



LinkBack URL
About LinkBacks
Reply With Quote





