home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / LinkSYS / LNE100TX / lne100txv42.exe / NDIS / PCNFS.TXT < prev    next >
Text File  |  2000-01-26  |  6KB  |  178 lines

  1. *****************************************************************************
  2.             Linksys LNE100TX Fast Ethernet Adapter (LNE100TX v4)
  3.  
  4.                   NDIS 2 Driver For SUN PC-NFS Installation
  5.                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.  
  7.            Copyright (C) 2000 Linksys
  8.                              All rights reserved.
  9. *****************************************************************************
  10.  
  11.  
  12. The drivers named LNE100 contained in the directory \NDIS conform
  13. to the Network Driver Interface Specification (NDIS) defined by Microsoft/3Com.
  14.  
  15.  
  16. NDIS Driver Installation on SUN PC-NFS
  17. ======================================
  18. 1. Edit the CONFIG.SYS file to include the following command line, and reboot
  19.    the PC:
  20.           Device=c:\dos\ansi.sys
  21.  
  22. 2. Insert the PC-NFS Installation diskette into the PC's floppy drive.
  23.    Type the following at the DOS prompt and press <Enter> to bring up the PC-NFS
  24.    installation screen:
  25.  
  26.           INSTALL      <Enter>
  27.  
  28. 3. Follow screen prompts to configure your screen display. For example, press
  29.    <M> to choose mono display, or press <C> to choose color display, or press
  30.    <ESC> to cancel the installation.
  31.  
  32. 4. When the "Install the Basic PC-NFS files" window appears onscreen, select
  33.    "Install Full PC-NFS" from the choice list.
  34.  
  35. 5. "Specify the target PC-NFS installation directory," by typing the appropriate
  36.     path in the field provided. For example, C:\NFS. Then press <Enter> to
  37.     continue.
  38.  
  39. 6. Carefully read and respond to each prompt that appears on screen, indicating
  40.    suitable selections for your system.
  41.  
  42. 7. When you reach the prompt that reads,
  43.    "Configure an Ethernet network connection,"
  44.    choose "Ethernet" from the choice list. Then press <Enter> to confirm your
  45.    choice.
  46.  
  47. 8. Choose the network adapter you will use. Select "NDIS" from the list shown
  48.    on screen.  Then press <Enter> to confirm your choice.
  49.  
  50. 9. Follow screen instructions to complete the process. You will be prompted to
  51.    insert some PC-NFS distribution diskettes.  And during the process, files
  52.    from the diskettes will be copied onto your hard disk drive.
  53.  
  54. 10. When prompted to update your AUTOEXEC.BAT and CONFIG.SYS files, press "Y."
  55.  
  56. 11. Your system will prompt you when the installation process is complete.
  57.     It will display the following message,
  58.  
  59.           "PC-NFS installation is complete."
  60.  
  61. 12. The system will create two subdirectories in the destination drive, namely,
  62.      \LANMAN and \NFS.
  63.  
  64. 13. Create the NETWORK.BAT, DRIVES,BAT and HOSTS files.  Specify the PC name,
  65.     IP address, server name and server IP address in these files.  See the
  66.     section on Sample Configuration Files for examples.
  67.  
  68. 14. Copy the NETWORK.BAT, DRIVES.BAT and HOSTS files into the \NFS directory
  69.     of your server.
  70.  
  71. 15. Copy the LNE100.DOS file from the \MSLANMAN.DOS\DRIVERS\LNE100\LNE100
  72.     of your Driver Diskette to the newly created subdirectory (\LANMAN)
  73.     on  your destination drive.
  74.  
  75.     Note: The LNE100.DOS file is also found in the \NDIS\DOS directory of
  76.           your Driver Diskette.
  77.  
  78. 16. Edit the CONFIG.SYS file using a text editor. Add the following command
  79.     line before the NFS_NDIS driver specification:
  80.  
  81.           DEVICE=C:\LANMAN\LNE100.DOS
  82.  
  83. 17. Edit the PROTOCOL.INI file in the \LANMAN directory, replacing the
  84.     following:
  85.  
  86.     a. Replace the section name [your-mac-module] with [LNE100]
  87.     b. Replace the command line "drivername = YOURMAC$" with
  88.        "drivername = LNE100$"
  89.     c. Replace the command line "bindings = YOUR-MAC-MODULE"
  90.        with "bindings = LNE100"
  91.     d. Assign the media type and line speed as used in sample
  92.        PROTOCOL.INI file.
  93.  
  94. 18. Reboot your computer. Then start the application you need.
  95.     For example:
  96.  
  97.     a. Run NFSCONF.EXE to configure the system, such as
  98.        mounting a virtual drive E:
  99.     b. Run TELNET.EXE to do terminal emulation
  100.  
  101. Sample Configuration Files
  102. --------------------------
  103.  
  104. 1. NETWORK.BAT
  105.  
  106.    REM stc* is a sample PC-NFS workstation name
  107.    REM LNE100 is a sample PC-NFS server address
  108.    NET START RDR stc*
  109.    NET PCNFSD LNE100
  110.    NET NAME stc*
  111.  
  112. 2. DRIVES.BAT
  113.  
  114.    REM specify connections to remote directory
  115.    NET USE l:LNE100:/usr2/down
  116.    NET USE k:LNE100:/mnt
  117.  
  118. 3. HOSTS
  119.  
  120.    REM specify gateway address
  121.    210.65.45.254 <gateway # updated>
  122.    REM specify workstation's IP address
  123.    210.65.45.102 stc
  124.    REM specify server's IP address
  125.    210.65.45.202 LNE100
  126.  
  127. 4. CONFIG.SYS
  128.  
  129.    Device=c:\dos\himem.sys
  130.    shell=c:\command.com /P /E:526
  131.    dos=high, UMB
  132.    rem ----pcnfs install
  133.    Device=c:\dos\ansi.sys
  134.    DEVICE=C:\NFS\PCNFS.SYS  /m
  135.    DEVICE=C:\NFS\SOCKDRV.SYS
  136.    REM Specify PROTOCOL.INI directory
  137.    DEVICE=C:\LANMAN\PROTMAN.SYS /i:C:\LANMAN
  138.    REM LNE100 NDIS driver name
  139.    device=C:\LANMAN\LNE100.DOS
  140.    DEVICE=C:\LANMAN\NFS-NDIS.SYS
  141.    FILES=50
  142.    BUFFERS=50
  143.    LASTDRIVE=v
  144.    STACKS=9,256
  145.  
  146. 5. PROTOCOL.INI file at the \LANMAN directory
  147.  
  148.    [protocol manager]
  149.       drivername = PROTMAN$
  150.    [LNE100]
  151.       drivername = LNE100$
  152.       ; Slot = 1            ;; {1-4}
  153.       ; SIA_Mode = AUTODETECT
  154.       ;; {SIA_Mode = UTP, UTP_FD, UTP_100,UTP_100FD, AUTODETECT}
  155.    [NFS-NDIS]
  156.       drivername = NFSLINK$
  157.       bindings = LNE100
  158.  
  159. 6. AUTOEXEC.BAT
  160.    ...
  161.    SET TZ=PST8
  162.    SET path=C:\;C:\NFS;C:\LANMAN
  163.    SET NFSDRIVE=D
  164.    REM Add the following line to bind NDIS driver
  165.    C:lanman\netbind
  166.    PRT *
  167.    REM Execute application you need, e.g. NFSRUN
  168.    NFSNET INIT
  169.    NFSRUN
  170.  
  171.  
  172.  
  173.  
  174. All trademarks or brand names mentioned are properties of their respective
  175. companies.
  176.  
  177. 
  178.