mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 22:12:43 +00:00
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:
parent
f806e8f0f1
commit
9c57aa7fca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19651
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user