In IPFW section: point people to network-natd section when it's time to
configure the system via rc.conf. This avoids to repeat things and allows the reader to complete the natd(8) configuration. Based on PR: docs/81199 Submitted by: Rong-En Fan <rafan@infor.org>
This commit is contained in:
parent
b0f21913af
commit
d9e3f806ca
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24597
1 changed files with 6 additions and 0 deletions
|
@ -2265,6 +2265,12 @@ options IPV6FIREWALL_DEFAULT_TO_ACCEPT</programlisting>
|
|||
|
||||
<programlisting>net.inet.ip.fw.verbose_limit=5</programlisting>
|
||||
</warning>
|
||||
|
||||
<para>If your machine is acting as a gateway, i.e. providing
|
||||
Network Address Translation (NAT) via &man.natd.8;, please
|
||||
refer to <xref linkend="network-natd"> for information
|
||||
regarding the required <filename>/etc/rc.conf</filename>
|
||||
options.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="firewalls-ipfw-cmd">
|
||||
|
|
Loading…
Reference in a new issue