#Help w/AmiTCP & PPP
Hi Hank,
Thanks for replying.
>Are you using PPP / AmiTCP demo or reg. versions? I may be able to help you.
>Let me know. I just got my set up straightened out and made up a sort of "help
>file".
Demo versions. A "help file" is a great idea, if you are planing to upload
this I would be happy to put it in AmigaGuide format if you like.
>It looks to me like you are using the wrong IP address parameters in your
>startnet script.
Yep, I think so. I've managed to fix that last night 🙂 The bad news is it
still doesn't work. The 'WAIT' command is not waiting, although the 'DELAY's
I've put in seem to help (I think).
AmiTCP does start and I get the "demo window", after I click on the 'OK' gadget
I still get dumped into the shell with the following msg:
add host 199.174.129.17: gateway 127.0.0.1 add net default: gateway
149.174.210.3
Here is my dialscript without the 'DELAY's:
ECHO ON TIMEOUT 2000 REDIAL "BUSY" SEND "ATZ" WAIT "OK" SEND "AT&C1" WAIT "OK"
SEND "AT&D2" WAIT "OK" SEND "ATDT3878528" WAIT "CONNECT" SEND "" WAIT "e:" SEND
"CIS" WAIT "D:" SEND "70474,2354/GO:PPPCONNECT" WAIT "ord:" SEND "{password}"
WAIT "please…" DELAY 50 ECHO OFF
And here is my startnet script:
online devs:networks/ppp.device 0 ; log in echo AmiTCP:bin/umask 022
AmiTCP:AmiTCP WaitForPort AMITCP ; Configure loop-back device
AmiTCP:bin/ifconfig lo0 127.0.0.1 ; Configure ppp0 AmiTCP:bin/ifconfig ppp0
$ppp0iplocal $ppp0ipremote ; Add route to this host AmiTCP:bin/route add
$ppp0iplocal 127.0.0.1 ; Add route to the default gateway AmiTCP:bin/route add
default $ppp0ipremote setenv HOSTNAME `AmiTCP:bin/hostname` Assign TCP: Exists
> NIL: IF Warn
Mount TCP: from AmiTCP:devs/Inet-Mountlist EndIf
And the ppp0.config file:
serial.device 0 2400 0.0.0.0 7WIRE CD LOG=50
dialscript=dh0:AmiTCP-4.0/ppp/dialscript
I _really_ appreciate your help with this, thanks again.
Regards -John