How To Enable Disable Firewall In Linux Shell Command Prompt Iptables

Mobile
feeds
Welcome Login | Register

How To Enable Disable Firewall In Linux Shell Command Prompt Iptables
  Forums Index
      » Linux Hosting Forums
        » » How To Enable Disable Firewall In Linux Shell Command Prompt Iptables



How To Enable Disable Firewall In Linux Shell Command Prompt Iptables
Post Description:
Post Tags: how, to, enable, disable, firewall, in, linux, shell, command, prompt, iptables, linux hosting, troubleshoot, help, support advise, questions, answers
This Post Has Been Viewed 4493 Times Since Tue May 01, 2007 10:47 am Posted By hostman with 4 replies
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


Leave Your Comments






Share
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





Comments and replies About How To Enable Disable Firewall In Linux Shell Command Prompt Iptables




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

chkconfig --levels 235 iptables off
:: 2 :: Reply #5922 Reply By server On Thu Jun 07, 2007 9:47 pm
thanks, i also wanted to know how can i disable firewall in linux. this is a good step by step tutorial guide. excellent work
:: 3 :: Reply #59780 Reply By ligiani On Mon Jun 30, 2008 8:17 am
thank you for your linux disabilitare firewall
:: 4 :: Reply #83809 Reply By unix On Fri Nov 28, 2008 10:06 am
how can i identify if the firewall is enabled in linux?