diff options
author | 1999-03-28 00:24:52 +0000 | |
---|---|---|
committer | 1999-03-28 00:24:52 +0000 | |
commit | e4ffed3b3acf375e4b37e7537482032ec9477e3e (patch) | |
tree | b584ae7a7b1f0374e0c81c7fd31202bcf9f7c8f2 | |
parent | enable photurisd again (diff) | |
download | wireguard-openbsd-e4ffed3b3acf375e4b37e7537482032ec9477e3e.tar.xz wireguard-openbsd-e4ffed3b3acf375e4b37e7537482032ec9477e3e.zip |
Increase the timeout and wait for ``PPP'' in the compuserve
example.
Submitted by: MALCOLM BOFF <Malcolm_Boff@compuserve.com>
-rw-r--r-- | etc/ppp/ppp.conf.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index e5dcec98aa3..035f1daadbc 100644 --- a/etc/ppp/ppp.conf.sample +++ b/etc/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Originally written by Toshiharu OHNO # -# $OpenBSD: ppp.conf.sample,v 1.10 1998/11/03 23:12:09 aaron Exp $ +# $OpenBSD: ppp.conf.sample,v 1.11 1999/03/28 00:24:52 brian Exp $ # ################################################################# @@ -307,8 +307,8 @@ direct-server: compuserve: set phone 1234567 set parity even - set login "TIMEOUT 10 \"\" \"\" Name: CIS ID: 99999,9999/go:pppconnect \ - word: XXXXXXXX" + set login "TIMEOUT 100 \"\" \"\" Name: CIS ID: 999999,9999/go:pppconnect \ + word: XXXXXXXX PPP" set timeout 300 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 delete ALL |