From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Brenton Subject: Re: iptables scripts Date: 31 Oct 2003 08:11:13 -0500 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1067605873.1137.62.camel@valhalla> 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: "Robert P. J. Day" Cc: Gilles Yue , iptables mailing list On Fri, 2003-10-31 at 07:26, Robert P. J. Day wrote: > > for the iptables tutorial i was talking about that i'm giving on monday, > here's the first part of my script, just to show folks what they can do: This is *totally* cool. Thank you for sharing this with the list! :) The only thing I would add would be: iptables -F INPUT iptables -F OUTPUT iptables -F FORWARD iptables --table nat --flush or what ever you need. This way you can run it from the command line and clear out all existing rules before you write everything back in. HTH, C