On Sun, 2004-02-01 at 09:34 +1100, Robert Collins wrote: > On Sun, 2004-02-01 at 09:31, Chris Deigan wrote: > > It is said that Simon Bryan wrote: > > >HI all, > > >Two versions of this story: > > >SHORT VERSION: > > >1. How do I ensure that there are no firewalls enabled in a RH7.2 install? > > >ie if they are enabled what do I do to turn them off? > > > > iptables -F > > > > That will flush all your iptables rules. > > But won't reset the rule POLICY's, which will likely lock one out in > cautious firewalls. > > 'service iptables stop' though, should Do The Right Thing.
Aye. To make sure the iptables service doesn't come on automatically at boot, you may also wish to run: chkconfig iptables off Mike -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
