Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
... 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:$remoteipppp.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
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 passwordBy
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