Internet
Steve, here it all is. I changed the ppp0.config per your suggestion, but it
didn't change anything. I don't think it has to be on one line anyway, and the
remoteip part shouldn't have killed the dialing.
—————
dialscript:
ECHO ON
TIMEOUT 2500
REDIAL "BUSY"
SEND "ATZ"
WAIT "OK"
SEND "AT&C1"
WAIT "OK"
SEND "AT&D2"
WAIT "OK"
SEND "ATH1"
WAIT "OK"
SEND "ATD8729576"
WAIT "CONNECT"
SEND ""
WAIT "e:"
SEND "CIS"
WAIT "D:"
SEND "76375,1776/GO:PPP89"
WAIT "ord:"
SEND "<password>
WAIT "please…"
DELAY 50
ECHO OFFA
—————–
ppp0.config:
serial.device 0 19200 0.0.0.0 7WIRE LOG=40 DIALSCRIPT=AmiTCP:PPPDialScript
—————–
resolv.conf:
DOMAIN compuserve.com
NAMESERVER 149.174.64.41 .
—————– .startnet: .
AmiTCP:bin/online devs:networks/ppp.device 0
; log in
echo
echo login: Paul
AmiTCP:bin/login -f Paul
AmiTCP:bin/umask 022
AmiTCP:AmiTCP
WaitForPort AMITCP
; Configure loop-back device
AmiTCP:bin/ifconfig lo0 localhost
; Configure ppp0
AmiTCP:bin/ifconfig ppp0 $ppp0iplocal $ppp0ipremote
; Add route to this host
AmiTCP:bin/route add $ppp0iplocal localhost
AmiTCP:bin/route add default $ppp0ipremote
; Add route to the default gateway
AmiTCP:bin/route add default 149.174.64.25
setenv HOSTNAME `AmiTCP:bin/hostname`
Assign TCP: Exists > NIL:
IF Warn
Mount TCP: from AmiTCP:devs/Inet-Mountlist
EndIf
Mr. Zombie