How To Enable Disable Firewall In Linux Shell Command Prompt Iptables
how to enable disable firewall in linux shell command prompt iptables
how, to, enable, disable, firewall, in, linux, shell, command, prompt, iptables
How To Enable Disable Firewall In Linux Shell Command Prompt Iptables
Post Description: how to enable disable firewall in linux shell command prompt iptables
POST# 220
Posted On: Fri Feb 29, 2008 12:01 pm
web hosting
Topic: How To Enable Disable Firewall In Linux Shell Command Prompt Iptables
to disable or enable a firewall is easy with fedora. if you have a fedora core distribution of linux, you can send this command to enabled or disabled your firewall that comes pre-installed with fedora.
system-config-securitylevel

after you do that, you will see this:


you can chack to see that it is disabled by running this command:
iptables -L


you should see something like this:
[rootserver1 ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination


Done


Tue May 01, 2007 10:58 am
1
chucky
Reply #744
does this command work if i want to disable iptables at boot time?

chkconfig --levels 235 iptables off
Thu Jun 07, 2007 9:47 pm
2
server
Reply #745
thanks, i also wanted to know how can i disable firewall in linux. this is a good step by step tutorial guide. excellent work

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload