From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martijn Lievaart Subject: Re: restoring iptables configuration at system startup Date: Sun, 14 May 2006 01:29:50 +0200 Message-ID: <44666BEE.1010801@rtij.nl> References: <003701c67670$a5102030$cf34000a@sven> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <003701c67670$a5102030$cf34000a@sven> 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="us-ascii"; format="flowed" To: Angel Tsankov Cc: netfilter Angel Tsankov wrote: > How do I restore iptables configuration at system startup before the > default rules get applied and enforced? > Which distro? For Redhat and derivatives: # chkconfig iptables on Other distros probably have something similar. M4