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 1996-11-11 17:27:25 +00:00
parent cec56fb682
commit 18d26a12a8

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.
#