LANtastic 6.0 installation
The installation procedure will transfer files to a specific directory on
the workstation and create or modify existing configuration files to fit
your specific needs. The installation utility INSTALL.EXE is located on
LANtastic* Network Software Disk 1.
GENERAL INSTALLATION
--------------------
Run INSTALL.EXE from the LANtastic Network Software Disk 1. The LANtastic
Install program screen will appear. You must complete each of the
questions. These options are specific to your needs.
1. Enter a unique Computer Name.
2. Select the drive that you want LANtastic to be installed on. The
default is the C: drive.
3. Specify a directory where you want the LANtastic files to be installed.
The default is \LANTASTI.
4. Select your choice for Sharing your Computers Drives or Printers.
5. Select the Maximum Number of Connected Computers.
6. Select any other LANtastic features that you may want to install.
7. A summary screen of the options you have selected will appear. If it
looks correct continue with the installation.
8. You will be prompted to select a network adapter to run your LANtastic
software on. From the list of adapters, select
"NDIS SUPPORT FOR NETWORK ADAPTERS"
9. You will be prompted to insert the manufacturers' driver diskette
containing the driver files. Insert the EtherExpress LAN Adapter
Driver and Option Diskette into drive A: and specify the source path
for driver files as
A:\NDIS
10. Select your Permanent Drive or Printer Connections.
11. Another summary screen of the options you have selected will appear.
If this looks correct, then select Perform the Installation and
LANtastic will now install the program files.
HINTS and TIPS
--------------
1. Below are sample CONFIG.SYS, STARTNET.BAT, and PROTOCOL.INI files.
These are the three files with EtherExpress16 adapter configuration
parameters.
CONFIG.SYS:
DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI
DEVICE=C:\LANTASTI\EXP16.DOS
FILES=100
BUFFERS=30
STARTNET.BAT:
@echo off
C:
cd C:\LANTASTI
SET LAN_CFG=C:\LANTASTI
rem If LANtastic is disabled, skip everything.
IF EXIST DISABLED GOTO :STARTNET_DONE
@echo ===== Begin LANtastic configuration =====
PATH C:\LANTASTI;C:\LANTASTI\NW;%PATH%
SET LAN_DIR=C:\LANTASTI.NET
SET NWDBPATH=C:\LANTASTI\NW
LOADHIGH AI-NDIS BIND_TO=EXP16_NIF
AILANBIO @STARTNET.CFG
REDIR LAB1 @STARTNET.CFG
IF EXIST NOSHARE GOTO :NOSHARE
SERVER C:\LANTASTI.NET @STARTNET.CFG
NET LOGIN \\LAB1
GOTO :CONTINUE
:NOSHARE
@echo LANtastic server was installed but turned off.
:CONTINUE
rem If CONNECT.BAT exists, run it to set up connections.
IF EXIST CONNECT.BAT GOTO :CONNECT
rem Otherwise set up connections specified during install.
NET USE LPT1: \\LAB1\@PRINTER
NET LPT TIMEOUT 10
GOTO :CONNECT_DONE
:CONNECT
@echo Setting up LANtastic connections from CONNECT.BAT
rem Build CONNECT.BAT like this: "NET SHOW/BATCH > C:\LANTASTI\CONNECT.BAT"
rem (or run the batch file SETNET.BAT)
call CONNECT.BAT
:CONNECT_DONE
NET POSTBOX
@echo ===== End LANtastic configuration =====
:STARTNET_DONE
cd \
PROTOCOL.INI:
;PROTOCOL.INI for LANtastic Version 6.00
;------------ using
;
[PROTMAN]
DRIVERNAME = PROTMAN$
DYNAMIC = YES
; Protocol.Ini section for the Intel EtherExpress16 Adapter.
[EXP16_NIF]
DRIVERNAME = EXP16$
IOADDRESS = 0x300
Note that the I/O address for the EtherExpress 16 is specified in the
PROTOCOL.INI with the line IOADDRESS=0x300. If you have changed your
EtherExpress 16 adapter I/O address from the default of 300, you must
change the address in the IOADDRESS= parameter in the PROTOCOL.INI to
match the new address. For example, if you have changed the Port
address to 340 the line would read:
IOADDRESS=0x340.
* Third-party trademarks are the property of their respective owners.