home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / ovladace / 3com / 3c90xn / 3c90xn.exe / DISK1 / HELP / LANTASTK.TXT < prev    next >
Text File  |  1996-12-05  |  10KB  |  287 lines

  1.                         3Com (R) Corporation
  2.                    EtherDisk (R) Diskette for the
  3.       3C90X Fast EtherLink XL/EtherLink XL Bus Master NIC Family
  4.                Artisoft LANtastic Installation Notes
  5.  
  6.  
  7. Artisoft LANtastic Version 6.0
  8. ------------------------------
  9. This procedure describes how to install Artisoft LANtastic 6.0 using the
  10. 3Com NDIS 2.01 driver EL90X.DOS.  To install LANtastic from the DOS prompt
  11. or from Windows, follow these steps:
  12.  
  13.  
  14. Installing from the DOS Prompt
  15. ------------------------------
  16. 1.  Insert Artisoft's LANtastic Install Disk 1 of 4 in the floppy drive.
  17.  
  18. 2.  Type:
  19.  
  20.     INSTALL
  21.  
  22.     This launches Windows and starts the installation of LANtastic.
  23.  
  24. 3.  Go to step 4 under the "Installing from Windows" procedure and
  25.     continue with the remaining steps.  
  26.  
  27.  
  28. Installing from Windows
  29. -----------------------
  30. 1.  Launch Windows, if it is not already opened.  
  31.  
  32. 2.  Select Run from the Windows File menu.
  33.  
  34. 3.  Type:  
  35.  
  36.     A:\INSTALL
  37.  
  38.     If you are using a different drive, use the letter for that drive.
  39.  
  40. 4.  Follow the instructions and answer the questions that appear. 
  41.  
  42. 5.  Select NDIS Support for Network NICs in the Select Network NIC
  43.     window.  
  44.  
  45. 6.  When prompted, remove the LANtastic diskette, insert the EtherDisk 1
  46.     diskette provided with the 3Com EtherLink XL and Fast EtherLink XL 
  47.     NIC, and press [Enter].  
  48.  
  49.     The NDIS driver is copied to your hard drive. 
  50.  
  51. 7.  When prompted, reinsert the LANtastic Install Disk 1 in the drive.
  52.  
  53. 8.  Answer the questions concerning your PC name and drives based on your
  54.     configuration. 
  55.  
  56.                    
  57. Changes and Additions to PC Startup Files
  58. -----------------------------------------
  59. The following lines are added or changed in these PC startup files:  
  60.                   
  61.                   
  62.     AUTOEXEC.BAT File 
  63.     -----------------
  64.     call C:\LANTASTI\STARTNET.BAT
  65.  
  66.  
  67.     CONFIG.SYS File 
  68.     ---------------
  69.     DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI
  70.     DEVICE=C:\LANTASTI\EL90X.DOS     
  71.  
  72.  
  73.     PROTOCOL.INI File 
  74.     -----------------
  75.     [PROTMAN]
  76.       DRIVERNAME = PROTMAN$
  77.       DYNAMIC = YES
  78.  
  79.     [EL90X_NIF]
  80.       DRIVERNAME = EL90X$ 
  81.  
  82.  
  83.     STARTNET.BAT File 
  84.     -----------------
  85.     C:
  86.     cd C:\LANTASTI
  87.  
  88.     SET LAN_CFG=C:\LANTASTI
  89.  
  90.     rem If LANtastic is disabled, skip everything.
  91.     IF EXIST DISABLED GOTO :STARTNET_DONE
  92.  
  93.     @echo ===== Begin LANtastic configuration =====
  94.  
  95.     PATH C:\LANTASTI;C:\LANTASTI\NW;%PATH%
  96.     SET LAN_DIR=C:\LANTASTI.NET
  97.     SET NWDBPATH=C:\LANTASTI\NW
  98.  
  99.     LOADHIGH AI-NDIS BIND_TO=EL90X_NIF
  100.  
  101.     AILANBIO @STARTNET.CFG
  102.  
  103.     REDIR ACME1111CT @STARTNET.CF ======> Just an example !!!
  104.  
  105.     IF EXIST NOSHARE GOTO :NOSHARE
  106.     SERVER C:\LANTASTI.NET @STARTNET.CFG
  107.     NET LOGIN \\ACME1111CT ======> Just an example !!!
  108.     GOTO :CONTINUE
  109.  
  110.     :NOSHARE
  111.     @echo LANtastic server was installed but turned off.
  112.  
  113.     :CONTINUE
  114.  
  115.     rem If CONNECT.BAT exists, run it to set up connections.
  116.     IF EXIST CONNECT.BAT GOTO :CONNECT
  117.  
  118.     rem Otherwise set up connections specified 
  119.     rem  during install.
  120.  
  121.     NET LOGIN/wait \\ABC        ======> Just an example !!!
  122.     NET USE D: \\ABC\C-DRIVE    ======> Just an example !!!
  123.     NET LPT TIMEOUT 10
  124.     GOTO :CONNECT_DONE
  125.  
  126.     :CONNECT
  127.     @echo Setting up LANtastic connections from CONNECT.BAT
  128.     rem Build CONNECT.BAT like this: 
  129.     rem        "NET SHOW/BATCH > C:\LANTASTI\CONNECT.BAT"
  130.     rem   (or run the batch file SETNET.BAT)
  131.     call CONNECT.BAT
  132.  
  133.     :CONNECT_DONE
  134.     NET POSTBOX
  135.  
  136.     @echo ===== End LANtastic configuration =====
  137.  
  138.     :STARTNET_DONE
  139.     cd \
  140.  
  141.  
  142.     SYSTEM.INI File (Windows)
  143.     -------------------------
  144.     [boot]
  145.     shell=progman.exe
  146.     network.drv=C:\LANTASTI\LANTNET.DRV
  147.  
  148.     [boot.description]
  149.     network.drv=LANtastic for Windows Version 6.00
  150.  
  151.     [386Enh]
  152.     network=*vnetbios,C:\LANTASTI\LANTASTI.386
  153.  
  154.     [network drivers]
  155.     netcard=EL90X.DOS 
  156.  
  157.     [LANtastic]
  158.     Comment=Add 1 Network_IRQ per NIC, specify correct Irq values.
  159.     Network_IRQ=15           
  160.  
  161.  
  162.     WIN.INI  File (Windows)
  163.     -----------------------
  164.     [windows]
  165.     spooler=no
  166.     load=NWPOPUP.EXE C:\LANTASTI\WNET.EXE
  167.     run=C:\LANTASTI\MKWGROUP.EXE
  168.  
  169.  
  170. LANtastic 7.0, Windows 3.1x Installation Procedure
  171. --------------------------------------------------
  172. 1.  Insert the LANtastic 7.0 CD-ROM or diskettes into the appropriate drive.
  173.  
  174. 2.  Choose Run from the File menu in the Program Manager and type:
  175.  
  176.     A:\SETUP
  177.     
  178.     The drive letter should correspond to the letter of the drive you are 
  179.     installing LANtastic from.
  180.     
  181. 3.  Follow the instructions on the screen. When prompted, complete all 
  182.     registration information, serial number and verification key, and other 
  183.     information that identifies your computer on the network.
  184.  
  185. 4.  If you want to configure your PC as a server as well as a client to the 
  186.     rest of your network, check the box next to the option Share This 
  187.     Computer's Drives and Printers (Run Server) in the LANtastic 7.0 Setup 
  188.     window.  If you leave the box unchecked, your PC will be configured as 
  189.     a client only.
  190.  
  191. 5.  Install other options in the same way, by checking the box next to the 
  192.     option you want to install. Other options include:
  193.  
  194.      -  Allow Connections to Windows for Workgroups or Windows 95
  195.      -  Allow Connections to Existing Novell Servers
  196.      -  Enable HP JetDirect Printer Support
  197.      -  Modem Sharing Options
  198.      -  TCP/IP Support
  199.      -  Internet Gateway Service
  200.      
  201.      NOTE:  The option Allow Connections to Existing Novell Servers works 
  202.             only with Artisoft NodeRunner adapters.  If you choose this 
  203.             option, you will be unable to choose any other type of adapter 
  204.             to install. You must deselect this option in order to install 
  205.             the driver for the 3Com Fast EtherLink XL/EtherLink XL NIC.
  206.  
  207. 6.  To install the NDIS driver for the Fast EtherLink XL/EtherLink XL NIC, 
  208.     proceed as follows:
  209.  
  210.     a.  Select Use NDIS Driver for Non-Artisoft Adapter.
  211.  
  212.     b.  Type the letter of your floppy drive and insert the 3Com Fast 
  213.         EtherLink XL/EtherLink XL  EtherDisk 1 diskette into the drive.
  214.  
  215.     c.  Click Search.
  216.  
  217.         The name of your 3Com EtherLink XL/EtherLink XL NIC appears at the 
  218.         top of the LANtastic 7.0 Setup window.
  219.  
  220.     d.  Click OK to confirm this selection.
  221.  
  222.     e.  Click Install to copy the LANtastic files to your hard disk.
  223.  
  224. 7.  Click Restart the Computer at the end of the installation.
  225.  
  226.     This closes Windows and reboots your PC.  LANtastic should be installed 
  227.     and configured when you start Windows.  For additional information on 
  228.     setting up shares and using LANtastic, refer to your Artisoft LANtastic 
  229.     User's Manual.
  230.  
  231. LANtastic 7.0 Windows 95 Installation Procedure
  232. -----------------------------------------------
  233. The Windows 95 installation of LANtastic 7.0 differs somewhat from the 
  234. Windows 3.1x installation. The reason is that Windows 95 installs and 
  235. configures your 3Com Fast EtherLink XL/EtherLink XL NIC automatically.  
  236. LANtastic retrieves the NIC driver information from Windows 95 without 
  237. the need for user intervention.
  238.  
  239. To install and configure LANtastic 7.0 under Windows 95, proceed as follows:
  240.  
  241. 1.  Insert the LANtastic 7.0 CD-ROM or diskettes into the appropriate drive.
  242.  
  243. 2.  Click Start on the task bar.
  244.  
  245. 3.  Select Run. . . and then type:
  246.     
  247.     A:\SETUP
  248.     
  249.     The drive letter should correspond to the letter of the drive you are 
  250.     installing LANtastic from.
  251.  
  252. 4.  Follow the instructions on the screen. When prompted, complete all 
  253.     registration information, serial number and verification key, and other 
  254.     information that identifies your computer on the network.
  255.  
  256. 5.  If you want to configure your PC as a server as well as a client to 
  257.     the rest of your network, check the box next to the option Share This 
  258.     Computer's Drives and Printers (Run Server) in the LANtastic 7.0 Setup 
  259.     window.  If you leave the box unchecked, your PC will be configured as 
  260.     a client only.
  261.  
  262. 6.  Install other options in the same way, by checking the box next to 
  263.     the option you want to install. Other options include:
  264.  
  265.      -  Allow Connections to Windows for Workgroups or Windows 95
  266.      -  Allow Connections to Existing Novell Servers
  267.      -  Enable HP JetDirect Printer Support
  268.      -  Modem Sharing Options
  269.      -  TCP/IP Support
  270.      -  Internet Gateway Service
  271.      
  272.      NOTE:  The option Allow Connections to Existing Novell Servers works 
  273.             only with Artisoft NodeRunner adapters.  If you choose this 
  274.             option, you will be unable to choose any other type of adapter 
  275.             to install. You must deselect this option in order to install 
  276.             the driver for the 3Com Fast EtherLink XL/EtherLink XL NIC.
  277.  
  278. 7.  Click Restart the Computer at the end of the installation.
  279.  
  280.     This closes Windows 95 and reboots your PC.  Your NIC configuration will 
  281.     be incorporated into LANtastic automatically from your Windows 95 setup.
  282.     For additional information on setting up shares and using LANtastic, 
  283.     refer to your Artisoft LANtastic User's Manual.
  284.  
  285.                                 
  286.               (%VER LANTASTK.TXT - Artisoft LANtastic v1.0g)
  287.