home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / LinkSYS / LNE100TX / lne100txv42.exe / NETWARE / SERVER / NW31X / README.TXT < prev   
Text File  |  2000-02-15  |  2KB  |  61 lines

  1. *****************************************************************************
  2.              Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)
  3.                 
  4.               NetWare ODI Server Driver For 3.12
  5.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.                                         
  7.                     Copyright (C) 2000 Linksys Inc.        
  8.                  All rights reserved.                
  9. *****************************************************************************
  10.  
  11. Installation Procedure
  12. ======================
  13.  
  14.  Loading Driver Manually:
  15.  ------------------------
  16.   1. On the server console, load the driver directly, for example:
  17.  
  18.     LOAD A:\Netware\Server\NW31X\NBI31X.NLM
  19.     LOAD A:\Netware\Server\NW31X\MSM31X.NLM
  20.     LOAD A:\Netware\Server\NW31X\ETHERTSM.NLM
  21.     LOAD A:\Netware\Server\NW31X\LNE100TX FRAME=Ethernet_802.2
  22.  
  23.   2. Bind with IPX:
  24.  
  25.     BIND IPX LNE100TX
  26.  
  27.   3. You can login the server from a workstation, and then copy LNE100TX.LAN,
  28.      NBI31X.NLM, MSM31X.NLM and ETHERTSM.NLM to the directory SYS:\SYSTEM
  29.      on server. Add the LOAD and BIND command lines to AUTOEXEC.NCF file
  30.      so that the lan driver will be loaded automatically while the server
  31.      starting up next time.
  32.  
  33.   ** NOTE **
  34.      Multiple LAN Adapters in a system:
  35.       If you want to install mutiple LAN adapters in a server, you have to 
  36.       use the keyword, SLOT, to let driver locate the right adapter.
  37.       For example:
  38.  
  39.         LOAD LNE100TX SLOT=1 FRAME=Ethernet_802.2 NAME=Lan_1
  40.         BIND IPX TO Lan_1 NET=2001
  41.         LOAD LNE100TX SLOT=2 FRAME=Ethernet_802.2 NAME=Lan_2
  42.         BIND IPX TO Lan_2 NET=2002
  43.  
  44.  
  45. Configuration Parameters
  46. ========================
  47.  
  48.  Custom Keywords
  49.  ---------------
  50.   There are five parameters provided for specifying adapter's speed and 
  51.   duplex mode : AUTO, 10-HD, 10-FD, 100-HD and 100-FD.
  52.  
  53.     For example:
  54.         LOAD LNE100TX 100-HD FRAME=Ethernet_802.2 NAME=LAN_A
  55.         BIND IPX TO LAN_A NET=11
  56.  
  57.  
  58.  
  59. All trademarks or brand names mentioned are properties of their respective 
  60. companies.
  61.