[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DOSPPP laeuft jetzt auch hier



Hallo zusammen,
 
so laeuft bei mir das DOSPPP aus dem Archiv DOSPPP05.ZIP im BOOTP-Modus
via CompuServe. Ich verwende als Dialer das mitgelieferte Programm
COMTOOL (ist reine Geschmackssache). Die Datei WATTCP.CFG habe ich von
Michael lang bekommen. Die aus dem Archiv mit den Klos-Treibern spielte
bei mir nicht richtig. In der Datei MYISP.DAT muesst ihr noch die
E-Mailadresse und User-ID richtig eintragen. In der DIALER.BAT muss unter
dem Label ":dial" noch die richtige Telefonnummer eingetragen werden.
Falls jemand keinen FIFO-Chip hat muss die Variable "FIFO" auf 0 gesetzt
werden, also "set FIFO=0". In der CHATSCR habe ich, genau wie Michael,
die von euch zu aendernden Eintraege mit jeweils zwei Prozentzeichen
markiert. Die Dateien befinden sich im Anhang.
Und nun viel Spass.
 
MfG Holger
 
-----PPPDRC.CFG-----
COM1
57600
irq 4
modem
crtscts
asyncmap 0
connect "chat -v -r pppdconn.lst -f chatscr"
namsrv 192.76.144.66
 
-----MYISP.DAT-----
my_ip=bootp
domainslist="CompuServe.COM"
smtphost=mail.CompuServe.COM
nntphost=news.sprynet.com
mailaddr=User-ID_bEi_CompuServe.COM
 
-----CHATSCR-----
'' d'r' ame: ddpCpIpSp ID %%CIS-ID/GO:PPPCONNECT word: %%password PPP
 
-----WATTCP.CFG-----
# This is the main configuration file used by the
# x_* applications and by the tcpip kernal.
include="currconn.cfg"
$tick=432046              # Online timer (current)
$onlinesum=8458:18JUN96   # Online timer (total)
netmask=240.0.0.0         # don't change
$com_int=62               # select another INT if IN 14 is already in use
 
-----DIALER.BAT-----
_bEi_echo off
set PORT=3F8
set IRQ=4
set SPEED=1
set FIFO=81
 
if _%1==_ goto DIALER
 
if %1==h goto HANGUP
if %1==H goto HANGUP
goto SYNTERR
 
:HANGUP
REM comtool %PORT% %IRQ% ^D0 ^T10 ^D1 +++ ^T5 ATH0^CR ^W20 OK ^D0 ^
termin 0x60
echo Connection closed
goto END
 
:SYNTERR
echo Syntax error, call as DIALER or DIALER H
goto END
 
:DIALER
comtool %PORT% %IRQ% ^B%SPEED% ^F%FIFO% ^D0 ^T10 ^D1 AT^CR ^W20 OK ^
if errorlevel 8 goto ABORT
if errorlevel 1 goto INI2
goto ERROR
 
:INI2
comtool %PORT% %IRQ% ^B%SPEED% ^F%FIFO% ATZ^cr ^W20 OK ^
if errorlevel 8 goto ABORT
if errorlevel 1 goto DIAL
goto ERROR
 
:DIAL
comtool %PORT% %IRQ% ^B%SPEED% ^F%FIFO% ATDT Cisnummer^CR ^W900 CONNECT BUSY DIALTONE ^
if errorlevel 8 goto ABORT
if errorlevel 3 goto NOTONE
if errorlevel 2 goto ISBUSY
if errorlevel 1 goto CONN
goto ERROR
 
:CONN
if exist ip-up.bat del ip-up.bat /q
epppd
if errorlevel goto CONNERR
if exist currconn.cfg del currconn.cfg > nul
copy myisp.dat currconn.cfg > nul
echo Connection succesful
goto END
 
:ABORT
comtool %PORT% %IRQ% ^D0 ^T10 ^D1 +++ ^T5 ATH0^CR ^W20 OK ^D0 ^
echo User abort...
goto END
 
:NOTONE
REM comtool %PORT% %IRQ% ^D0 ^T10 ^D1 +++ ^T5 ATH0^CR ^W20 OK ^D0 ^
echo No DIALTONE...
goto END
 
:ISBUSY
REM comtool %PORT% %IRQ% ^D0 ^T10 ^D1 +++ ^T5 ATH0^CR ^W20 OK ^D0 ^
echo Line BUSY...
goto END
 
:ERROR
echo MODEM error...
goto END
 
:CONNERR
REM comtool %PORT% %IRQ% ^D0 ^T10 ^D1 +++ ^T5 ATH0 ^W20 OK ^D0 ^
echo Connection failed...
 
:END
set 
PORTset 
IRQset 
SPEEDset 
FIFO