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 the policies to accept, first, and then flush the tables. -- Federico Sevilla III F S 3 Consulting Inc. http://www.fs3.ph _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

