[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 3 Connections per host






>From: Teun Vink <teun@moonblade.net>
>To: asterios asteriadhs <aasterios@hotmail.com>
>CC: debian-firewall@lists.debian.org
>Subject: Re: 3 Connections per host
>Date: Wed, 15 Sep 2004 14:09:50 +0200
>
>On Wed, 2004-09-15 at 11:50 +0000, asterios asteriadhs wrote:
> > i want to allow only 3 connections per client host on my woody Debian ,
> > 2.4.26 Linux
> >
> > iptables -p tcp --syn --dport 22 -m iplimit --iplimit-above 3 -j REJECT
> >
> > is This correct?
> > i get this::no command specified
>
>
>You need to specify what to do with this rule.
>Probably you want to append it to a chain using -A [chain].
>
>
>Teun
>
>
I tried:
iptables -A INPUT -p tcp --syn --dport 22 -m iplimit --iplimit-above 3 -j REJECT

No chain/target/match by that name

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



Reply to: