

{                        USING AI-NDIS WITH NETWARE
{                       =============================

   You can use AI-NDIS to run LANtastic and Novell(R) NetWare(R) software
   simultaneously on one adapter.  To run NetWare over NDIS you must use an
   NDIS compatible IPX driver as provided by Novell or a third party
   supplier.  This driver allows the NetWare software to communicate with
   AI-NDIS as well as any other NDIS compatible systems on the network.

   NetWare software should always be loaded before the LANtastic software,
   and the protocol manager should be run in dynamic mode.  Below are
   sample CONFIG.SYS, AUTOEXEC.BAT and PROTOCOL.INI files running both
   LANtastic and NetWare software.


   CONFIG.SYS
   ----------

        DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI
        DEVICE=C:\LANTASTI\AEXNDIS.DOS


   AUTOEXEC.BAT
   ------------

        C:\SPRY\IPXNDIS ~ [NDIS compatible IPX driver] `
        C:\LANTASTI\AI-NDIS BIND_TO=AEXNDIS_NIF
        C:\LANTASTI\AILANBIO
        C:\LANTASTI\REDIR ADMIN
        C:\LANTASTI\SERVER
        C:\SPRY\NETX


   PROTOCOL.INI
   ------------

        [PROTMAN]
          DRIVERNAME = PROTMAN$
          DYNAMIC = YES

        [SPRY CONCURRENT]
          Bindings="AEXNDIS_NIF"

        [AEXNDIS_NIF]
          DRIVERNAME = AEXNDS$
          IOBASE = 0X300
          INTERRUPT = 15

