All of lore.kernel.org
 help / color / mirror / Atom feed
* limit module not working with drop policy
@ 2010-01-22  3:24 J. Bakshi
  2010-01-22  8:03 ` Remzi AKYÜZ
  2010-01-23  9:45 ` Mart Frauenlob
  0 siblings, 2 replies; 7+ messages in thread
From: J. Bakshi @ 2010-01-22  3:24 UTC (permalink / raw)
  To: netfilter

Dear list,

My firewall policy is default drop.  But the limit module is not working
here. I have the following rules to defeat ping flood

``````````
iptables -A INPUT  -p icmp -m limit --limit 3/minute -j ACCEPT
iptables -A INPUT  -p icmp -j DROP
``````````````````
and it is not working. The same rule set is working with default accept
policy.  What modification should I need to make it working with drop
policy firewall ?

Thanks



-- 
জয়দীপ বক্সী


^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <4B595E9A.8090800@infoservices.in>]

end of thread, other threads:[~2010-01-24 15:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22  3:24 limit module not working with drop policy J. Bakshi
2010-01-22  8:03 ` Remzi AKYÜZ
2010-01-23  9:45 ` Mart Frauenlob
2010-01-24  6:41   ` J. Bakshi
2010-01-24 10:27     ` Mart Frauenlob
2010-01-24 15:23       ` J. Bakshi
     [not found] <4B595E9A.8090800@infoservices.in>
2010-01-23  7:02 ` J. Bakshi

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.