From 9c57aa7fca94bcd9898f484c646dfbf641e0dd55 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Mon, 11 Nov 1996 17:27:25 +0000 Subject: [PATCH] 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 ? --- etc/ppp/ppp.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index 98a090b621cf..b14b7ff85123 100644 --- a/etc/ppp/ppp.conf.sample +++ b/etc/ppp/ppp.conf.sample @@ -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. #