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:
parent
1f37332cae
commit
1034be8f5e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13194
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue