From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Laurino Subject: Re: How do I envoke the firewall script? (nfcan: addressed to exclusive sender for this address) Date: Fri, 3 Dec 2004 10:27:01 -0500 Message-ID: <20041203152701.GA13924@salty> References: <200412020847.AA199754942@mail.cybercorpinc.com> Reply-To: nfcan.x.jimlaur@dfgh.net Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <200412020847.AA199754942@mail.cybercorpinc.com> (from +nfcan+jimlaur+dfdea300fc.glens#mail.cybercorpinc.com@spamgourmet.com on Thu, Dec 02, 2004 at 11:47:22 -0500) 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; format="Flowed"; delsp="Yes"; charset="us-ascii" To: netfilter@lists.netfilter.org On 2004.12.02 11:47, Glen Spidal - glens@mail.cybercorpinc.com wrote: > Greetings, > > I've edited the script from Oskar Andreasson's tutorial for a DMZ firewall > (rc.DMZ.firewall), but since I'm kind of a newbie I don't know how to > automaticvally run it at startup. I have a fresh minimal install of Redhat > 9. I selected medium firewall with this install. How do I undo that and > run only the DMZ firewall script? > I manually ran the DMZ script without errors. I have a Redhat system. After I change a script, check it into cvs, and test it I use on the Redhat "service" script to store the changes for the next boot: sudo service iptables save This script should produce an [OK] response. The Redhat system will reload from this save at the next boot. I put the related /proc/sys/net... switch settings in rc.local I hope that helps. Jim