07.06.2009, 20:50
Hi.
My server have big ping attack. I think this is an UDP-FLOOD. My server runing on linux (debian) and I use Config Server Firewall.
I added 2 new rules to my firewall settings,
This is help me? To stop UDP Ping attack?
iptables -I INPUT -p udp --dport 7780 -m state --state NEW -m recent --set
iptables -I INPUT -p udp --dport 7780 -m state --state NEW -m recent --update --seconds 10 --hitcount 5 -j DROP
This is a very big problem for me
All unused ports closed by firewall. And set up ICMP, SYN, flood protection. But I don't have any idea to stop UDP attack...
Thank You,
Davee
My server have big ping attack. I think this is an UDP-FLOOD. My server runing on linux (debian) and I use Config Server Firewall.
I added 2 new rules to my firewall settings,
This is help me? To stop UDP Ping attack?
iptables -I INPUT -p udp --dport 7780 -m state --state NEW -m recent --set
iptables -I INPUT -p udp --dport 7780 -m state --state NEW -m recent --update --seconds 10 --hitcount 5 -j DROP
This is a very big problem for me

All unused ports closed by firewall. And set up ICMP, SYN, flood protection. But I don't have any idea to stop UDP attack...
Thank You,
Davee