Angelo Arrifano Homepage <miknix@gmail.com>
Name Last modified Size Description
Parent Directory -
Netfilter_POM.pm 12-Jan-2007 17:07 29K
patch2pom/ 15-Jan-2008 00:52 -
patchlets/ 15-Jan-2008 00:52 -
pom2patch/ 15-Jan-2008 00:52 -
runme 12-Jan-2007 17:07 14K
sources.list 05-Jan-2008 17:37 621
README:
This is the patch-o-matic-ng distribution by the netfilter project
(http://www.netfilter.org/)
As of iptables-1.2.7, patch-o-matic is distributed as a seperate
package, available from ftp://ftp.netfilter.org/pub/patch-o-matic-ng.
================================================================
FOLLOW THESE STEPS:
0) There may be some outstanding bugfixes or tweaks which are not yet
in the official kernel. To look through these, do:
# KERNEL_DIR=<<where-you-built-your-kernel>> \
IPTABLES_DIR=<<where-the-source-of-iptables>> \
./runme pending
Please note that you have to recompile your kernel and your kernel modules
after this step of kernel patching.
That's it!
================================================================
FEELING BRAVE?
1) The netfilter core team is maintaining a set of extensions / new
features which are not yet committed to the mainstream kernel tree.
2) Some extensions / new features are maintained in out-of-tree repositories
by their authors. These extensions / new features can be downloaded by
adding the '--download' option to the command line.
They are a collection of maybe-broken maybe-cool third-party extensions.
Please note that you cannot apply any combination of any of those patches.
Some of them are incompatible...
This is why we provide two ways of applying them:
If you want to try some extensions, and be sure that they don't break each
other, you can do the following:
# KERNEL_DIR=<<where-you-built-your-kernel>> \
IPTABLES_DIR=<<where-the-source-of-iptables>> \
./runme base
It will modify you kernel source (so back it up first!). You will have
to recompile / rebuild your kernel and modules.
Alternatively, if you really know what your are doing, you can use the
following command in order to offer you the full list of choices. Be aware
that we don't prevent you from shooting yourself in the foot.
% KERNEL_DIR=<<where-you-built-your-kernel>> \
IPTABLES_DIR=<<where-the-source-of-iptables>> \
./runme extra
If you want to apply old, obsolete/depreacted modules (for whatever strange
reason), you can use ``./runme obsolete''
================================================================
QUESTIONS ?
There is a FAQ, and a netfilter-extensions-HOWTO, both can be found
at http://www.netfilter.org/documentation/
Please direct any usage questions to the netfilter mailinglist:
netfilter@lists.netfilter.org