From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Robert Czechonski" Subject: Re: Re: connlimit problem SOLVED Date: Wed, 14 Jul 2004 12:53:46 +0200 (CEST) Sender: netfilter-admin@lists.netfilter.org Message-ID: <4830.80.51.249.26.1089802426.squirrel@www.elpec.com> Reply-To: mlody@elpec.com Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org > > try iptables -A INPUT .... > or -A OUTPUT .... > or -A FORWARD .... > > depending on which chain you want this rule to append to (looking at > your example, probably INPUT??). Or use > > iptables -I .... > > to insert the rule at rule number > in the chain. > > > HTH > > Sven You're right. Thanks to all you guys. -- Robert