Tweak FAQ 15

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3140 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-12-09 23:00:21 +00:00
parent 3c8c58d895
commit 6b74ac6c2d

View File

@ -17,7 +17,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>2005-11-18</pubdate> <pubdate>2005-12-09</pubdate>
<copyright> <copyright>
<year>2001-2005</year> <year>2001-2005</year>
@ -691,6 +691,17 @@ ACCEPT net $FW &lt;protocol&gt; &lt;port number&gt;
running a DNS server on the firewall and hasn't enabled UDP and TCP running a DNS server on the firewall and hasn't enabled UDP and TCP
port 53 from the firewall to the internet.</para> port 53 from the firewall to the internet.</para>
</listitem> </listitem>
<listitem>
<para>Forwarding is not enabled. Enter this command:</para>
<programlisting>cat /proc/sys/net/ipv4/ip_forward</programlisting>
<para>The the value displayed is 0 (zero) then set <emphasis
role="bold">IP_FORWARDING=On</emphasis> in
<filename>/etc/shorewall/shorewall.conf</filename> and restart
Shorewall.</para>
</listitem>
</orderedlist> </orderedlist>
</section> </section>