Hello all, and Glenn Gilbreath, Jr." <[EMAIL PROTECTED]>
A question about erasing all entries after sending password. 
Glenn said:
-----------------
In your Miniterm script, after your line to send your "password", you
need to ERASE ANY ENTRIES IN ARACHNE SETUP SCREEN 
BELOW THIS POINT! 
This will then exit Miniterm after sending your password to login to 
Freewwweb and start the PPP/SLIP authentication process.
----------------
Here is the Dialer part of my Freewwweb .acf file:
---------------
[dialer]
DialPage file:ppp_init.htm
Dialer @MINITERM.EXE>PPP.LOG
TerminalWindow @MINITERM.EXE
UseTerminal No
Port 2
Irq 3
Base Default
Mode 8N1
Speed 19200
InitString ATZ
DialString ATDT
PhoneNumber 355-8311
Autodial Yes
Autologin Yes
WaitFor1 ogin:
Response1 \u
WaitFor2 sword: 
Response2 \p 
WaitFor3 
Response3 
WaitFor4 
Response4 
PPPusername [EMAIL PROTECTED]
PPPpassword xxxxxx 
-------------------------------------
It is working as autologin, just fine. However, should I delete this:
--------------- 
WaitFor3 
Response3 
WaitFor4 
Response4 
--------------
and leave the username and password sections as they are?
I am wondering if I could enter the username and password 
like this:
-----------------
Autodial Yes
Autologin Yes
WaitFor1 ogin:
Response1 \[EMAIL PROTECTED]  (username)
WaitFor2 sword: 
Response2 \xxxxxxx (password) 
-------------------
Then I could delete all lines below Response2 \xxxxxxx (password) 
in my [dialer] section of my .acf 
As mentioned above, it's working as is, but I am having less than
100% connects with Bobcat and Lynx using this netdial.scr
-----------------
#NETDIAL.SCR file for IBM PS/1 computer running Bobcat.
#FREEWWWEB ISP
#March 25 2000

#send "ATE0L0Q0V1X4&C1&D2S7=60\r"
send "AT&F&C1&D2\r" 
recv 15000 "OK"
recv 500 ""             # delay kludge, fast computer/slow modem 
send "ATDT3558311\r"
recv 75000 ":" 
send "[EMAIL PROTECTED]\r"
recv 60000 "sword:" 
send "xxxxxxxx\r"

#Since this works, the Freewwweb server needs nothing more. 
---------------------------------------------------
The reliability of the script seems to focus around the password,
at that point I lose the connection. I am checking to see if the 
version of epppd.exe I am using is the cause. I'm using
epppd.exe 45638 bytes 9/20/97. I might try Arachne's epppd.exe
49258 9/19/97 and see what happens. I tried epppdd.exe 57424
5/1/97 and couldn't get the connection on this computer. Very
successful, however, with my Netdial 1.3 on another computer
using Netdial 1.3 - Arachne 1.60 combo. 
----------------------------
Michael L. Dawley
Pearl, Mississippi

------------------
IBM PS-1 
32 MB RAM
Quantum 410 MB HDD
Evergreen 586 Upgrade Processor

Reply via email to