Add a note about possibly needing a 'set cd 5' line in ppp.conf for some
setups. Submitted by: Mark Abene <phiber@crossbar.com>
This commit is contained in:
parent
6742755eb8
commit
8eb85bd360
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6766
2 changed files with 14 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.19 2000/01/23 10:22:38 kuriyama Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.20 2000/03/02 02:26:03 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ppp-and-slip">
|
||||
|
@ -1823,6 +1823,12 @@ default: # or name_of_service_provider
|
|||
papchap:
|
||||
set authname YOURLOGINNAME
|
||||
set authkey YOURPASSWORD</programlisting>
|
||||
|
||||
<note>
|
||||
<para>It has been noted that for certain setups you will need to
|
||||
add a <literal>set cd 5</literal> line to
|
||||
<filename>/etc/ppp/ppp.conf</filename>.</para>
|
||||
</note>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.19 2000/01/23 10:22:38 kuriyama Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.20 2000/03/02 02:26:03 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ppp-and-slip">
|
||||
|
@ -1823,6 +1823,12 @@ default: # or name_of_service_provider
|
|||
papchap:
|
||||
set authname YOURLOGINNAME
|
||||
set authkey YOURPASSWORD</programlisting>
|
||||
|
||||
<note>
|
||||
<para>It has been noted that for certain setups you will need to
|
||||
add a <literal>set cd 5</literal> line to
|
||||
<filename>/etc/ppp/ppp.conf</filename>.</para>
|
||||
</note>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
Loading…
Reference in a new issue