home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / netdoom.zip / NETDOOM.DOC < prev    next >
Text File  |  1994-08-30  |  7KB  |  175 lines

  1.                         HOW TO SETUP A DOOM NETWORK
  2.                         ---------------------------
  3.  
  4. Intro:
  5.  
  6. When considering setting up a DOOM network I found most of the information
  7. available on bulletin boards to be very confusing so after I got one 
  8. setup and running I decided to write a .doc file that tells how step-by-step
  9. I did it - if you follow the steps it SHOULD work (no guarantees!).
  10.  
  11. ===============================================================================
  12.  
  13. Hardware:
  14.  
  15. First you need Network Interface Cards (NIC's) - these are available in 
  16. several different standards (Arcnet and Ethernet being the most common) -
  17. You want Ethernet cards that use RG-58U Coax (10 Base 2 in network terms).
  18.  
  19. The step-by-step instructions I am presenting are using StorQuest 
  20. STQNETI/EC cards (these are the same as EFA InfoExpress S16C).  These are 
  21. basic Ethernet cards that are totally software configurable - you should be
  22. able to find these for about $50 or less.  If you can't find these cards
  23. any basic Ethernet card that is NE2000 compatible should work fine, and 
  24. hopefully will follow the same installation procedure.
  25.  
  26. Besides the cards you will need  a "T" connector (usually included with the
  27. cards) for each card, two 50 ohm terminators and enough RG-58U coax with
  28. BNC ends to connect the cards together - all this should be available from
  29. the company you buy your cards from.
  30.  
  31. ===============================================================================
  32.  
  33. Software:
  34.  
  35. You will need your NIC driver software (included with the card)
  36. and some support files (listed in the "Installing the software" section)
  37.  
  38. ===============================================================================
  39.  
  40. Hooking up the hardware:
  41.  
  42. Install the NIC cards and configure them (this is where the jumperless,
  43. software configurable cards are nice.).
  44.  
  45. Install a "T" on the back of each NIC.
  46.  
  47. Hook the RG-58U coax between each card.
  48.  
  49. Install a 50 ohm terminator on each of the end computers (or both on a two
  50. player network).
  51.  
  52. Example:
  53.  
  54.       < or >   indicates a terminator
  55.       T        indicates a BNC T
  56.       ===      indicates the cabling
  57.  
  58.  
  59.      <T===============T==============T===============T>
  60.    -----------     -----------    -----------      -----------
  61.    Computer #1     Computer #2    Computer #3      Computer #4
  62.  
  63. ===============================================================================
  64.  
  65. Installing the software:
  66.  
  67. I have included the required support files with this zip file - these files
  68. are intended for Novell Netware, Netware Lite, or Personal Netware use but,
  69. are freely available from the major BBS systems who have Network conferences.
  70.  
  71. I would suggest you create a DOOMNET.BAT file to automate the driver 
  72. installation.
  73.  
  74. So far I have found two methods to install the software (I'm sure there's
  75. an NDIS to IPX converter out there somewhere I haven't found yet!):
  76.  
  77. 1) Use ODI to IPX converter software.
  78.  
  79. Before you want to run a network game do the following:
  80.  
  81. load LSL.COM
  82. load <card specific ODI driver (see note)> mine is ETH16.COM
  83. load IPXODI.COM
  84.  
  85. note: My driver disk came with a READ.ME file that listed the directories on
  86.       the disk and the drivers they contained - the required driver is in the
  87.       A:\NOVELL\WKSTN directory, the description is "Novell Netware V4.0
  88.       ODI workstation driver".  Hopefully your driver disk uses the same
  89.       format - just look for an ODI workstation driver.
  90.       Also note that you may have to add a command line parameter if your
  91.       card was assigned an IRQ and Base Address other than the default
  92.       by the install software (if you didn't pay attention re-run the 
  93.       install software and pay attention!)
  94.  
  95.  
  96. You are ready to load SETUP and play DOOM (refer to DOOM docs for more info.)!
  97.  
  98. 2) Use Packet to IPX converter software.
  99.  
  100. Before you want to run a network game do the following:
  101.  
  102. load <card specific Packet driver (see note)> mine is ETHPD.COM
  103. load IPX.COM
  104.  
  105. note: My driver was in the A:\PACKET directory, the description is  
  106.       "FTP PC/TCP Packet Driver".
  107.  
  108.       This driver requires some command line parameters to be passed:
  109.  
  110.       ETHPD  <-d> <-n> <-w> <packet_int_no> <int_level> <io_addr>
  111.  
  112.               <-d, -n, -w>    Ignore these, not used for DOOM
  113.  
  114.               <packet_int_no> is the software interrupt vector number
  115.                               used by the packet driver program, which
  116.                               can be from Hex Address 0x60 to 0x80 
  117.                               (the docs say you can use decimal 96 to 128)
  118.                               (but the driver complains when I do.       )
  119.                               I have found that 0x60 works for me, if it 
  120.                               doesn't work I have read that 0x7E is a good
  121.                               bet.  If all else fails try them all from 0x60 
  122.                               to 0x80!
  123.                               YOU MUST PASS THIS VALUE, THERE IS NO DEFAULT
  124.  
  125.               <int_level>     OPTIONAL, this option is the hardware
  126.                               interrupt (IRQ) line set on your network
  127.                               interface card. The default is 3 if this
  128.                               parameter is not specified.
  129.                               This is set by the install software, if you
  130.                               didn't pay attention re-run it and pay attention!
  131.  
  132.               <io_base>       OPTIONAL, this option is base I/O address
  133.                               set on your network interface card.
  134.                               The default address of 0x300 is used, if
  135.                               this parameter is not specified.
  136.                               This is set by the install software, if you
  137.                               didn't pay attention re-run it and pay attention!
  138.  
  139.  
  140.      For Example:  C:>ETHPD  0x60  3  300
  141.                               |    |   |
  142.                               |    |  \|/
  143.                               |   \|/  <io_base>
  144.                              \|/   <int_level>
  145.                               <packet_int_no>
  146.  
  147. You are ready to load SETUP and play DOOM (refer to DOOM docs for more info.)!
  148.  
  149. ===============================================================================
  150.  
  151. Miscellanious:
  152.  
  153. Doom V1.2 has a bug - if you abort before a net game starts you may get a
  154. "OPEN SOCKET 0xFF" error, you will have to reboot.
  155.  
  156. I have also included a file called IPXFER11.ZIP - this file will allow you
  157. to send files from one computer to the other through the network cards (sure
  158. beats "sneaker net" when transferring those add-on WAD files!) 
  159.  
  160. ===============================================================================
  161.  
  162. Conclusion:
  163.  
  164. I hope this helps you set up your DOOM network - I found the hardware install
  165. to be simple (thanx to jumperless, software configurable NIC's - I highly 
  166. recommend these for painless install!).  The software install is where I 
  167. had the most difficulty (mostly finding the required support files and 
  168. determing which drivers to use) - I have tried to help out here by providing
  169. the support files and explaining which driver files I used and where I found
  170. them on my driver disk.
  171.  
  172. Have fun!
  173.  
  174. First (& probably last) release August 30th, 1994.       
  175.