SA-MP Forums Archive
iptables help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: iptables help (/showthread.php?tid=299292)



iptables help - boyan96 - 25.11.2011

How i can block the flood with iptables can you give some commands


Re: iptables help - cheesyboy - 25.11.2011

from DDOS?


Re: iptables help - boyan96 - 25.11.2011

ddos and UDP


Re: iptables help - [PS]NightborN - 03.12.2011

iptables -A INPUT -p udp --dport 7777 -m limit --limit 10/s --limit-burst 20 -j Drop <<<( Try This)