On Mon, 15 Jan 2001 03:43:05 -0500 (EST), Thomas Mueller wrote:
>> I've gotten LSPPP (v0.7 IIRC) dialing and connecting with my ISP.
>> How do I get Arachne (v1.69) to recognize there is already a PPP
>> connection? TIA.
>> Regards,
>> Dale Mentzer
> You can have Connection READY in ARACHNE.CFG and Hangup NUL, and you will have
> to let Arachne know where to find your IP address. You can edit ARACHNE.CFG to
> indicate a file like WATTCP.CFG and the path. I tried BOOTP, but it wasn't
> dependable.
Or you can try this setup so that it will work from inside Arachne.
1) rename lsppp.exe to lspppd.exe
2) before starting Arachne, set the lsppp environment variable
set lsppp=/M:at&fs7=90s11=50 /B:115200 /P:***** /U:glennmcc /d:3306298686
( modem init string buad rate password user name phone # )
---arachne.cfg---
[profile]
Profile lspppd.ACF
Connection @lspppd.exe>>PPP.LOG
Hangup @termin.com 0x60>NUL
;Connection @cmd ... command cmd will estabilish connection
;Connection READY ... connection is permanent, packet driver in AUTOEXEC...
;Connection NUL ... do not start TCP/IP (run "arachne -c" to force this)
[dialer]
DialPage file:ppp_init.htm
Dialer @lh lspppd.exe
TerminalWindow @MINITERM.EXE
UseTerminal No
;Port 1 <-- comment-out port, Irq,
;Irq 4 <-- base, mode, speed, initstring
;Base 0x3f8 <-- dialstring and phonenumber
;Mode 8N1 <-- all of those are taken care of
;Speed 115200 <-- by the env. var. (set lsppp=)
;InitString AT&fs7=90s11=50
;DialString ATDT
;PhoneNumber 330-629-8686
Autologin Yes
WaitFor1 <-- leave *all* waitfor and
Response1 <-- response lines blank
WaitFor2
Response2
WaitFor3
Response3
PPPusername <-- leave out both user name
PPPpassword <-- and password
;Port values: 0=non-standard serial (COM) port, 1-4 standard ports
;Base values: 0x??? (eg. 0x3e8) - Base and Irq are used for "Port 0"
;Mode values: databits/parity/stopbits (eg. 8N1)
[tcp/ip]
IP_Address PPP <-- must have "PPP" to get the "online timer"
IP_Grab IP address set to
NameServer 204.179.144.2 <-- change to *your*
AltNameServer 204.179.144.150 <-- DNS #s
Gateway 0.0.0.0
AltGateway 0.0.0.0
Netmask 0.0.0.0
TCPconfig PPPTCP.CFG
---end changes needed for lsppp---
That's it.
Press Alt+D and wait about 30 to 60 sec.
--
Glenn
(your friendly neighborhood compu-nerd)
http://arachne.cz/
http://www.delorie.com/listserv/mime/
http://freedos-32.sourceforge.net/