Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
so for all traffic per port
iptables -A INPUT -p udp --dport 8911 -m limit --limit 500/sec --limit-burst 500 -j ACCEPT
iptables -A INPUT -p udp --dport 8911 -j DROP
iptables -A INPUT -p udp --dport 8911 -m hashlimit --hashlimit-name toster --hashlimit-upto 500/sec --hashlimit-mode srcip --hashlimit-srcmask 32 -j ACCEPT
iptables -A INPUT -p udp --dport 8911 -j DROP
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question