summaryrefslogtreecommitdiffstats
path: root/etc/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-09-06 13:55:51 +0000
committerbrian <brian@FreeBSD.org>1998-09-06 13:55:51 +0000
commite5d890e5388d2074250b8ae0c651552df03ee207 (patch)
tree1b508d334af20257ef3b4957e9ddb769415eb808 /etc/ppp
parent33d5e82fc5316ad55f3dc59ae49ef52f53200f23 (diff)
downloadFreeBSD-src-e5d890e5388d2074250b8ae0c651552df03ee207.zip
FreeBSD-src-e5d890e5388d2074250b8ae0c651552df03ee207.tar.gz
Add a compuserve example.
Detailed by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
Diffstat (limited to 'etc/ppp')
-rw-r--r--etc/ppp/ppp.conf.sample16
1 files changed, 15 insertions, 1 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample
index 6cfe039..03e43fa 100644
--- a/etc/ppp/ppp.conf.sample
+++ b/etc/ppp/ppp.conf.sample
@@ -4,7 +4,7 @@
#
# Originally written by Toshiharu OHNO
#
-# $Id: ppp.conf.sample,v 1.30 1998/05/21 21:45:44 brian Exp $
+# $Id: ppp.conf.sample,v 1.31 1998/08/07 18:44:31 brian Exp $
#
#################################################################
@@ -301,6 +301,20 @@ direct-server:
accept lqr
+# Example to connect via compuserve (who insist on 7 bits even parity
+# during the chat phase).
+#
+compuserve:
+ set phone 1234567
+ set parity even
+ set login "TIMEOUT 10 \"\" \"\" Name: CIS ID: 99999,9999/go:pppconnect \
+ word: XXXXXXXX"
+ 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
+ add default HISADDR
+
+
# Example for PPP over TCP.
# We assume that inetd on tcpsrv.mynet has been
# configured to run "ppp -direct tcp-server" when it gets a connection on
OpenPOWER on IntegriCloud