Re: [plug] how to disable iptables

2006-12-28 Thread Federico Sevilla III
On Fri, Dec 29, 2006 at 08:17:49AM +0800, Rage Callao wrote: > iptables -F > iptables -X Be VERY CAREFUL with the above. If the currently-loaded IPTables policy is to deny by default, these lines will effectively close the box down, which is probably not what you wanted to happen. You need to set

Re: [plug] how to disable iptables

2006-12-28 Thread Rage Callao
iptables -F iptables -X -- RAGE CALLAO Free Software :: empower :: educate _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http

Re: [plug] how to disable iptables

2006-12-28 Thread triton
Assuming you're using Redhat/Suse like distros... before "/etc/init.d/iptables stop" you can also do a # chkconfig --level 0123456 iptables off so that iptables will not be started at next reboot. On 12/28/06, Elmer Rivera <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA

Re: [plug] how to disable iptables

2006-12-27 Thread Elmer Rivera
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joey S. Eisma wrote: > hi ! > > how do you disable iptables? > > > thanks! > > joey > _ > Philippine Linux Users' Group (PLUG) Mailing List > plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) > Read t

[plug] how to disable iptables

2006-12-27 Thread Joey S. Eisma
hi ! how do you disable iptables? thanks! joey _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph