Comment 1 for bug 60439

Revision history for this message
Lumír Jasiok (lumir-jasiok) wrote :

Proposed solution:

1. download patch-o-matic-ng snapshot from
 http://ftp.netfilter.org/pub/patch-o-matic-ng/snapshot/
2. download iptables from ... similar place :-)
3. download connlimit patch from http://people.netfilter.org/ole/pom/connlimit .
4. unpack connlimit:
 tar xzvf connlimit to unpacked patch-o-matic/patchlets/
5. modify "info" file in patchlets/connlimit directory, so it looks like this:
 Title: iptables connlimit match
 Author: Gerd Knorr <email address hidden>
 Status: ItWorksForMe[tm]
 Repository: extra
 Requires: linux > 2.6.0

6. cd ../.. back to patch-o-matic top and configure by
 ./runme extra

7. select connlimit option to Y
8. go to Linux directory and make menuconfig to make sure that the new connlimit module is going to be compiled (CONFIG_IP_NF_MATCH_CONNLIMIT=m)
9. compile Linux kernel