From: Petr Pisar <petr.pisar@atlas.cz>
To: netfilter@lists.netfilter.org
Subject: Re: Iptables + extensions + Fedora 3
Date: Wed, 17 May 2006 09:04:54 +0200 [thread overview]
Message-ID: <446ACB16.60101@atlas.cz> (raw)
In-Reply-To: <48135.82.214.211.1.1143052290.squirrel@webmail.imagiro-1.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
diegoa@imagiro-1.com wrote:
> 6. I ran the iptables command to apply the quota patch: iptables -A INPUT
> -p tcp -m quota --quota 2147483648 -j ACCEPT
>
> and I got this error: iptables v1.2.11: Couldn't load match
> `quota':/lib/iptables/libipt_quota.so: cannot open shared object file: No
> such file or directory
>
iptables is userspace tool. It needs to know, how to comunicate with
netfilter in kernel. For this purpose there exist shared libraries in
/lib/iptables. Almost every netfilter module has its own "mirror" in
this directory. You need to recompile iptables (not kernel) using new
kernel header files. If libipt_quota is not standard part of iptables,
you will need to patch it too.
- -- Petr
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEassWuR4f4nEwzHIRAjnYAJ9953b1xr0K968iROdUp1KsJg8hQQCcDpoD
w80Om/4mqfzqae1aTR5FBrs=
=V8Df
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2006-05-17 7:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-22 18:31 Iptables + extensions + Fedora 3 diegoa
2006-05-17 7:04 ` Petr Pisar [this message]
2006-05-17 7:06 ` Petr Pisar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=446ACB16.60101@atlas.cz \
--to=petr.pisar@atlas.cz \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.