Displaying 1 result from an estimated 1 matches for "limitmatch".
Did you mean:
limit_match
2003 May 30
0
[Bug 95] New: inverse limit match doesn't work
...t -n
Chain INPUT (policy ACCEPT)
target prot opt source destination
DROP all -- 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec
burst 5
But in the iptables Tutorial 1.1.19 by Oskar Andreasson (http://iptables-
tutorial.frozentux.net/chunkyhtml/matches.html#TABLE.LIMITMATCH) there is
written:
"The limit match may also be inverted by adding a ! flag in front of the
limit match. It would then be expressed as -m ! limit. This means that all
packets will be matched after they have broken the limit."
And in the iptables man-page there is written:
"A rule us...