From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Omar Garcia" Subject: Re: Connlimit problem Date: Wed, 26 Jan 2005 16:59:02 +0100 Message-ID: <008801c503bf$f49109f0$910010ac@coco> References: <001801c503b3$115416c0$910010ac@coco> <25214.142.169.215.10.1106754134.squirrel@142.169.215.10> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="iso-8859-1" To: netfilter@lists.netfilter.org Hi all!! Thanks.!! Now I know that the module isn=B4t compiled. (cat /proc/net/......) I had patched kernel source with POMng but for any reason the connlimit patch didn=B4t apply. I am recompiling a new kernel and patched it from zer= o. Thanks, I`ll post my advances. Regards. ----- Original Message -----=20 From: "Samuel Jean" To: "Omar Garcia" Cc: Sent: Wednesday, January 26, 2005 4:42 PM Subject: Re: Connlimit problem > On Wed, January 26, 2005 9:26 am, Omar Garcia said: > > Hi list, > > Hi Omar! > > > [...] > > If i tried in two steps, i confirm that the module connlimit is installed: > > > > BridgeWall:/home/omar# iptables -A PREROUTING -t mangle -m connlimit > > iptables v1.2.11: You must specify `--connlimit-above' > > Try `iptables -h' or 'iptables --help' for more information. > > This doesn't confirm that it is. This only tests the iptables 'module' > which I will call, an extension library. > > > > > > > BridgeWall:/home/omar# iptables -A PREROUTING -t mangle -m connlimit > > --connlimit-above 12 -j DROP > > iptables: No chain/target/match by that name > > This means the kernel module (called ipt_connlimit) is not loadable or > compiled at all. > > > Any idea???? > > Yes, patch your kernel or enable this module. > > If unsure: > > lsmod | grep ipt_connlimit > > No result? Then 'modprobe ipt_connlimit' > > It works ? Then make sure it properly registered against netfilter: > > cat /proc/net/ip_tables_matches | grep connlimit > > > > > Thanks in advange. > > > > Regards > > > > HTH, > > Samuel > >