<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to disable the firewall in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430206#M15056</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;service iptables stop&lt;BR /&gt;&lt;BR /&gt;It is stopped&lt;BR /&gt;&lt;BR /&gt;chkconfig --level 345 iptables off&lt;BR /&gt;&lt;BR /&gt;It is not restarted at reboot.&lt;BR /&gt;&lt;BR /&gt;Of course, you're not protected anymore...&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;jerome Henry</description>
    <pubDate>Thu, 25 Nov 2004 03:51:34 GMT</pubDate>
    <dc:creator>Jerome Henry</dc:creator>
    <dc:date>2004-11-25T03:51:34Z</dc:date>
    <item>
      <title>how to disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430205#M15055</link>
      <description>I just installed the rh linux , i know the firewall is enabled by default , how to disable it ? thx.</description>
      <pubDate>Thu, 25 Nov 2004 03:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430205#M15055</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-11-25T03:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430206#M15056</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;service iptables stop&lt;BR /&gt;&lt;BR /&gt;It is stopped&lt;BR /&gt;&lt;BR /&gt;chkconfig --level 345 iptables off&lt;BR /&gt;&lt;BR /&gt;It is not restarted at reboot.&lt;BR /&gt;&lt;BR /&gt;Of course, you're not protected anymore...&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;jerome Henry</description>
      <pubDate>Thu, 25 Nov 2004 03:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430206#M15056</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-11-25T03:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430207#M15057</link>
      <description>Do the following&lt;BR /&gt;&lt;BR /&gt;#redhat-config-securitylevel&lt;BR /&gt;&lt;BR /&gt;disable firewall&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Thu, 25 Nov 2004 03:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430207#M15057</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2004-11-25T03:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430208#M15058</link>
      <description>/usr/bin/redhat-config-securitylevel-tui --quiet --disabled&lt;BR /&gt;&lt;BR /&gt;the "--quiet --disbled" options allow you to run this command without having to explicitly navigate menus&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Nov 2004 10:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430208#M15058</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-11-25T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430209#M15059</link>
      <description>hi peterchu,&lt;BR /&gt;&lt;BR /&gt;type ntsysv&lt;BR /&gt;&lt;BR /&gt;with this tool you can enable or disable all services on your box. disable (uncheck) all services that are called iptables, ipchains, firewall or so to deactivate the firewall. then there are three ways to procced:&lt;BR /&gt;&lt;BR /&gt;1) you need to reboot to make changes working (this is the simpliest one)&lt;BR /&gt;2) type init 1 wait until reday and then type init 3 (without Xserver), or init 5 (with Xserve). &lt;BR /&gt;3) type service iptables stop, service ipchains stop, ... to stop the services (i'm not sure if iptables, ipchains or firewall are the correct spelled service names, have a look at directory /etc/rc.d/init.d. the filenames are equal to the service names.&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;&lt;BR /&gt;johannes</description>
      <pubDate>Fri, 26 Nov 2004 07:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430209#M15059</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-11-26T07:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430210#M15060</link>
      <description>Instructions above are perfect for Red Hat Compatible Linux.&lt;BR /&gt;&lt;BR /&gt;You need to provide such details to get accurate solutiosn.&lt;BR /&gt;&lt;BR /&gt;If this were my thread I'd award 10 points to the top two answers.&lt;BR /&gt;&lt;BR /&gt;hint hint, wink wink... None for me please.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 26 Nov 2004 12:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430210#M15060</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-26T12:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430211#M15061</link>
      <description>If you want to see what's in your firewall ruleset, use:&lt;BR /&gt;# iptables -L&lt;BR /&gt;&lt;BR /&gt;Or, to remove all rules (similar to turning the firewall off):&lt;BR /&gt;# iptables -F&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2004 10:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-the-firewall/m-p/3430211#M15061</guid>
      <dc:creator>Ted M Johnson_1</dc:creator>
      <dc:date>2004-11-29T10:55:22Z</dc:date>
    </item>
  </channel>
</rss>

