Added ocol: ppp to the first two examples so that ppp catually requests

the ppp protocol when it logs in. I'm not sure whether this applies to all
the examples. Are there cases where the ISP assumes ppp is being used ?
This commit is contained in:
Paul Richards 1996-11-11 17:27:25 +00:00
parent f806e8f0f1
commit 9c57aa7fca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19651

View File

@ -4,7 +4,7 @@
#
# Written by Toshiharu OHNO
#
# $Id: ppp.conf.sample,v 1.4 1996/01/31 15:03:05 mpp Exp $
# $Id: ppp.conf.sample,v 1.5 1996/03/08 09:39:43 ache Exp $
#
#################################################################
#
@ -33,14 +33,14 @@ default:
#
simplesite:
set phone 12345678
set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp"
set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp ocol: ppp"
set timeout 120
#
# Multi-phone example
#
multiphone:
set phone 12345678:12345679:12345670:12345671
set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp"
set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp ocol: ppp"
#
# If peer requires to use CHAP, don't forget to supply authname and authkey.
#