There is no need to compile IPFW into the FreeBSD kernel to make use of NAT
functionality anymore, so remove these sentences. PR: docs/144543 Approved by: gjb (mentor)
This commit is contained in:
parent
8ae204c9df
commit
5e30e0acb7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39270
1 changed files with 3 additions and 5 deletions
|
@ -2131,8 +2131,7 @@ pass in quick on rl0 proto tcp from any to any port = 20 flags S keep state</pro
|
||||||
run time loadable module. The system will dynamically load the
|
run time loadable module. The system will dynamically load the
|
||||||
kernel module when the <filename>rc.conf</filename> statement
|
kernel module when the <filename>rc.conf</filename> statement
|
||||||
<literal>firewall_enable="YES"</literal> is used. There is no
|
<literal>firewall_enable="YES"</literal> is used. There is no
|
||||||
need to compile IPFW into the &os; kernel unless
|
need to compile IPFW into the &os; kernel.</para>
|
||||||
<acronym>NAT</acronym> functionality is desired.</para>
|
|
||||||
|
|
||||||
<para>After rebooting your system with
|
<para>After rebooting your system with
|
||||||
<literal>firewall_enable="YES"</literal> in
|
<literal>firewall_enable="YES"</literal> in
|
||||||
|
@ -2180,9 +2179,8 @@ net.inet.ip.fw.verbose_limit=5</programlisting>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<para>It is not a mandatory requirement to enable IPFW by
|
<para>It is not a mandatory requirement to enable IPFW by
|
||||||
compiling the following options into the &os; kernel, unless
|
compiling the following options into the &os; kernel. It is
|
||||||
<acronym>NAT</acronym> functionality is required. It is presented here
|
presented here as background information only.</para>
|
||||||
as background information.</para>
|
|
||||||
|
|
||||||
<programlisting>options IPFIREWALL</programlisting>
|
<programlisting>options IPFIREWALL</programlisting>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue