home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / networki / 2939 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.7 KB  |  74 lines

  1. Newsgroups: comp.os.os2.networking
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!hobbes.physics.uiowa.edu!news.iastate.edu!timiller
  3. From: timiller@iastate.edu (Timothy I Miller)
  4. Subject: Try this with LANTastic
  5. Message-ID: <C1HDt8.B0A@news.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames, IA
  8. Distribution: usa
  9. Date: Tue, 26 Jan 1993 21:46:18 GMT
  10. Lines: 62
  11.  
  12.  
  13.      I was given a little network for christmas to link a couple of machines
  14. up in my house.  I was led to believe that the software would work with OS/2
  15. (in fact, it was supposed to be OS/2 software, or so I thought).  It turned
  16. out that it was just for DOS, but would work with OS/2 LAN manager.  I
  17. couldn't afford to buy that, so I messed with my OS/2 DOS until I got it to
  18. work.  It had to work as a server (peer), because it was the most powerful
  19. computer (why would I want the most powerful computer to run DOS?) in the
  20. house.  It works now, and I though that what I did might help with the
  21. LANtastic problem, too...
  22.      BTW, the software I got is called SilverNET, and it has many basic peer
  23. to peer functions built in like chat, email, massaging and the other basic
  24. stuff.
  25.  
  26. Here's what I did...
  27.  
  28. (most of this stuff is the same as Artisoft tells people to do)
  29.  
  30. Format a disk from the DOS prompt with the /s parameter (I did this in true
  31. DOS 5.0 as did the people at Artisoft).
  32.  
  33. Create a config.sys file on the boot diskette with these statements:
  34.   DEVICE=FSFILTER.SYS
  35.   FILES=50
  36.   BUFFERS=30
  37.   LASTDRIVE=Z
  38.  
  39. Create an Autoexec.bat file with the following lines:
  40.   PATH=A:\<net path>;C:\DOS;C:\
  41.   C:
  42.   <name of file to start network>
  43.  
  44. Copy the FSFILTER.SYS to the boot disk from the C:\OS2\MDOS directory.
  45. The files on the boot disk should be:
  46.   COMMAND.COM
  47.   AUTOEXEC.BAT
  48.   CONFIG.SYS
  49.   FSFILTER.SYS
  50.  
  51. Next, INSTALL YOUR NETWORK ON THE A: DRIVE!  I'm not sure if this is
  52. possible with LANtastic, but I could do it with SilverNET.  This lets you
  53. get around the problem of direct disk access somehow (I'm not sure how, but
  54. it worked for me).
  55.  
  56. AFTER the network stuff is installed on the A: drive, create a boot image of
  57. the diskette by typing:
  58.   VMDISK A: C:\DOS\DOS_BOOT.IMG
  59.  
  60. Next, create the icon for this (I'm sure people know how to do this).  Make
  61. sure to go to the "SESSION" page and change the settings.  In the "Value"
  62. field, type:
  63.  
  64.   C:\DOS\DOS_BOOT.IMG
  65.  
  66. Save this, and exit.  Then I think you're done.
  67. I can't garauntee that this will work for LANtastic owners, or anybody else
  68. for that matter.  It works with my peer, so I think it should work with
  69. other's, too.  If you have any comments, please feel free to email me.  I'd
  70. like to know if this works for other people.
  71.  
  72. Timothy Miller
  73.  
  74.