Document #: 03497
LAN support - ODI - Ethernet adapter
Problem: Trying to get the LAN Support Program and IPX to communicate simultaneously with NetWare and AS/400 servers using the 3C509, user runs NDIS MAC drivers with the Novell LANSUP.COM file and gets to AS400 but not to the NetWare servers.
Solution: Load the LANSUP.COM file in LSB (least significant bit) MODE.
The CONFIG files follow:
CONFIG.SYS
-----------
DEVICE=C:\TEST\PROTMAN.DOS /I:C:\TEST
DEVICE=C:\TEST\ELNK3.DOS
DEVICE=C:\TEST\DXMA0MOD.SYS 001
DEVICE=C:\TEST\DXME0MOD.SYS
AUTOEXEC.BAT
-------------
@ECHO OFF
PROMPT $P$G
CD\TEST
NETBIND
LSL
LANSUP
IPXODI
NETX
NET.CFG
--------
LINK SUPPORT
BUFFERS 8 1500
MEMPOOL 4096
LINK DRIVER LANSUP
FRAME TOKEN-RING LSB (LSB - "Least Significant Bit", default is MSB - "Most Significant Bit")
PROTOCOL.INI
-------------
[PROTMAN]
DRIVERNAME = PROTMAN$
[LAN SUPPORT]
DRIVERNAME = DXME0$
BINDINGS = ELNK3_NIF
[ELNK3_NIF]
DRIVERNAME = ELNK3$
|