ÿÿÿ ÜÛÛÛÛÛÜ ÜßßÜ ÜÛÛÛÛÛÜ ÞÛ ÛÛ ÛÛÛÛÛÛÜ ÜÛÛÛÛÛÜ ÛÛ ÛÛ ßÜÜß ÛÛÜÜÜÛÛ ÛÛÜÜÛÛÜ ÛÛ ÛÛ ÛÛÜÜÜÛÛ ÛÛ ßÜÛÛ Üß ßÜß ÛÛßßßÛÛ ßßßßÛÛß ÛÛÛÛÛÛ ÛÛßßßÛÛ ßÛÛÛÛßÜ ßÜ ÜßÜ ÛÛ ÛÛ ÛÛ ÛÛ ßÛÛ ÛÛ ÛÛ ßß ß Revision 11 Questions and Answers for RemoteAccess 2.x °°±±²² NETWORK.Q&A ²²±±°° Updated on 02/04/96 By: Eric Staufer The Concession Stand FidoNet 1:374/6568 * This Network setup, using Netware Lite, was sent to me by Mike Hawley of * * Long's Peak BBS (1:104/135). Thanks Mike! * You asked if you could get a setup for a network, I'm sending you our's, do with it as you please. :) If you have any Questions I'll will be glad to help or if you see anything that we might be doing wrong let us know. Mike Hawley Long's Peak BBS Longmont, Colorado 1:104/135 303-772-7921 BBS We are running RA/PRO 2.02 (250node), InterMail 2.29 (Registered), Fastecho 1.45 (registered). We are using Netware Lite and will be upgrading to Novell 3.12 in the future. Computer 1 is the file server (Dedicated) we have 2 650 ESDI drives and 4 540 SCSi drives, using Disk Manager to map the drives and 1 Sony single speed CD-ROM. Also have a Ramdrive of 2 meg. The system is mapped so Drive D: is for RA files, Doors, Intermail, Fastecho and ect. Drive C: is for DOS and Misc Utilities Files - McAfee, ect. Computer 2 is RA Node 1 with a PP14400 Modem with a 40 meg HD IDE. Computer 3 is RA Node2 with a PP14400 Modem and 2 IDE HD's (860meg) and a CD-ROM, this is a Client/Server for running RA and our Adult Files. Computer 4 is my Dad's machine with 2 IDE HD's and used for Node 3 Local. Computer 5 is mine and it has 2 IDE HD's and used for Node 4 Local. Sense we are running the Pro Version we have found that RANETMGR as a very valuable tool as we don't have Monitors on the first 3 machine. We are not Shelling from RA to InterMail, don't know if thats possible with this configuation. All the machines use c: as the Boot Drive with there own copy of DOS and Netware Lite. Example of drive mapping from My Dad's Machine: C: Boot Drive D: RA files E: RA Messages and Intermail Messages F: Zip Files G: Zip Files H: Zip Files I: Zip Files : Drives D: thru O: from File Server #1 J: Zip Files K: Zip Files L: Zip Files M: Ram Drive from #1 which contains RA.OVR ,Semafore Dir's, N: CD-ROM from File Server #1 O: C: Drive from File Server #1 P: C: Drive from Client/Server #2 Q: Zip Files from #2 R: Zip Files from #2 S: CD-ROM from #2 T: Remapped Drive D: local machine U: CD-ROM from Local machine Now for the Batch files these are run form the IMAIL Dir in Drive D: we also log on local by passing Intermail by going to ra dir and typing ra -l -n3 ----- Run001.bat for Node 1 ---------------------------------------- @echo OFF BREAK OFF D: cd \ra ratsr 1 cd \ :start set ra=d:\ra D: CD \IMail IM /#1 D: cd \ra\node1 if errorlevel 119 goto c57600 if errorlevel 118 goto c38400 if errorlevel 117 goto c28800 if errorlevel 116 goto c26400 if errorlevel 115 goto c24000 if errorlevel 114 goto c21600 if errorlevel 113 goto c19200 if errorlevel 112 goto c16800 if errorlevel 111 goto c14400 if errorlevel 110 goto c12000 if errorlevel 109 goto c9600 if errorlevel 108 goto c7200 if errorlevel 107 goto c4800 if errorlevel 106 goto c2400 if errorlevel 105 goto c2400 if errorlevel 104 goto c1200 if errorlevel 103 goto c1200 if errorlevel 102 goto c1200 if errorlevel 101 goto c1200 if errorlevel 100 goto c300 goto checks :c57600 \ra\ra -e20 -n1 -b57600 -c2 -SMALLOVRBUF goto checks :c38400 \ra\ra -e20 -n1 -b38400 -c2 -SMALLOVRBUF goto checks :c28800 \ra\ra -e20 -n1 -b28800 -c2 -SMALLOVRBUF goto checks :c26400 \ra\ra -e20 -n1 -b26400 -c2 -SMALLOVRBUF goto checks :c24000 \ra\ra -e20 -n1 -b24000 -c2 -SMALLOVRBUF goto checks :c21600 \ra\ra -e20 -n1 -b21600 -c2 -SMALLOVRBUF goto checks :c19200 \ra\ra -e20 -n1 -b19200 -c2 -SMALLOVRBUF goto checks :c16800 \ra\ra -e20 -n1 -b16800 -c2 -SMALLOVRBUF goto checks :c14400 \ra\ra -e20 -n1 -b14400 -c2 -SMALLOVRBUF goto checks :c12000 \ra\ra -e20 -n1 -b12000 -c2 -SMALLOVRBUF goto checks :c9600 \ra\ra -e20 -n1 -b9600 -c2 -SMALLOVRBUF goto checks :c7200 \ra\ra -e20 -n1 -b7200 -c2 -SMALLOVRBUF goto checks :c4800 \ra\ra -e20 -n1 -b4800 -c2 -SMALLOVRBUF goto checks :c2400 \ra\ra -e20 -n1 -b2400 -c2 -SMALLOVRBUF goto checks :c1200 \ra\ra -e20 -n1 -b1200 -c2 -SMALLOVRBUF goto checks :c300 \ra\ra -e20 -n1 -b300 -c2 -SMALLOVRBUF :checks if errorlevel 99 goto unpack if errorlevel 50 goto maint if errorlevel 20 goto start if errorlevel 10 goto end if errorlevel 5 goto Net&Echo if errorlevel 4 goto Echo if errorlevel 3 goto Net if errorlevel 2 goto Local if errorlevel 0 goto end goto end :local d: cd \ra\node1 \ra\ra -l -n1 goto checks :unpack d: rem cd \doors\bre4 rem bre inbound rem bre planetary rem bre outbound cd \ra\fastecho fastecho toss cd \ra rem ramsg pack -purge -delete -recover -renumber -overwrite -link rem cd \ra\fastecho rem feutil link /i c: cd \fd goto start :net&echo d: cd \ra\fastecho fastecho pack goto start :echo d: cd \ra\fastecho rem imthings export fastecho scan fastecho import rem imail pack cd \doors\bre2 cd \IM goto start :maint d: xcopy d:\ra\msgbase j:\msgbase /s /e cd \ra rauser -p -s RAMSG PURGE cd \ra\fastecho fastecho toss fastecho scan fastecho pack cd \ra RAMSG PACK -PURGE -DELETE -RECOVER -RENUMBER -OVERWRITE -LINK CD \RA\FASTECHO FEUTIL LINK /I d: cd \todaybbs todaybbs d: cd \doors\tw2002 extern.exe d: cd \doors\fishing fishmant.exe d: cd \ra\dstat dstat /g cd \ra\dstat\txtfiles copy *.* d:\ra\txtfiles d: cd \wxman rem wxman d: cd \ra RAFILE FILELIST k:\LPBBS\LPBBS.LST @AREA.LST /bc:\util1\zipbrand.cmt rafile filelist k:\lpbbs\rad_lst.lst @rad_ar.lst /bc:\util1\zipbrand.cmt rafile filelist k:\lpbbs\lpbbs.new @area.lst /d10 /bc:\util1\zipbrand.cmt k: cd \lpbbs pkzip -ex k:\lpbbs\lpbbs lpbbs.lst pkzip -ex k:\lpbbs\rad_dist rad_lst.lst pkzip -ex k:\lpbbs\newfiles lpbbs.new d: cd \ra rafile update *.* 3 touch cd \IM rem c:\boot d: Cd \ra goto start :end Echo ** Longs Peak BBS shut down ** End ------- Run001.Bat ------------------------------------- Start ------ Run002.Bat for Node 2 @echo OFF BREAK OFF D: cd \ra ratsr 2 cd \ :start set ra=d:\ra D: CD \IMail IM /#2 D: cd \ra\node2 if errorlevel 119 goto c57600 if errorlevel 118 goto c38400 if errorlevel 117 goto c28800 if errorlevel 116 goto c26400 if errorlevel 115 goto c24000 if errorlevel 114 goto c21600 if errorlevel 113 goto c19200 if errorlevel 112 goto c16800 if errorlevel 111 goto c14400 if errorlevel 110 goto c12000 if errorlevel 109 goto c9600 if errorlevel 108 goto c7200 if errorlevel 107 goto c4800 if errorlevel 106 goto c2400 if errorlevel 105 goto c2400 if errorlevel 104 goto c1200 if errorlevel 103 goto c1200 if errorlevel 102 goto c1200 if errorlevel 101 goto c1200 if errorlevel 100 goto c300 goto checks :c57600 \ra\ra -e20 -n2 -b57600 -c2 -SMALLOVRBUF goto checks :c38400 \ra\ra -e20 -n2 -b38400 -c2 -SMALLOVRBUF goto checks :c28800 \ra\ra -e20 -n2 -b28800 -c2 -SMALLOVRBUF goto checks :c26400 \ra\ra -e20 -n2 -b26400 -c2 -SMALLOVRBUF goto checks :c24000 \ra\ra -e20 -n2 -b24000 -c2 -SMALLOVRBUF goto checks :c21600 \ra\ra -e20 -n2 -b21600 -c2 -SMALLOVRBUF goto checks :c19200 \ra\ra -e20 -n2 -b19200 -c2 -SMALLOVRBUF goto checks :c16800 \ra\ra -e20 -n2 -b16800 -c2 -SMALLOVRBUF goto checks :c14400 \ra\ra -e20 -n2 -b14400 -c2 -SMALLOVRBUF goto checks :c12000 \ra\ra -e20 -n2 -b12000 -c2 -SMALLOVRBUF goto checks :c9600 \ra\ra -e20 -n2 -b9600 -c2 -SMALLOVRBUF goto checks :c7200 \ra\ra -e20 -n2 -b7200 -c2 -SMALLOVRBUF goto checks :c4800 \ra\ra -e20 -n2 -b4800 -c2 -SMALLOVRBUF goto checks :c2400 \ra\ra -e20 -n2 -b2400 -c2 -SMALLOVRBUF goto checks :c1200 \ra\ra -e20 -n2 -b1200 -c2 -SMALLOVRBUF goto checks :c300 \ra\ra -e20 -n2 -b300 -c2 -SMALLOVRBUF :checks if errorlevel 99 goto unpack if errorlevel 20 goto start if errorlevel 10 goto end if errorlevel 5 goto Net&Echo if errorlevel 4 goto Echo if errorlevel 3 goto Net if errorlevel 2 goto Local if errorlevel 0 goto end goto end :local d: cd \ra\node2 \ra\ra -l -n2 goto checks :unpack d: cd \doors\bre4 bre inbound bre planetary bre outbound cd \ra\fastecho fastecho toss cd \ra rem ramsg pack -purge -delete -recover -renumber -overwrite -link rem cd \ra\fastecho rem feutil link /i c: cd \fd goto start :net&echo d: cd \ra\fastecho fastecho pack goto start :echo d: cd \ra\fastecho rem imthings export fastecho scan fastecho import rem imail pack cd \doors\bre2 cd \IM goto start :end Echo ** Longs Peak BBS shut down ** End ------------------ Run003.Bat ------------------------------------ Start -------------- Run003.bat for local maintance @echo OFF BREAK OFF D: cd \ra ratsr 3 cd \ :start set ra=d:\ra D: CD \IMail IM /#3 D: cd \ra\node3 if errorlevel 119 goto c57600 if errorlevel 118 goto c38400 if errorlevel 117 goto c28800 if errorlevel 116 goto c26400 if errorlevel 115 goto c24000 if errorlevel 114 goto c21600 if errorlevel 113 goto c19200 if errorlevel 112 goto c16800 if errorlevel 111 goto c14400 if errorlevel 110 goto c12000 if errorlevel 109 goto c9600 if errorlevel 108 goto c7200 if errorlevel 107 goto c4800 if errorlevel 106 goto c2400 if errorlevel 105 goto c2400 if errorlevel 104 goto c1200 if errorlevel 103 goto c1200 if errorlevel 102 goto c1200 if errorlevel 101 goto c1200 if errorlevel 100 goto c300 goto checks :c57600 \ra\ra -e20 -n3 -b57600 -c2 -SMALLOVRBUF goto checks :c38400 \ra\ra -e20 -n3 -b38400 -c2 -SMALLOVRBUF goto checks :c28800 \ra\ra -e20 -n3 -b28800 -c2 -SMALLOVRBUF goto checks :c26400 \ra\ra -e20 -n3 -b26400 -c2 -SMALLOVRBUF goto checks :c24000 \ra\ra -e20 -n3 -b24000 -c2 -SMALLOVRBUF goto checks :c21600 \ra\ra -e20 -n3 -b21600 -c2 -SMALLOVRBUF goto checks :c19200 \ra\ra -e20 -n3 -b19200 -c2 -SMALLOVRBUF goto checks :c16800 \ra\ra -e20 -n3 -b16800 -c2 -SMALLOVRBUF goto checks :c14400 \ra\ra -e20 -n3 -b14400 -c2 -SMALLOVRBUF goto checks :c12000 \ra\ra -e20 -n3 -b12000 -c2 -SMALLOVRBUF goto checks :c9600 \ra\ra -e20 -n3 -b9600 -c2 -SMALLOVRBUF goto checks :c7200 \ra\ra -e20 -n3 -b7200 -c2 -SMALLOVRBUF goto checks :c4800 \ra\ra -e20 -n3 -b4800 -c2 -SMALLOVRBUF goto checks :c2400 \ra\ra -e20 -n3 -b2400 -c2 -SMALLOVRBUF goto checks :c1200 \ra\ra -e20 -n3 -b1200 -c2 -SMALLOVRBUF goto checks :c300 \ra\ra -e20 -n3 -b300 -c2 -SMALLOVRBUF :checks if errorlevel 99 goto unpack if errorlevel 31 goto timeset if errorlevel 20 goto start if errorlevel 10 goto end if errorlevel 5 goto Net&Echo if errorlevel 4 goto Echo if errorlevel 3 goto Net if errorlevel 2 goto Local if errorlevel 0 goto end goto end :local d: cd \ra\node3 \ra\ra -l -n3 goto checks :unpack d: cd \doors\bre4 bre inbound bre planetary bre outbound cd \ra\fastecho fastecho toss cd \ra rem ramsg pack -purge -delete -recover -renumber -overwrite -link rem cd \ra\fastecho rem feutil link /i c: cd \fd goto start :net&echo d: cd \ra\fastecho fastecho pack goto start :echo d: cd \ra\fastecho rem imthings export fastecho scan fastecho import rem imail pack cd \doors\bre2 cd \IM goto start :timeset c: cd \time timeset d: cd \ra goto start :end d: cd \ Echo ** Longs Peak BBS shut down ** end ----------- Run003.bat ---------------------------------- °°±±²² NETWORK.Q&A ²²±±°° Total Lines: 645 Total Size: 12k