mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Add instructions for disabling existing firewalls
This commit is contained in:
parent
d897635af5
commit
46644a0336
@ -577,6 +577,23 @@ SSH(ACCEPT) net $FW </programlisting>
|
||||
other connections as desired.</para>
|
||||
</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">
|
||||
<title>Starting and Stopping Your Firewall</title>
|
||||
|
||||
|
@ -1092,6 +1092,23 @@ ACCEPT net $FW tcp 80 </programlisting><it
|
||||
</itemizedlist>
|
||||
</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">
|
||||
<title>Starting and Stopping Your Firewall</title>
|
||||
|
||||
|
@ -1012,6 +1012,23 @@ ACCEPT loc $FW tcp 80 #Allow Weblet to work</progra
|
||||
</itemizedlist>
|
||||
</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">
|
||||
<title>Starting and Stopping Your Firewall</title>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user