iptables help
#1

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

from DDOS?
Reply
#3

ddos and UDP
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)