INTERLAN AT installation sample files for the ODI driver for
the following applications:

		-  NETWARE SUPPORT (NOVELL)
		-  LANWORKPLACE FOR DOS (NOVELL's TCP/IP)
		-  NETWARE SUPPORT FOR IBM PC LAN SUPPORT(AS400) using  LANSUP 
		-  NETWARE LITE SUPPORT (NOVELL)
		-  NETWARE SUPPORT FOR DEC PATHWORKS using ODINSUP
		-  PC/TCP 2.11 SETUP (Optional Novell Support)


NETWARE SUPPORT (NOVELL)

AUTOEXEC.BAT
------------
LSL            (use LSL v1.21 or higher)
ILANAT.COM
IPXODI
NETX

NET.CFG
-------
Protocol Stack IPX
    Bind ILANAT

Link Driver ILANAT
    Frame Ethernet_802.3        

*********************************************
*** LANWORKPLACE FOR DOS (NOVELL's TCP/IP) ***
*********************************************

AUTOEXEC.BAT
-------
path=c:\;c:\dos;c:\xln\bin40
set name=guest
set excelan=c:\xln
lsl     (use LSL 1.21 available from Novell and Compuserv)
ILANAT  (ILANAT ODI driver)
ipxodi   (Optional Novell Support)
tcpip
telapi
netx     (Optional Novell Support)


NET.CFG
-------
Link Support
	Buffers 8 1586
	Mempool 4096
Protocol stack IPX       (Optional Novell Support)
	Bind ILANAT      (Optional Novell Support)
Protocol TCPIP
	Bind ILANAT
	ip_address 0.0.0.0
	ip_router  0.0.0.0
	ip_netmask 0.0.0.0
Link Driver ILANAT
	Bind ILANAT
	Frame Ethernet_II
	Frame Ethernet_802.3     (Optional Novell Support)
	Protocol IPX 0 Ethernet_802.3    (Optional Novell Support)


***********************************************************
*** NETWARE SUPPORT FOR IBM PC LAN SUPPORT using LANSUP ***
***********************************************************

Below is a sample set-up to run IBM's PC Lan Support along with Novell's Netware. The example uses LANSUP (available on Novell's Bulletin Board) and Racal-Datacom's Interlan Series ILANAT 16-bit PC AT (ISA) Ethernet controller.

AUTOEXEC.BAT
-------
c:\as400\netbind.exe
c:\novell\lsl.com       (use LSL 1.21 available from Novell and Compuserv)
c:\novell\lansup.com
c:\novell\ipxodi.com
c:\novell\netx.com
c:\as400\as400.exe


CONFIG.SYS      
-------
buffers=10
files=50
shell=c:\command.com /p e:512
device=c:\as400\protman.sys /i:c:\as400
device=c:\as400\ILanat.dos
device=c:\as400\dxma0mod.sys 001
device=c:\as400\dxme0mod.sys

				
PROTOCOL.INI
-------
[protocol manager]
	drivername = protman$
[etherand]
	drivername = dxme0$
	bindings = ILanat_nif
[ILanat_nif]
	drivername = ILanat$
	iobase = 0x300
	maxreceives = 6
	maxtransmits = 8
	maxmulticasts = 10

NOTE:   Novell's Netware 3.11 File Server must be configured to accept:
		FRAME=ETHERNET_802.2

************************************
*** NETWARE LITE SUPPORT (NOVELL) ***
************************************

1.   Make backup copies of the PROGRAM and DRIVER disk.
2.   Copy the ILANAT ODI driver (ILANAT.com) onto the backup copy of the DRIVER disk.
3.   Insert the PROGRAM disk into drive A and change the default drive to A:
4.   Type INSTALL
5.   Select to make this machine either a CLIENT, SERVER or CLIENT-SERVER which ever applies to your installation.
6.   Insert DRIVER disk when prompt, hit ESC key to continue.
7.   Select OTHER CARDS from the menu list, when prompt to insert disk with OTHER LAN DRIVERS just hit the ESC key to continue.
8.   Highlight ILANAT.COM from the menu list and hit the enter key.
9.   Allow the install program to make changes to your autoexec.bat and config.sys files.
10.  Copy the NET.CFG file from the ILANAT ODI driver disk to the C:\NWLITE directory then edit the file to match jumper configuration of the ILANAT card, see below.

AUTOEXEC.BAT
-------
echo off
prompt $p$g
path=c:\;\dos;\nwlite
startnet.bat


CONFIG.SYS
-------
files=50
buffers=10
lastdrive=M


NET.CFG
-------
Protocol Stack IPX
	Bind ILANAT
Link Driver ILANAT
	Protocol IPX
	Frame Ethernet_802.3

********************************************************
*** NETWARE SUPPORT FOR DEC PATHWORKS using ODINSUP ***
********************************************************

Below is a sample set-up to run DEC's Pathworks along with Novell's Netware.
The example uses ODINSUP (available on Novell's Bulletin Board) and Racal-Datacom's Interlan Series ILANAT 16-bit PC AT (ISA) Ethernet controller.

AUTOEXEC.BAT
-------
c:\novell\lsl.com       (use LSL 1.21 available from Novell and Compuserv)
c:\novell\ILanat.com    (ILANAT ODI driver)
c:\novell\odinsup.com
c:\novell\ipxodi.com
c:\novell\netx.com
c:\decnet\startnet.bat

				
CONFIG.SYS
-------
buffers=10
files=50
device=c:\decnet\protman.sys /i:c:\decnet

			
PROTOCOL.INI
-------
[protocol manager]
	drivername = protman$
[datalink]
	drivername = dll$mac
	lg_buffers = 16
	sm_buffers = 6
	outstanding = 32
	heuristics = 0
	bindings = ILanat
	ni_irq = 5


NET.CFG
-------
protocol stack ipx
	bind ILanat
protocol odinsup
	bind ILanat
Link driver ILanat
	frame ethernet_802.3
	frame ethernet_802.2
	frame ethernet_II
	frame ethernet_snap

******************************************
*** PC/TCP 2.11 SETUP (Optional Novell Support) ***
******************************************

Use the latest drivers from Novell (to check the versions type LSL i )

AUTOEXEC.BAT
-------
set pctcp=c:\pctcp\pctcp.ini
set path=c:\pctcp;%path%
c:\novell\lsl.com               (use LSL 1.21 available from Novell and Compuserv)
c:\pctcp\ILANAT.com     (ILANAT ODI driver)
c:\novell\ipxodi.com    (Optional Novell Support)
c:\pctcp\odipkt.com
c:\novell\netx.com      (Optional Novell Support)
c:\pctcp\ethdrv


NET.CFG
-------
protocol stack ipx
	bind ILANAT
link driver ILANAT
	frame ethernet_II
	protocol IPX 0 ethernet_802.3   (Optional Novell Support)
	frame ethernet_802.3    (Optional Novell Support)
