SuSE Support Database

Title: Compuserve : Collection of dial-in scripts

---

Mainpage ---- Searchform ---- History ---- Versions ---- Categories ---- Contents
Deutsch
---

Compuserve : Collection of dial-in scripts

Eduard Moser 101562.1634@compuserve.com

Translated from a german article :

... also establishing the connection to Compuserve is too slow. My longer timeouts manage to establish the connection, however they don't work stable. (The 11 and 12 are not really tested but work). I don't know why but Compuserve always cuts the connection.

Here are my adjusted scripts for Compuserve :

#!/bin/sh
#
# /etc/ppp/ppp-up
# Aufbau einer PPP Verbindung
# Written by Klaus Franken (kfr@suse.de)
# Stand: 5.11.95
#

localip=0.0.0.0
remoteip=

device=/dev/modem

pppflags="9600 modem debug defaultroute crtscts noipdefault lcp-restart 11
lcp-max-terminate 12"
/usr/sbin/pppd lock connect \
    '/usr/sbin/chat -v -f /etc/ppp/ppp.chat' \
    $device $pppflags $localip:$remoteip
ppp.chat:
TIMEOUT 20
ABORT "NO CARRIER"
ABORT BUSY
ABORT "NO DIALTONE"
ABORT ERROR
"" +++ATZ
TIMEOUT 80
OK ATDP0711450080
CONNECT \r\n
ame:--ame: CIS
ID:--ID: meine-nummer/GO:PPPCONNECT
word: mein-passwort

From Patrick Nierychlo (nierychlo@plaza-project.de) :

I recognized the following in the sample-scripts. The author criticizes (correctly) the slow login at Compuserve.

Remedy :

host name: cis
user id: my user id/noint/go:pppconnect
password:my password
By noint The login is shortened by 15 seconds

---

See also:

---

Keywords: COMPUSERVE, CIS, PPP, MODEM, PPP_LRZ

---

Categories: Provider

---

Mainpage ---- Searchform ---- History ---- Versions ---- Categories ---- Contents
Deutsch
---

SDB-kfr_42, Copyright SuSE GmbH, Nuremberg, Germany - Version: 19. Mar 1998
Impressum - Last generated: 24. Feb 1999 14:55:31 by maddin with sdb_gen 1.00.0