All of lore.kernel.org
 help / color / mirror / Atom feed
* doubt on a rule ?
@ 2005-05-05 15:21 aspenbr
  2005-05-05 15:47 ` Taylor, Grant
  0 siblings, 1 reply; 2+ messages in thread
From: aspenbr @ 2005-05-05 15:21 UTC (permalink / raw)
  To: NetFilter

Hello 

I have one doubts on a rule, in the case would be is syntax:  iptables -
the FORWARD - m limit -- limit 60/minute limit-burst 60, what it is rule
makes,  somebody can explain?



Thanks !!! 





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

* Re: doubt on a rule ?
  2005-05-05 15:21 doubt on a rule ? aspenbr
@ 2005-05-05 15:47 ` Taylor, Grant
  0 siblings, 0 replies; 2+ messages in thread
From: Taylor, Grant @ 2005-05-05 15:47 UTC (permalink / raw)
  To: NetFilter

> I have one doubts on a rule, in the case would be is syntax:  iptables -
> the FORWARD - m limit -- limit 60/minute limit-burst 60, what it is rule
> makes,  somebody can explain?

The rule "-A FORWARD -m limit --limit 60/minute --limit-burst 60 -j ACCEPT" will only allow an average of 60 packets per minute to match this rule with an initial burst of 60 packets to spare.  Seeing as how you do not have any matchs for which direction the packets are going you will have a combined limit of 60 packets per minute in and out with this rule.



Grant. . . .


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

end of thread, other threads:[~2005-05-05 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-05 15:21 doubt on a rule ? aspenbr
2005-05-05 15:47 ` Taylor, Grant

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.