Thread: Firewall issues
View Single Post

  #4 (permalink)  
Old 10-30-2007, 04:47 AM
kumardineshwar kumardineshwar is offline
Junior Member
User
 
Join Date: Oct 2007
My distro: RedHat
Posts: 3
Rep Power: 0
kumardineshwar is on a distinguished road
Default how to manage firewall services.

Hi,

to stop the firewall service you can use..

service iptables stop (it will change default policy to accept )
or
iptables -F ( This will flush all the iptables rule)


Dinesh
Reply With Quote