summaryrefslogtreecommitdiffstats
path: root/etc/ppp
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1996-11-11 17:27:25 +0000
committerpaul <paul@FreeBSD.org>1996-11-11 17:27:25 +0000
commit18d26a12a8dc04507776976b57f39719b3cae178 (patch)
treed0c01318bc0b46a5b404e538bb74d5af437acc41 /etc/ppp
parentcec56fb682f2b6f835f39950ff1eaee6d2bac204 (diff)
downloadFreeBSD-src-18d26a12a8dc04507776976b57f39719b3cae178.zip
FreeBSD-src-18d26a12a8dc04507776976b57f39719b3cae178.tar.gz
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 ?
Diffstat (limited to 'etc/ppp')
-rw-r--r--etc/ppp/ppp.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample
index 98a090b..b14b7ff 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.
#
OpenPOWER on IntegriCloud