All of lore.kernel.org
 help / color / mirror / Atom feed
* iptables can protect syn-flooding?
@ 2002-11-06  5:01 SB CH
  2002-11-06 15:06 ` Jon Anderson
  0 siblings, 1 reply; 3+ messages in thread
From: SB CH @ 2002-11-06  5:01 UTC (permalink / raw)
  To: netfilter

Hello all.


I saw that we can protect syn-flooding using iptables like this.

$IPTABLES -N syn-flood
$IPTABLES -A INPUT -p tcp --syn -j syn-flood
$IPTABLES -A syn-flood -m limit --limit 1/s --limit-burst 4 -j RETURN
$IPTABLES -A syn-flood -j DROP

But I think that anyone can't protect syn-flooding attack completely using 
this rule, just some legal client can't connect the server because the rate 
limit rule in busy system.

I guess that any firewall can't protect syn-flooding except tcp intercept 
method.right?
(but tcp intercept requires so much memory)

any idea?


Thanks in advance.


_________________________________________________________________
증권 정보 가장 빠르고 편하게 보실 수 있습니다. MSN 증권/투자  
http://www.msn.co.kr/stock/ 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-11-06 17:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-06  5:01 iptables can protect syn-flooding? SB CH
2002-11-06 15:06 ` Jon Anderson
2002-11-06 17:17   ` Antony Stone

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.