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
|
||||
kernel module when the <filename>rc.conf</filename> statement
|
||||
<literal>firewall_enable="YES"</literal> is used. There is no
|
||||
need to compile IPFW into the &os; kernel unless
|
||||
<acronym>NAT</acronym> functionality is desired.</para>
|
||||
need to compile IPFW into the &os; kernel.</para>
|
||||
|
||||
<para>After rebooting your system with
|
||||
<literal>firewall_enable="YES"</literal> in
|
||||
|
@ -2180,9 +2179,8 @@ net.inet.ip.fw.verbose_limit=5</programlisting>
|
|||
</indexterm>
|
||||
|
||||
<para>It is not a mandatory requirement to enable IPFW by
|
||||
compiling the following options into the &os; kernel, unless
|
||||
<acronym>NAT</acronym> functionality is required. It is presented here
|
||||
as background information.</para>
|
||||
compiling the following options into the &os; kernel. It is
|
||||
presented here as background information only.</para>
|
||||
|
||||
<programlisting>options IPFIREWALL</programlisting>
|
||||
|
||||
|
|
Loading…
Reference in a new issue