home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / networks / lan2unix.zip / DOUBLE.TXT next >
Text File  |  1993-05-27  |  6KB  |  191 lines

  1.  
  2. Here are some examples of using the redirection to non-DOS drive
  3. resources feature in LANtastic 5.0. They are intended to give you a
  4. basic outline for setting up the resources.
  5.  
  6. Novell/LANtastic Connectivity with NOS 5.0
  7. Double Redirections with Netware
  8. (Note: We don't use LANtastic for Netware in this example, because
  9. a workstation would have access to the Netware server directly)
  10.  
  11. Our testing was performed with the following equipment:
  12.  
  13. 1 NodeRunner adapter (For Netware)
  14. Settings:
  15. NE2000 Mode
  16. IRQ=3
  17. IOBASE=300
  18.  
  19. 1 NodeRunner adapter (For LANtastic)
  20. Settings:
  21. Artisoft Mode
  22. IRQ=10
  23. IOBASE=340
  24.  
  25. Compuadd 386sx 16 with 4Meg of ram, 40 Meg Harddisk
  26.  
  27.  
  28. Here are the steps necessary to setup the connection:
  29.  
  30. 1)    Install two network adapters in a machine.  Make sure each adapter
  31.    is using a serparte irq and iobase.
  32.  
  33. 2)    Setup an AUTOEXEC.BAT to load both sets of network drivers.   The 
  34.    AUTOEXEC will differ if you are using IPX drivers as opposed to 
  35.    ODI drivers.  In addition, a NET.CFG file must be included if you 
  36.    are using ODI drivers.
  37.  
  38. CONFIG.SYS
  39. device=c:\dos\himem.sys       ;  Extended Memory drive
  40. dos=high                   ;  Load dos high
  41. files=200            
  42. buffers=32
  43. fcbs=16,8
  44. lastdrive=j
  45.  
  46.  
  47. IPX AUTOEXEC.BAT
  48. prompt $p$g
  49. path c:\dos;c:\netware;c:\lantasti;
  50. ipx                        ;  Novell IPX Driver
  51. noderun iobase=340         ;  Noderunner LANtastic Driver
  52. ailanbio                   ;  LANtastic NetBIOS Driver
  53. redir cube logins=3        ;  LANtastic Redirector
  54. server                     ;  LANtastic Server
  55. netx                       ;  Novell Network shell
  56.  
  57.  
  58. ODI AUTOEXEC.BAT
  59. prompt $p$g
  60. path c:\dos;c:\netware;c:\lantasti;
  61. lsl                        ;  Novell Link Support Layer driver
  62. nrodi                      ;  Noderunner ODI Driver
  63. ipxodi                     ;  Novell ODI IPX driver
  64. noderun iobase=340         ;  Noderunner LANtastic Driver
  65. ailanbio                   ;  LANtastic NetBIOS Driver
  66. redir cube logins=3        ;  LANtastic Redirector
  67. server                     ;  LANtastic Server
  68. netx                       ;  Novell Network shell
  69.  
  70.  
  71. ODI NET.CFG
  72. link driver nrodi
  73.     frame ETHERNET_802.3
  74.  
  75.  
  76. 3)  Set Lastdrive for Netware
  77. Change your CONFIG.SYS so that LASTDRIVE=J, Netware will use K: for 
  78. the login drive.
  79.  
  80. 4)  Set up the Netware resource
  81. Run NET_MGR.  Choose SHARED RESOURCES MANAGMENT.  Press INSERT.  Type
  82. in NOVELL for the resource name.  Put in K: (or the drive letter of 
  83. the mapped drive you wish to share) for the path to the drive.  Then
  84. select the NOVELL resource.  Select DISK DRIVE TYPE and choose 
  85. Netware.  Press ESCAPE until you return to DOS.
  86.  
  87. 5)  Reboot the machine.  After the machine comes back up, users 
  88. should be able to log into the server and use the Novell resource to 
  89. access the Novell server.
  90.  
  91.  
  92.  
  93. Unix/LANtastic Connectivity with NOS 5.0
  94. Double Redirections with Unix
  95.  
  96. Our testing was performed with the following equipment:
  97.  
  98. 1  Sun Interactive Unix Server (System V Release 3.2 Version 3.0.1)
  99.         TCP/IP and NFS Installed
  100.     Magitronics 386 33 8 meg of Ram 200 Meg Had drive
  101.     AE3 adapter 
  102. Settings:
  103.         NE2000 Mode
  104.         IRQ=5
  105.         IOBASE=300
  106.  
  107. 1 LANtastic Server V5.0, DOS 6.0
  108.    Compuadd 386sx 25 with 8Meg of ram, 130 Meg Harddisk
  109.    NodeRunner adapter
  110. Settings:
  111.         Artisoft Mode
  112.         IRQ=15
  113.         IOBASE=300
  114.  
  115. 1 LANtastic Workstation V5.0, DOS 5.0
  116.    Compuadd 386sx 25 with 4Meg of ram, 120 Meg Harddisk
  117.    NodeRunner adapter 
  118. Settings:
  119.         Artisoft Mode
  120.         IRQ=15
  121.         IOBASE=300
  122.  
  123. NDIS Support for LANtastic
  124. LANtastic for TCP/IP 
  125.  
  126.  
  127. Here are the steps necessary to setup of the connection:
  128.  
  129. 1)      Setup LANtastic software on server
  130.         The Server machine must have LANtastic V5.0 and LANtastic for
  131.         TCP/IP installed and properly configured. NDIS Support for 
  132.         LANtastic is optional, but is used in this example.
  133.  
  134. 2)      Setup a CONFIG.SYS and AUTOEXEC.BAT to load the network 
  135.         drivers. In addition, a PROTOCOL.INI is required for NDIS.
  136.         Here are the files used in this example.
  137.  
  138. CONFIG.SYS
  139. device=c:\dos\himem.sys                 ;  Dos extended memory driver
  140. dos=high                                ;  Load DOS high
  141. device=c:\ndis\protman.dos /i:c:\ndis   ;  Load NDIS Protocol Manager
  142. device=c:\ndis\aexndis.dos              ;  Load the NDIS Mac layer or
  143.                                            card driver
  144. files=200
  145. buffers=32
  146. stacks=9,256
  147. fcbs=16,8
  148. lastdrive=z
  149.  
  150. AUTOEXEC.BAT
  151. path c:\dos;c:\ndis;c:\lantasti;c:\lantcp;
  152. share /f:2048 /l:200
  153. wgndis -D:2                              ;  Load LANtastic TCP/IP 
  154. ;                                           driver for NDIS
  155. ai-ndis bind_to=aexndis verbose          ;  Load LANtastic Netbios 
  156. ;                                           driver for NDIS
  157. ailanbio                                 ;  Load LANtastic Netbios
  158. redir mikew buffers=2 verbose            ;  Load LANtastic Redirector
  159. server                                   ;  Load LANtastic Server
  160. ARTiTCP                                  ;  Load LANtastic TCP/IP 
  161. ;                                                                                                                                                                         Configuration File
  162. ASTCP                                    ;  Load LANtastic TCP/IP 
  163. ;                                           Kernal
  164. nfs                                      ;  Load NFS client driver
  165. mount e: \\tiny1\/usr2 username password ;  Redirect NFS drive to 
  166. ;                                           Unix Host
  167.  
  168. NDIS PROTOCOL.INI
  169. [PROTOCOL MANAGER]
  170.         Drivername=PROTMAN$
  171.         Dynamic=yes
  172.  
  173. [AEXNDIS]
  174.         Drivername=AEXNDS$    ; Identify Mac driver for Noderunner
  175.         Interrupt=15          ; Set card IRQ=15
  176.         IObase=0x300          ; Set IOBase=300
  177.  
  178. 3)  Set up the Unix resource
  179. Run NET_MGR.  Choose SHARED RESOURCES MANAGMENT.  Press INSERT.  Type
  180. in UNIX for the resource name.  Put in E: (or the drive letter of the
  181. mapped drive you wish to share) for the path to the drive.  Then 
  182. select the UNIX resource.  Select DISK DRIVE TYPE and choose OTHER.  
  183. Press ESCAPE until you return to DOS.
  184.  
  185. 4)  Reboot the machine.  After the machine comes back up, users should
  186. be able to log into the server and use the UNIX resource to access the 
  187. Unix server.
  188.  
  189.  
  190.  
  191.