Results 1 to 5 of 5
hi everyone:
can anybody show me some tools can protect syn attack? (except iptables )
thank you....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-18-2009 #1Linux Newbie
- Join Date
- Feb 2009
- Posts
- 101
syn protect tool
hi everyone:
can anybody show me some tools can protect syn attack? (except iptables )
thank you.
- 02-21-2009 #2Linux Newbie
- Join Date
- Apr 2008
- Location
- India
- Posts
- 170
you can use this
SYN attack-
netstat -anp |grep 'SYN' | awk '{print $5}'|cut -d: -f1|sort |uniq -c | sort -nRegards
David.s
davidanands.co.cc
-->Success is the list of failures ...!!!
- 02-22-2009 #3Linux Newbie
- Join Date
- Feb 2009
- Posts
- 101
thank you for you replay, you way is my may to use iptables scripts to protect SYN attack, but I want to find out another tools to use easy.
because I have to block ip address after days I have to release ip address by scripts .... troublesome.
I want try to konw is there some tolls better.
- 02-22-2009 #4Linux Newbie
- Join Date
- Apr 2008
- Location
- India
- Posts
- 170
Hey if so go with CSF firewall + LFD ..that will help you on your case
Regards
David.s
davidanands.co.cc
-->Success is the list of failures ...!!!
- 02-24-2009 #5Linux Newbie
- Join Date
- Feb 2009
- Posts
- 101
thank you for reply. I try to use cfs. it looks like iptables tools not dedicate to syn attack.


Reply With Quote
