[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[HELP] A Question About Attack By SYN and FIN....



Hello List : 

Recently, some of the fools use SYN ,FIN and ACK packet attack my websit and attempted DROP my Database  -_-

Now, I using iptables to protect my website......

<<<
iptables -A FORWARD -p tcp --syn -m limit --limit 1/m -j ACCEPT
iptables -A FORWARD -p tcp --tcp-flags SYN,ACK,FIN,RST RST -m limit --limit 1/m -j ACCEPT
iptables -A INPUT -p icmp --icmp-type echo-request -m limit --limit 1/m -j ACCEPT
>>>

My Question is : How should i kick out illegal connection(SYN or FIN) immediately when iptables is NOT working !!!!!!

BTW,  HOW should i STRIKE BACK????? >_<

Any tools or skill can solve it?


-- 
Trust & Unique ... 
axacheng <axanet@ms32.hinet.net>


-- 
To UNSUBSCRIBE, email to debian-isp-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: