home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Trendware / te-16pnp.exe / LANTASTI / 5X / README.TXT < prev   
Text File  |  1997-09-02  |  3KB  |  87 lines

  1. LANtastic 5.0
  2. -------------
  3.  
  4.    Introduction:
  5.    -------------
  6.  
  7.         This document describes the procedure to setup
  8.         LANtestic driver for TE-16PnP Ethernet Card.
  9.  
  10.    Location of Driver:     \LANTASTI\5X\PNPLAN5.EXE
  11.    ------------------
  12.  
  13.    Sample Configuration Files :
  14.    ---------------------------
  15.      A. STARTNET (for LANtastic server)
  16.  
  17.         @ECHO OFF
  18.         SET LAN_DIR=C:\LANTASTI.NET
  19.         SET LAN_CFG=C:\LANTASTI
  20.         PATH C:\LANTASTI;%PATH%
  21.         SHARE /L:200
  22.         REM NEX000  IRQ=3 IOBASE=300 16-BIT VERBOSE  ---> Mask this line
  23.         PNPLAN5 VERBOSE                    ---> Added for PnP Ehernet Card
  24.         AILANBIO
  25.         REDIR NAME LOGINS=3
  26.         SERVER
  27.         NET LOGIN/WAIT \\SERVERNAME NAME
  28.         NET LPT TIMEOUT 10
  29.         NET POSTBOX
  30.  
  31.  
  32.      B. STARTNET.BAT  (for LANtastic workstation)
  33.  
  34.         @ECHO OFF
  35.         SET LAN_CFG=C:\LANTASTI
  36.         PATH C:\LANTASTI;%PATH%
  37.         REM NEX000  IRQ=3 IOBASE=300 16-BIT VERBOSE  ---> Mask this line
  38.         PNPLAN5 VERBOSE                    ---> Added for TE-16PnP Ethernet Card
  39.         AILANBIO
  40.         REDIR WORKSTATION_NAME LOGINS=2
  41.         NET LPT TIMEOUT 10
  42.         NET POSTBOX
  43.  
  44.  
  45.       Install TE-16PnP EthernetCard drivers for LANtastic 5.0 : (Using LANtastic
  46.       driver)
  47.       -----------------------------------------------------
  48.         1. Before you start with the installation  process, make sure that
  49.            the LANtastic operation system (server/workstation) is properly
  50.            installed.  Similarly,  your  adapter  should  also be properly
  51.            installed in your workstation.
  52.  
  53.         2. Run LANtastic "install" program, and move highlight to "Network
  54.            Adapter Install" item,then ENTER and selec "Novell NE2000 16-bit
  55.           ISA bus or Compatible" item.
  56.  
  57.         3. When complete installation,then copy TE-16PnP Ethernet Card driver
  58.            "PNPLAN5.EXE" from TE-16PnP Ethernet Card driver diskette
  59.             A:\LANTASTI\5X to your LANtastic subdirectory C:\LANTASTI.5 .
  60.  
  61.         4. Modify STARTNET.BAT file as above sample configuration files.
  62.  
  63.  
  64.    Notes:
  65.    ------
  66.       Installing Multiple LAN Adapters:
  67.       ---------------------------------
  68.  
  69.          If there are multiple network cards on the main board. The user
  70.          modify your startnet.bat file as following :
  71.  
  72.          PNPLAN5 VERBOSE
  73.          AILANBIO
  74.          PNPLAN5/MPX=D7 VERBOSE
  75.          AILANBIO/MPX=D7/ADAPTER=1
  76.  
  77.          The first invocation of PNPLAN5.EXE and AILANBIO.EXE loads into
  78.          the first adapter using the default MPX number (C7), and adapter
  79.          number 0.   The  command line  switches in the second invocation
  80.          instruct  the  NETBIOS  to  load into the second card,  (adapter
  81.          number 1) using and DOS MPX number D7.  If problems occur,  the
  82.          screen will prompt you with error messages. Please refer to your
  83.          LANtastic 5.0 manual for details on these messages.
  84.  
  85.  
  86. -----------------------------------[ END ]-------------------------------------
  87.