<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Howto disable the iptables firewall in Linux</title> <atom:link href="http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Inversys</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-64389</link> <dc:creator>Inversys</dc:creator> <pubDate>Sat, 12 Nov 2011 17:12:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-64389</guid> <description>Excellent!
Thanks for all.</description> <content:encoded><![CDATA[<p>Excellent!<br
/> Thanks for all.</p> ]]></content:encoded> </item> <item><title>By: ram</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-64179</link> <dc:creator>ram</dc:creator> <pubDate>Sun, 06 Nov 2011 19:40:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-64179</guid> <description>To stop firewall during bootup aka permanently
[root@ssd optimized]# chkconfig --list &#124; grep iptables
iptables        0:off   1:off   2:on    3:on    4:on    5:on    6:off
[root@ssd optimized]# chkconfig --level 345 iptables off
[root@ssd optimized]# chkconfig --list &#124; grep iptables
iptables        0:off   1:off   2:on    3:off   4:off   5:off   6:off</description> <content:encoded><![CDATA[<p>To stop firewall during bootup aka permanently</p><p>[root@ssd optimized]# chkconfig &#8211;list | grep iptables<br
/> iptables        0:off   1:off   2:on    3:on    4:on    5:on    6:off<br
/> [root@ssd optimized]# chkconfig &#8211;level 345 iptables off<br
/> [root@ssd optimized]# chkconfig &#8211;list | grep iptables<br
/> iptables        0:off   1:off   2:on    3:off   4:off   5:off   6:off</p> ]]></content:encoded> </item> <item><title>By: jokish</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-59393</link> <dc:creator>jokish</dc:creator> <pubDate>Fri, 13 May 2011 15:35:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-59393</guid> <description>Thankss a lot ................................ gud to learn</description> <content:encoded><![CDATA[<p>Thankss a lot &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.. gud to learn</p> ]]></content:encoded> </item> <item><title>By: Gregory</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-59158</link> <dc:creator>Gregory</dc:creator> <pubDate>Tue, 03 May 2011 14:16:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-59158</guid> <description>Same as on a machine...</description> <content:encoded><![CDATA[<p>Same as on a machine&#8230;</p> ]]></content:encoded> </item> <item><title>By: Tyler</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-57412</link> <dc:creator>Tyler</dc:creator> <pubDate>Tue, 19 Apr 2011 20:10:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-57412</guid> <description>Debian Stable doesn&#039;t seem to have an init.d script, or the services application, or the chkconfig application. How does one start/stop/restart the iptables service on Debian?</description> <content:encoded><![CDATA[<p>Debian Stable doesn&#8217;t seem to have an init.d script, or the services application, or the chkconfig application. How does one start/stop/restart the iptables service on Debian?</p> ]]></content:encoded> </item> <item><title>By: hanumanaik</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-55457</link> <dc:creator>hanumanaik</dc:creator> <pubDate>Wed, 09 Feb 2011 08:14:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-55457</guid> <description>how to insatall CentOS 4.3 in VMWere</description> <content:encoded><![CDATA[<p>how to insatall CentOS 4.3 in VMWere</p> ]]></content:encoded> </item> <item><title>By: quan</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-49494</link> <dc:creator>quan</dc:creator> <pubDate>Mon, 13 Sep 2010 05:53:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-49494</guid> <description>I make iptable stop but not start it
&gt;&gt;
[root@FreeSX ~]# /etc/init.d/iptables start
Applying iptables firewall rules: iptables-restore: line 1 failed
[FAILED]
[root@FreeSX ~]# /etc/init.d/iptables status
Firewall is stopped.
&gt;&gt;
plz help me as soon as possible
thks!!!!!!</description> <content:encoded><![CDATA[<p>I make iptable stop but not start it<br
/> &gt;&gt;</p><p>[root@FreeSX ~]# /etc/init.d/iptables start<br
/> Applying iptables firewall rules: iptables-restore: line 1 failed<br
/> [FAILED]<br
/> [root@FreeSX ~]# /etc/init.d/iptables status<br
/> Firewall is stopped.</p><p>&gt;&gt;<br
/> plz help me as soon as possible<br
/> thks!!!!!!</p> ]]></content:encoded> </item> <item><title>By: maansingh</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-47994</link> <dc:creator>maansingh</dc:creator> <pubDate>Tue, 22 Jun 2010 16:48:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-47994</guid> <description>dear sir ,
how can i configure the firewall</description> <content:encoded><![CDATA[<p>dear sir ,<br
/> how can i configure the firewall</p> ]]></content:encoded> </item> <item><title>By: vijay</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-46919</link> <dc:creator>vijay</dc:creator> <pubDate>Sat, 17 Apr 2010 20:32:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-46919</guid> <description>HI,
I am very confused about iptables status.
I stopped my iptables by running &quot; service iptables stop&quot;, later on i checked wheter it is really running or not by running &quot;service iptables status&quot;. It shows me &quot; Firewall is disabled&quot;. If I run iptables -L it shows me the list of INPUT/OUTPUT/FORWARD Chains. If again i will run &quot; service iptables status&quot; it will show me againall chains.   What it really means, does iptables start auutomatically when I type &quot; iptables -L&quot;? Please reply lots of confusion!!!
Thanks in advance.
Vijay</description> <content:encoded><![CDATA[<p>HI,<br
/> I am very confused about iptables status.</p><p>I stopped my iptables by running &#8221; service iptables stop&#8221;, later on i checked wheter it is really running or not by running &#8220;service iptables status&#8221;. It shows me &#8221; Firewall is disabled&#8221;. If I run iptables -L it shows me the list of INPUT/OUTPUT/FORWARD Chains. If again i will run &#8221; service iptables status&#8221; it will show me againall chains.   What it really means, does iptables start auutomatically when I type &#8221; iptables -L&#8221;? Please reply lots of confusion!!!</p><p>Thanks in advance.</p><p>Vijay</p> ]]></content:encoded> </item> <item><title>By: Yogesh Kumar</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-46901</link> <dc:creator>Yogesh Kumar</dc:creator> <pubDate>Fri, 16 Apr 2010 05:19:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-46901</guid> <description>/etc/init.d/iptables status
if running than to stop
/etc/init.d/iptables stop</description> <content:encoded><![CDATA[<p>/etc/init.d/iptables status</p><p>if running than to stop</p><p>/etc/init.d/iptables stop</p> ]]></content:encoded> </item> <item><title>By: neha soni</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-46722</link> <dc:creator>neha soni</dc:creator> <pubDate>Sat, 03 Apr 2010 11:06:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-46722</guid> <description>how can we stop the iptables service in ubuntu???
i have tried &quot;services iptables stop&quot; but it is giving &quot;unrecognized service&quot;.
is there any other command or method to do so???</description> <content:encoded><![CDATA[<p>how can we stop the iptables service in ubuntu???<br
/> i have tried &#8220;services iptables stop&#8221; but it is giving &#8220;unrecognized service&#8221;.<br
/> is there any other command or method to do so???</p> ]]></content:encoded> </item> <item><title>By: Alex</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-46626</link> <dc:creator>Alex</dc:creator> <pubDate>Tue, 30 Mar 2010 15:26:50 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-46626</guid> <description>Hi,
I have a problem starting iptables:
[root@myserver ~]# /etc/init.d/iptables start
[root@myserver ~]# /etc/init.d/iptables status
Firewall is stopped.
[root@myserver ~]# rpm -q iptables
iptables-1.3.5-5.3.el5_4.1
Please help me solve this problem.
Thanks!
Alex</description> <content:encoded><![CDATA[<p>Hi,</p><p>I have a problem starting iptables:</p><p>[root@myserver ~]# /etc/init.d/iptables start<br
/> [root@myserver ~]# /etc/init.d/iptables status<br
/> Firewall is stopped.</p><p>[root@myserver ~]# rpm -q iptables<br
/> iptables-1.3.5-5.3.el5_4.1</p><p>Please help me solve this problem.<br
/> Thanks!<br
/> Alex</p> ]]></content:encoded> </item> <item><title>By: Kapil Ahire</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-46467</link> <dc:creator>Kapil Ahire</dc:creator> <pubDate>Wed, 17 Mar 2010 04:17:26 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-46467</guid> <description>Thanks All Of you</description> <content:encoded><![CDATA[<p>Thanks All Of you</p> ]]></content:encoded> </item> <item><title>By: mallikarjun goud</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-44687</link> <dc:creator>mallikarjun goud</dc:creator> <pubDate>Sun, 15 Nov 2009 07:01:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-44687</guid> <description>how to stop iptables with out chkconfig iptables off command....................plz help me out</description> <content:encoded><![CDATA[<p>how to stop iptables with out chkconfig iptables off command&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..plz help me out</p> ]]></content:encoded> </item> <item><title>By: Ashwani</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-41127</link> <dc:creator>Ashwani</dc:creator> <pubDate>Thu, 09 Apr 2009 01:50:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-41127</guid> <description>Thanks for help....
FTP can be accessed by stop IP tables.</description> <content:encoded><![CDATA[<p>Thanks for help&#8230;.</p><p>FTP can be accessed by stop IP tables.</p> ]]></content:encoded> </item> <item><title>By: Tomas</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-40522</link> <dc:creator>Tomas</dc:creator> <pubDate>Fri, 27 Feb 2009 15:08:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-40522</guid> <description>Excellent!
Really Thanks</description> <content:encoded><![CDATA[<p>Excellent!<br
/> Really Thanks</p> ]]></content:encoded> </item> <item><title>By: Manu Anand</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-39779</link> <dc:creator>Manu Anand</dc:creator> <pubDate>Fri, 09 Jan 2009 23:36:50 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-39779</guid> <description>Hey Amie:
Try connecting with a ethernet cable.
If that works then try KDE&#039;s network manager.
HTH
Manu</description> <content:encoded><![CDATA[<p>Hey Amie:</p><p>Try connecting with a ethernet cable.<br
/> If that works then try KDE&#8217;s network manager.</p><p>HTH<br
/> Manu</p> ]]></content:encoded> </item> <item><title>By: Amie</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-39747</link> <dc:creator>Amie</dc:creator> <pubDate>Wed, 07 Jan 2009 20:32:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-39747</guid> <description>Hi - first time here and really need some help!
I gave my father in law a netbook for Xmas with Linux as an operating system but cannot connect to Sky broadband.  Sky unable to help, any ideas??</description> <content:encoded><![CDATA[<p>Hi &#8211; first time here and really need some help!</p><p>I gave my father in law a netbook for Xmas with Linux as an operating system but cannot connect to Sky broadband.  Sky unable to help, any ideas??</p> ]]></content:encoded> </item> <item><title>By: joe</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-39715</link> <dc:creator>joe</dc:creator> <pubDate>Mon, 05 Jan 2009 19:56:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-39715</guid> <description>on fedora, once you enabled firwalls/selinux during installation, I can never make nfs boot or ftp works. you can see firewall disabled, iptables disabled, yet no help. Either selinux or fedora GUI has bugs, what I get:
Loading: TFTP error 2: Only absolute filenames allowed
Failed.
to our people, the selinux is a nightmare. forget what the system told you. selinux adds extension to file attributes then some garbage cannot be removed.</description> <content:encoded><![CDATA[<p>on fedora, once you enabled firwalls/selinux during installation, I can never make nfs boot or ftp works. you can see firewall disabled, iptables disabled, yet no help. Either selinux or fedora GUI has bugs, what I get:<br
/> Loading: TFTP error 2: Only absolute filenames allowed<br
/> Failed.<br
/> to our people, the selinux is a nightmare. forget what the system told you. selinux adds extension to file attributes then some garbage cannot be removed.</p> ]]></content:encoded> </item> <item><title>By: Robert</title><link>http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-39594</link> <dc:creator>Robert</dc:creator> <pubDate>Wed, 24 Dec 2008 15:32:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-turn-off-firewall-in-linux/#comment-39594</guid> <description>The easy way to do this is:
chkconfig iptables off
then to re-enable
chkconfig --level 345 iptables on</description> <content:encoded><![CDATA[<p>The easy way to do this is:</p><p>chkconfig iptables off</p><p>then to re-enable</p><p>chkconfig &#8211;level 345 iptables on</p> ]]></content:encoded> </item> </channel> </rss>
