All of lore.kernel.org
 help / color / mirror / Atom feed
* Limit module accept negation?
@ 2005-01-11  1:08 Jorge Agrelo
  2005-01-12 14:20 ` Samuel Jean
  0 siblings, 1 reply; 7+ messages in thread
From: Jorge Agrelo @ 2005-01-11  1:08 UTC (permalink / raw)
  To: netfilter

Can I replace this two rules

iptables -A INPUT -p tcp --syn -m limit --limit 1/s --limit-burst 4 -j ACCEPT
iptables -A INPUT -p tcp --syn -j DROP

For only this one? (Using negation)

iptables -A INPUT -p tcp --syn -m limit ! --limit 1/s --limit-burst 4 -j DROP

Thanks in advanced
**********************************
CTO: Eng. Jorge Agrelo O.
WEb: www.novadevices.com
E-Mail: jagrelo@novadevices.com
Phone: (593-2) 225-7711 ext. 105
Av. Brasil N45-08 y Condor, Quito Ecuador
**********************************

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

end of thread, other threads:[~2005-01-14 15:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-11  1:08 Limit module accept negation? Jorge Agrelo
2005-01-12 14:20 ` Samuel Jean
2005-01-14  0:08   ` Jorge Agrelo
2005-01-14  1:20     ` Samuel Jean
2005-01-14  1:24       ` Samuel Jean
2005-01-14 14:36         ` Jorge Agrelo
2005-01-14 15:06           ` Samuel Jean

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.