----------------------------- You need to have a file in the %ETC% directory called "pap.sct" which has the necassary username/passwords for a PAP type login. Make sure it's read-only. # # client server secret list_of_ip # ggause techshop password 204.157.18.69 mdease techshop password 204.157.18.69 pinky techshop password 204.157.18.69 The user must be using PAP (Password Authentication Protocol) The necassary login goes like so: The last line of your "enterbbs" line in bink.cfg is the userprompt. Mine says: EnterBBS Press to enter Tech Shop/2! So "Shop/2!" is the userprompt. Then the user sends their username that you gave them in bink.cfg to trigger extmail.cmd and in turn runs ppp. They may need 7-10 secs of wait time before ending their script and entering the ppp session. Then PAP will kick in and validate their username/password configured in "pap.sct". I've never set up DOIP for a user, but I do use PPPDIAL and Injoy on my laptop and here is the cmd to call pppdial enabling pap on the client. : /* JGPPP.CMD */ '@echo off' signal on halt if RxFuncQuery("SysLoadFuncs") then do rc = RxFuncAdd("SysLoadFuncs","RexxUtil","SysLoadFuncs") rc = SysLoadFuncs() end New = Directory('c:\tcpip\bin') 'ppp.exe com1 19200 rtscts +ua "ppp.pas" modem defaultroute priority 1 exit connect "pppdial.cmd jgppp.rsp"' exit ----------- PPP.PAS is a textfile in \tcpip\bin with username on line 1 and password on line 2. And here's the response file I use: GO [PPPDIAL_DO_NOT_USE_DIALER] [PPPDIAL_INIT1] ATZ [PPPDIAL_INIT2] ATZ [PPPDIAL_REM] Only retry dialing 20 times [PPPDIAL_MAX_REDIAL] 20 [PPPDIAL_DELAY] 5 [PPPDIAL_PREFIX]ATDT [PPPDIAL_DIAL_PREFIX] [PPPDIAL_PHONE] 9395-2165 [REPEAT] ^M Shop/2! ggause I also set up a windows 95 box to dial in using the "dial up networking". Just tell it to bring up the terminal window after dialing and enter the username (by hand) and click on continue when you see the ppp stuff from the host. PAP seems to be default on 95 when you enter username/password when setting up a connection. update: You can assign a script to a dialup entry in w95 by using the Dialip scripting tool. Here's the script I use: proc main transmit "^M" waitfor "Shop/2!" until 15 if !$SUCCESS then goto exit endif transmit $USERID goto end exit: transmit "^M" halt end: endproc Here's a login.cmd from winsock 2.0 for reference: # set up some strings for dialling up # if ![load $number] if [query $number "Enter the SunBelt.Net phone number"] save $number end end if ![load $modemsetup] if [query $modemsetup "Enter your modem initialization string"] save $modemsetup end end if ![load $username] if [username "Enter your login Username"] save $username end end if ![load $password] if [password "Enter your login Password"] save $password end end # $modemsetup = "&c1&d2x0" $prompt = ">" $userprompt = "hop/2!" $passprompt = "assword" $slipcmd = "slip" $pppcmd = "ppp" %attempts = 10 # # # initialize modem # output "atz"\13 if ! [input 10 OK\n] display "Modem is not responding"\n abort end # # setup our modem commands # output "at"$modemsetup\13 input 10 OK\n # # send phone number # %n = 0 repeat if %n = %attempts display "Too many dial attempts"\n abort end output "atdt"$number\13 %ok = [input 60 CONNECT] %n = %n + 1 until %ok input 10 \n # # wait till it's safe to send because some modem's hang up # if you transmit during the connection phase # wait 30 dcd # # now prod the terminal server # output \13 # # wait for the username prompt # input 30 $userprompt output $username\13 When setting up a user, just remember that they need to enable PAP and send the username twice. Once to tell bink who it is and run PPP and again in the PAP settings. Well that should do ya! Yell if you need help. CA> Thanks in advance. You're welcome! Later, Jerry Gause /* Team OS/2 */ gpgause@pdn.net --- timEd-A10c * Origin: The Tech Shop/too!!??? (1:3651/9.1) --------------- FIDO MESSAGE AREA==> TOPIC: 273 OS/2 INTERNET Ref: EGF00001 Date: 12/10/97 From: WILL HONEA Time: 03:38am \/To: VINCENT DANEN (Read 2 times) Subj: Netscape/2 12-09-1997,Vincent Danen wrote to All: VD> Does anyone know where I can get the latest refresh of VD> Netscape/2 to work with Java 1.1.4? Vincent, I saw the 11/97 version on Hobbes the other nite. They have moved things about since the honco there got back from a trip, but it was still there last time I checked: OS2EN202.ZIP, dated later than 11/01/97 (it appears that Hobbes dates the files when received rather than keeping the original dates). Will Honea whonea@codenet.net --- Maximus/2 2.02 * Origin: OS/2 Shareware BBS, telnet://bbs.os2bbs.com (1:109/347) --------------- FIDO MESSAGE AREA==> TOPIC: 273 OS/2 INTERNET Ref: EGF00002 Date: 12/10/97 From: KEITH KOTTWITZ Time: 06:34am \/To: WILL HONEA (Read 2 times) Subj: Re: Java 1.1.4 Hi Will, WH> have to first get the full load installed before you can successfully WH> use the runtime.exe updates just because of this. It was worth the WH> effort here, as the speed increase is IMPRESSIVE, even over JAVA1.1.1. I was wondering about that, coming out of the /fixes directory like it did. I grabbed the full install and noticed a few days difference on the file dates. I take it that they should be installed on top of the full version or should I wait for the need, like with fix packs? ttyl... Keith Kottwitz KeithK@infoave.net --- Renegade v 5-11 Exp / CDRMAIL v1.14b. * Origin: Taz's Pad BBS * Hamlet, NC * 910.205.0398 (1:3655/7) --------------- FIDO MESSAGE AREA==> TOPIC: 273 OS/2 INTERNET Ref: EGG00000 Date: 12/11/97 From: KARI SUOMELA Time: 09:12pm \/To: WILL HONEA (Read 2 times) Subj: IP Address Table Exhaust Sunday December 07 1997 20:37, Will Honea wrote to Kari Suomela: KS> WH>> table, among other things. Check with the InJoy home page KS>> Right! NOW the info is there. Wasn't anywhere, when I registered! WH> I missed it in the docs when I registered 6 months or so back, but I registered a year ago. It was NOT on the docs then! The author told me to read the docs, which I did, and pointed the omission out to him. No explanation or apology from him! :( I could live with the limitation, if the bugs were fixed! "Autostart" settings don't work, for example. KS --- * Origin: KARICO BS-BBS * North York ON * (416) 502-3611 (1:2424/101) --------------- FIDO MESSAGE AREA==> TOPIC: 273 OS/2 INTERNET Ref: EGG00001 Date: 12/11/97 From: CHRIS ALBERTSEN Time: 08:49pm \/To: LAWRENCE LUCIER (Read 2 times) Subj: PPP Hey Lawrence, LL> Hopefully others here (and in OS2BBS where I am also LL> finding out information) will be able to get us going! :-) Well, I got it going. Using the IBM Lotus Go server, tserve, and OS/2 ppp.exe. Chris --- Maximus/2 3.01 * Origin: Plastic Tower/2 CBCS - Okinawa Japan - (6:733/1) --------------- FIDO MESSAGE AREA==> TOPIC: 273 OS/2 INTERNET Ref: EGI00000 Date: 12/12/97 From: LAWRENCE LUCIER Time: 11:21pm \/To: CHRIS ALBERTSEN (Read 2 times) Subj: PPP Chris Albertsen @ 6:733/1 wrote on 12-11-97 20:49 about *PPP* LL>> Hopefully others here (and in OS2BBS where I am also finding out LL>> information) will be able to get us going! :-) CA> Well, I got it going. Using the IBM Lotus Go server, CA> tserve, and OS/2 ppp.exe. Good to hear Chris! :-) I looked at tserve but the registration cost has me looking for another alternative now......by the time I've converted $50 - $60 US into Canadian dollars it's more than our pocketbooks can stand right now. Anyways enough of my moaning and groaning........thanks for the update and will ttyl. :-) --- Sqed/32 1.14/r15155 * Origin: T-Shirts 'N Genes BBS - (250) 748-3408 v32b v42b XA CM (1:340/204) --------------- FIDO MESSAGE AREA==> TOPIC: 273 OS/2 INTERNET Ref: EGI00001 Date: 12/12/97 From: BOB HOLIDAY Time: 05:01pm \/To: KARI SUOMELA (Read 2 times) Subj: IP Address Table Exhaust Hello Kari! Thursday December 11 1997 21:12, Kari Suomela wrote to Will Honea: KS> Sunday December 07 1997 20:37, Will Honea wrote to Kari Suomela: KS> WH>>> table, among other things. Check with the InJoy home page KS>>> Right! NOW the info is there. Wasn't anywhere, when I registered! WH>> I missed it in the docs when I registered 6 months or so back, but KS> I registered a year ago. It was NOT on the docs then! The author told KS> me to read the docs, which I did, and pointed the omission out to him. KS> No explanation or apology from him! :( KS> I could live with the limitation, if the bugs were fixed! "Autostart" KS> settings don't work, for example. That's funny, Autostart settings seem to work over here. You have to Update" your settings whenever making changes. I have to admit that "Autostart" doesn't work 100% of the time, but 97% aint bad. Bob 1:120/125 rholiday@oeonline.com ... oxymoron: nuclear safety --- JMail-G 2.81 * Origin: Living in interesting times (FIDONET 1:120/125) --------------- FIDO MESSAGE AREA==> TOPIC: 273 OS/2 INTERNET Ref: EGJ00000 Date: 12/14/97 From: VINCENT DANEN Time: 11:09pm \/To: ALL (Read 2 times) Subj: Java 1.1.4 installation * Crossposted in OS2INET * Crossposted in STN.OS2 Ok, I'm really choked now... I tried installing Java 1.1.4 and have the frontend FISETUP program or whatever installed. Ok fine. I get a SYS0002 error when I run install.exe... can't find a file. No idea which file, so I try installing fisetup again, and then run install again after unarchiving the file again. Same deal. Fisetup is in my c:\features\fisetup directory, and I even unarchive the java114.zip archive into c:\features\feature1 as per the fisetup readme. Nada. So I think there's a problem with my java114.zip archive so I download another one. Three hours later, brand-new archive, I get the same bloody error! Aaarg! *What* is wrong with this thing?!? Why won't it let me install it? What file can't it find? I know it makes use of Netscape/2, and I have that installed in e:\ns so I don't know what the problem is. Anyone with an idea? This is very aggravating... three hours wasted for nothing... =( Vincent Danen (vdanen@accessweb.com) . Sysop's TechNet IC AllFix/2 Beta . WaterGate/2 Beta . Internet Rex Beta PGP Fingerprint: 0D 78 A1 58 03 AF 12 7D 9E 08 88 0B 71 9A DC B1 ... The Pledge of Allegiance does NOT end with, "Hail Satan". --- WtrGate/2+ v0.94.PRE2 * Origin: Stronghold Enterprises/2 (1:342/52) --------------- FIDO MESSAGE AREA==> TOPIC: 273 OS/2 INTERNET Ref: EGJ00001 Date: 12/14/97 From: KENNETH ABRAMS Time: 12:12pm \/To: KEITH KOTTWITZ (Read 2 times) Subj: Java 1.1.4 KK> I was wondering about that, coming out of the /fixes directory like I got that last weekend, and found that it apparently needed to be unzip'd on top of an existing 1.1.1 install. Found the runtime for that yesterday, unzipped it to a new directory on my e: drive (OS/2 boots from c: and that's where the original Java is installed), then unzipped the 1.1.4 runtime on top of that. Changed config.sys references for java in path, libpath, and classpath to point to the new one and rebooted. Went online and installed ICQJava, which worked rather nicely, although limited in features as compared to the Win95 version a friend is running (same person that wanted me to install ICQ). So far, so good. Haven't even unpacked the toolkit and samples, yet. However, Java presently appears unavailable in Netscape. Not really a big deal, I suppose, since I've been running with Java disabled in NS anyway. Would be nice to have everything working, though. kabrams@erols.com * RM 1.3 03106 * --- Platinum Xpress/Win/Wildcat5! v2.1c * Origin: BBS Networks @ www.bbsnets.com 301-863-5089 (1:2612/10) --------------- FIDO MESSAGE AREA==> TOPIC: 273 OS/2 INTERNET Ref: EGK00000 Date: 12/15/97 From: DON GUY Time: 10:27am \/To: VINCENT DANEN (Read 2 times) Subj: Java 1.1.4 installation Greetings Vincent! A long time ago, in a galaxy far, far away, a coded message from Vincent Danen to All was intercepted... VD> *What* is wrong with this thing?!? Why won't it let me install it? VD> What file can't it find? I know it makes use of Netscape/2, and I VD> have that installed in e:\ns so I don't know what the problem is. If it's any consolation, you're not the only one. :-) I had even more fun though--FISetup buggered Netscape beyond repair... -Don ... MACINTOSH: Most Applications Crash; If Not, The Operating System Hangs --- * Origin: Extreme Impossibility/2 [Kingston, Ontario, Canada] (1:249/176)