* A bug with using limit match - nobody knows???
@ 2002-12-19 5:50 markooff
0 siblings, 0 replies; only message in thread
From: markooff @ 2002-12-19 5:50 UTC (permalink / raw)
To: netfilter
Hello!
Perhaps it's not a really new topic on this board, but i've found this
problem recently
I share my DSL connection with 4 other people and
i was just trying to limit one of them (who used to download lots of films,
mp3s )
and when i tried to use inverted match limit just like
iptables -I FORWARD -p tcp -d 192.168.0.3 -m ! limit --limit 5/s -j
DROP
i received an error message :
iptables v1.2.6a: Couldn't load match `!':/usr/lib/iptables/libipt_!.so:
cannot open shared object file: No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
This looks like iptables treats an "!" after "-m" like an sparate match ,
not connected with limit expression
But in the Iptables Tutorial 1.1.15 by Oskar Andreasson 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."
I don't know, perhaps i've did somethig wrong (what it could be ??? ), but i
tried every possible combination of
m, limit and ! expressions, without any results.
Ofcourse i'd managed to solve my problem by
root@horus:/etc# iptables -I FORWARD -p tcp -d 192.168.0.3 -j DROP
root@horus:/etc# iptables -I FORWARD -p tcp -d 192.168.0.3 -m limit --limit
5/s -j allowed
but it's not a proper solvation :))
Thanks a LOT
Pawel Markowski
markooff@interia.pl
markooff@uj.edu.pl
Linux Registered User
#289621
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-19 5:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-19 5:50 A bug with using limit match - nobody knows??? markooff
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.