                       LAN WorkGroup v4.1
                  LAN WorkGroup Release Document
                           LWGLWP.TXT

Copyright (c) 1993 Novell, Inc.   All Rights Reserved.

THIS WORK IS SUBJECT TO U.S. AND INTERNATIONAL COPYRIGHT LAWS AND
TREATIES.NO PART OF THIS WORK MAY BE USED, PRACTICED, PERFORMED,
COPIED, DISTRIBUTED, REVISED, MODIFIED, TRANSLATED, ABRIDGED,
CONDENSED, EXPANDED, COLLECTED, COMPILED, LINKED, RECAST,
TRANSFORMED, OR ADAPTED WITHOUT THE PRIOR WRITTEN CONSENT OF
NOVELL, INC.  ANY USE OR EXPLOITATION OF THIS WORK WITHOUT
AUTHORIZATION COULD SUBJECT THE PERPETRATOR TO CRIMINAL AND CIVIL
LIABILITY.

This release document includes the following sections:

     CONFIGURING LAN WORKGROUP AND LAN WORKPLACE
     RELATED README FILES

Please use the search features of your text editor to jump directly
to a section of interest.

===================================================================

CONFIGURING LAN WORKGROUP AND LAN WORKPLACE:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you are currently using LAN WorkPlace for DOS v4.1 and you are
now installing LAN WorkGroup, you may decide to configure your
system to run either program. A sample configuration is as follows:

1.  Configure LAN WorkGroup on your C: drive (with WGSETUP).

2.  Install LAN WorkPlace for DOS on your D: drive.

3.  Make the following change in the [386Enh] section of your
    SYSTEM.INI file in your Windows directory:

     Change:

     DEVICE=D:\NET\BIN\VTCPIP.386

     to

     DEVICE=VTCPIP.386

4.  Create two versions of your AUTOEXEC.BAT file (for example, one
    named AUTOEXEC.GRP and one named AUTOEXEC.STN).  AUTOEXEC.GRP
    needs a CALL LANWG.BAT line; AUTOEXEC.STN needs a CALL
    LANWP.BAT line.
    
    Or include both lines in your AUTOEXEC.BAT file, but comment
    one line out as needed, for example:
    
    rem CALL LANWP.BAT
    CALL LANWG.BAT

5.  Create two versions of your NET.CFG file (for example, one
    named NET.GRP and one named NET.STN).

     NET.GRP needs lines similar to the following:

       Link Support
         Buffers 8 1500
         MemPool 4096

       Protocol TCPIP
         PATH SCRIPT            M:\NET\SCRIPT;C:\NET\SCRIPT
         PATH PROFILE           M:\NET\PROFILE;C:\NET\PROFILE
         PATH LWP_CFG           M:\NET\HSTACC;C:\NET\HSTACC
         PATH TCP_CFG           M:\NET\TCP;C:\NET\TCP

       Link Driver NE2000
         Int 5
         Port 300
         Frame Ethernet_II

NOTE: The above Protocol TCPIP section assumes that you get some
      configuration information from the server and some from your
      local workstation.  This section is optional.  You can
      specify just the server (drive M:, for example), just your
      local drive (drive C:, for example), or omit this section,
      defaulting to the server for PATH information.

     NET.STN needs several additional lines in the Protocol TCPIP
     section (marked with asterisks):

       Link Support
         Buffers 8 1500
         MemPool 4096

       Protocol TCPIP
         PATH SCRIPT            C:\NET\SCRIPT
         PATH PROFILE           C:\NET\PROFILE
         PATH LWP_CFG           C:\NET\HSTACC
         PATH TCP_CFG           C:\NET\TCP
         ip_address             144.52.6.5 *
         ip_router              144.52.6.6 *
         ip_netmask             255.255.0.0 *

       Link Driver NE2000
         Int 5
         Port 300
         Frame Ethernet_II

    The LAN WorkPlace NET.CFG lines marked with asterisks are
    equivalent to lines in the LAN WorkGroup shared NET.CFG and
    information provided by the BOOTP server.

6.  Enter the following commands to run LAN WorkGroup:

       COPY AUTOEXEC.GRP \AUTOEXEC.BAT
       (if you created two versions)
       COPY NET.GRP \NET.CFG (could be put in LANWG.BAT)

    then reboot your workstation, or enter the following commands
    to run LAN WorkPlace:

       COPY AUTOEXEC.STN \AUTOEXEC.BAT
       (if you created two versions)
       COPY NET.STN \NET.CFG (could be put in LANWP.BAT)

    then reboot your workstation.

NOTE: If you plan to switch back and forth frequently, you can put
      the indicated commands in the LANWG.BAT and LANWP.BAT files
      (or other batch files).

===================================================================

RELATED README FILES:
~~~~~~~~~~~~~~~~~~~~~

For additional information, see the following text files:

  DOCUPDTE.TXT (for information about documentation updates)
  NFSV12B.TXT (for upgrade information on NetWare NFS v1.20B)
  NETCFG.TXT (for information about the NET.CFG file)
  README.TXT (for information on installation and configuration)
  SWUPDATE.TXT (for information on software updates)
     
All of these files are located on the first installation diskette
and copied to the <vol>:NET directory.  The README.TXT file is also
copied to the SYS:ETC\INSTALL directory as LWG.TXT.  If the
information in the printed manuals, online help, or in the text
files does not answer your questions, contact your Novell-
authorized reseller for assistance.

