* A bug with using match limit
@ 2002-12-17 2:51 markooff
0 siblings, 0 replies; 2+ messages in thread
From: markooff @ 2002-12-17 2:51 UTC (permalink / raw)
To: lists.netfilter.org
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
----------------------------------------------------------------------
WIADOMOSCI minuta po minucie... >>> http://link.interia.pl/f16a8
^ permalink raw reply [flat|nested] 2+ messages in thread* A bug with using match limit
@ 2002-12-12 10:01 markooff
0 siblings, 0 replies; 2+ messages in thread
From: markooff @ 2002-12-12 10:01 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
----------------------------------------------------------------------
FAKTY, wydarzenia, relacje, opinie... >>> http://link.interia.pl/f16a4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-17 2:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-17 2:51 A bug with using match limit markooff
-- strict thread matches above, loose matches on Subject: below --
2002-12-12 10:01 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.