(see dospppd.txt in Arachne directory)
Using PAP:
- ---- pppd.cfg --------
modem
crtscts
asyncmap 0
# com2
irq 3
base 0x2f8
115200
- ---- pppdrc.cfg ------
user userid
passwd xxxxxx
namsrv 123.123.123.11
namsrv 123.123.123.22
- ----- chatscr -------
ABORT BUSY
ABORT "NO CARRIER"
ABORT VOICE
ABORT "NO DIALTONE"
"" AT&F1
OK ATM0
OK ATDP5201135
TIMEOUT 60
CONNECT \d\c
- ---- wattcp.cfg -------
my_ip=bootp
domainslist="ncf.carleton.ca"
# [lynx386]
domain_list = ncf.carleton.ca
debug.file = NUL
# [htget]
TXBUFSIZE=8192
RXBUFSIZE=8192
# [uka]
TZ="+5" # Timeoffset (positive value if west from Greenwich)
# HELO=on # use only if smtp server complains
$cc_ignore=0 # if > 0: ignore CC and BCC addresses
keepmail=0 # if > 0 keeps mail on server
$com_int=14 # Use another INT (60-FE) if INT14 is already in use
# [misc]
# sockdelay=120 # Socket timeout (default = 30?)
# domainto=110 # Nameserver Timeout (default = 120?)
# mss=512 # use the maximum allowed by the gateway
# debug = 1
- ---- arachne.cfg ----
[profile]
Profile FASTPC.ACF
Connection READY
Hangup NUL
[tcp/ip]
IP_Address WATTCP
TCPconfig WATTCP.CFG
[mail]
....
- ---- pon.bat (with chat) --------
lh epppd.exe connect "chat -v -f chatscr"
- ---- pon.bat (no chat) -------
:: use terminal program as dialer first!
lh epppd.exe
- ---- poff.bat --------
termin.com 96
Howard Eisenberger
Ottawa
--
... DOS TCP/IP * <URL:http://www.ncf.carleton.ca/~ag221/dosppp.html>