Update the part about ppp_nat and ppp.conf to reflect the fact that

ppp_nat has to be explicitly set to NO in /etc/rc.conf to be disabled.

PR:		docs/38414
Submitted by:	Marc Silver <marcs@draenor.org>
This commit is contained in:
Giorgos Keramidas 2002-05-22 13:44:47 +00:00
parent 1f37332cae
commit 1034be8f5e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13194

View file

@ -152,7 +152,9 @@ ppp_mode="auto"
ppp_nat="YES"
ppp_profile="<replaceable>profile</replaceable>"</programlisting>
<para>If so, remove the <literal>ppp_nat="YES"</literal> line. You will
<para>If so, you will need to specifically disable
<literal>ppp_nat</literal> by making sure you have
<literal>ppp_nat="NO"</literal> in <filename>/etc/rc.conf</filename>. You will
also need to remove any <literal>nat enable yes</literal> or
<literal>alias enable yes</literal> in
<filename>/etc/ppp/ppp.conf</filename>.</para>