SKFREE

Software - DoS utok postfix

alwarez - 05.03.2008 - 11:00
Post subject: DoS utok postfix
ake ochrany pouzivate proti dosovaniu postfixu? vcera som mal vo fronte par stotisic mailov a nabuduce by som sa tomu rad vyhol.
fixi - 05.03.2008 - 13:31
Post subject:
napriklad:
Code: ›
iptables -N check
iptables -A check -m recent --set --name ddos --rsource -j ACCEPT
iptables -A check -j vipip #whitelisted IP
iptables -A check -m recent --update --seconds 60 --hitcount 20 --rttl --name ddos --rsource -m limit --limit 5/sec -j ULOG --ulog-prefix "DDoS"
iptables -A check -m recent --update --seconds 60 --hitcount 20 --rttl --name ddos --rsource -j DROP
iptables -A check -m recent --set --name ddos --rsource -j ACCEPT

iptables -I INPUT -i eth0 -p tcp --dport 25 -m state --state NEW -j check


snd som sa nikde nesekol
All times are GMT
Powered by PNphpBB2 © 2003-2005 The PNphpBB Group
Credits