From mboxrd@z Thu Jan 1 00:00:00 1970 From: Filip Sneppe Subject: Re: top level rules Date: 12 May 2003 14:49:16 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1052743756.1399.0.camel@xbox> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: Patrick Ahler Cc: netfilter EMAIL On Mon, 2003-05-12 at 14:25, Patrick Ahler wrote: > Is there any way to insert a new rule at the top of a table... > > For instance, I have rules... > > RULE 1 > RULE 2 > RULE 3 > RULE 4 > > in order... but what if I want to place a rule before rule 1? Is that > possible? Yes, just use the -I (insert) option of iptablesinstead of -A (append). Regards, Filip