forked from extern/shorewall_code
Add instructions for disabling existing firewalls
This commit is contained in:
parent
2fae9e12b8
commit
598949b8f4
@ -577,6 +577,23 @@ SSH(ACCEPT) net $FW </programlisting>
|
|||||||
other connections as desired.</para>
|
other connections as desired.</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Disabling your existing Firewall</title>
|
||||||
|
|
||||||
|
<para>Before starting Shorewall for the first time, it's a good idea to
|
||||||
|
stop your existing firewall. On Redhat/CentOS/Fedora:</para>
|
||||||
|
|
||||||
|
<programlisting><command>service iptables stop</command></programlisting>
|
||||||
|
|
||||||
|
<para>If you are running SuSE, use Yast or Yast2 to stop
|
||||||
|
SuSEFirewall.</para>
|
||||||
|
|
||||||
|
<para>Once you have Shorewall running to your satisfaction, you should
|
||||||
|
totally disable your existing firewall. On /Redhat/CentOS/Fedora:</para>
|
||||||
|
|
||||||
|
<programlisting><command>chkconfig --del iptables</command></programlisting>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="Starting">
|
<section id="Starting">
|
||||||
<title>Starting and Stopping Your Firewall</title>
|
<title>Starting and Stopping Your Firewall</title>
|
||||||
|
|
||||||
|
@ -1092,6 +1092,23 @@ ACCEPT net $FW tcp 80 </programlisting><it
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Disabling your existing Firewall</title>
|
||||||
|
|
||||||
|
<para>Before starting Shorewall for the first time, it's a good idea to
|
||||||
|
stop your existing firewall. On Redhat/CentOS/Fedora:</para>
|
||||||
|
|
||||||
|
<programlisting><command>service iptables stop</command></programlisting>
|
||||||
|
|
||||||
|
<para>If you are running SuSE, use Yast or Yast2 to stop
|
||||||
|
SuSEFirewall.</para>
|
||||||
|
|
||||||
|
<para>Once you have Shorewall running to your satisfaction, you should
|
||||||
|
totally disable your existing firewall. On /Redhat/CentOS/Fedora:</para>
|
||||||
|
|
||||||
|
<programlisting><command>chkconfig --del iptables</command></programlisting>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="Starting">
|
<section id="Starting">
|
||||||
<title>Starting and Stopping Your Firewall</title>
|
<title>Starting and Stopping Your Firewall</title>
|
||||||
|
|
||||||
|
@ -1012,6 +1012,23 @@ ACCEPT loc $FW tcp 80 #Allow Weblet to work</progra
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Disabling your existing Firewall</title>
|
||||||
|
|
||||||
|
<para>Before starting Shorewall for the first time, it's a good idea to
|
||||||
|
stop your existing firewall. On Redhat/CentOS/Fedora:</para>
|
||||||
|
|
||||||
|
<programlisting><command>service iptables stop</command></programlisting>
|
||||||
|
|
||||||
|
<para>If you are running SuSE, use Yast or Yast2 to stop
|
||||||
|
SuSEFirewall.</para>
|
||||||
|
|
||||||
|
<para>Once you have Shorewall running to your satisfaction, you should
|
||||||
|
totally disable your existing firewall. On /Redhat/CentOS/Fedora:</para>
|
||||||
|
|
||||||
|
<programlisting><command>chkconfig --del iptables</command></programlisting>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="Starting">
|
<section id="Starting">
|
||||||
<title>Starting and Stopping Your Firewall</title>
|
<title>Starting and Stopping Your Firewall</title>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user