This file describes configuring Netware requestor for OS/2 to run with TCP/IP. The magic lies in use of novell's ODINSUP MAC driver. It is an ODI client, which lets it share with Novell's 3c523.sys, and an NDIS MAC driver, which gives TCP, and Comm Mangler as well, something to bind to. This information has been reviewed by neither Novell nor IBM, it's merely a user's report of something that works. Versions: OS/2 V2.0 6H.177 IBM TCP/IP V1.2 Novell Requestor level 6.167 Directories: \IBMCOM -- LAPS drivers (from TCP/IP kit) \TCPIP -- TCP/IP \NETWARE.OS2 -- Novell --------------------------------- C:\CONFIG.SYS ------------------------------------------------------ rem Abstract of config.sys. Order counts! LIBPATH=.;C:\OS2\DLL;C:\OS2\MDOS;C:\;C:\OS2\APPS\DLL;C:\NETWARE.OS2;C:\TCPIP\DLL;c:\ibmcom\dll; rem Added by hand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . ^ SET PATH=C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;C:\;C:\OS2\MDOS;C:\OS2\APPS;L:\OS2;M:\;C:\NETWARE.OS2;C:\TCPIP\BIN;c:\utils; rem ... Other stuff here REM --- NetWare Requester statements BEGIN --- DEVICE=C:\NETWARE.OS2\LSL.SYS RUN=C:\NETWARE.OS2\DDAEMON.EXE DEVICE=C:\NETWARE.OS2\3C523.SYS DEVICE=C:\NETWARE.OS2\IPX.SYS rem DEVICE=C:\NETWARE.OS2\SPX.SYS rem RUN=C:\NETWARE.OS2\SPDAEMON.EXE rem DEVICE=C:\NETWARE.OS2\NMPIPE.SYS rem DEVICE=C:\NETWARE.OS2\NPSERVER.SYS rem RUN=C:\NETWARE.OS2\NPDAEMON.EXE NP_COMPUTERNAME DEVICE=C:\NETWARE.OS2\NWREQ.SYS IFS=C:\NETWARE.OS2\NWIFS.IFS RUN=C:\NETWARE.OS2\NWDAEMON.EXE em DEVICE=C:\NETWARE.OS2\NETBIOS.SYS rem RUN=C:\NETWARE.OS2\NBDAEMON.EXE rem DEVICE=C:\NETWARE.OS2\VIPX.SYS RUN=C:\NETWARE.OS2\NWSPOOL.EXE REM --- NetWare Requester statements END --- REM -- TCP/IP --- device=c:\ibmcom\lanmsgdd.os2 /I:C:\IBMCOM run=c:\ibmcom\lanmsgex.exe device=c:\ibmcom\protman.os2 /I:C:\IBMCOM rem (netware provides odinsup)device=c:\ibmcom\macs\ELNKMC.OS2 device=c:\netware.os2\odinsup.sys SET ETC=C:\TCPIP\ETC SET TMP=C:\TCPIP\TMP TIMESLICE=100,100 RUN=C:\TCPIP\BIN\CNTRL.EXE IFS=C:\TCPIP\BIN\NFS.IFS SET TZ=EST SET HOSTNAME=BOBH device=c:\tcpip\bin\inet.sys device=c:\tcpip\bin\ifndis.sys REM -- Bind NDIS drivers -- after all protocol and mac drivers loaded run=c:\ibmcom\netbind.exe ----------------------------------- C:\NET.CFG ------------------------------------------------------ file handles = 60 local printers = 0 show dots = on NETWARE REQUESTER PREFERRED JUP-NOVA1 protocol odinsup bind 3c523 ---------------------------- C:\IBMCOM\PROTOCOL.INI ------------------------------------------------------ ; ; Sample PROTOCOL.INI File ; See the file PROTOCOL.SMP for examples of particular hardware configurations ; --------------------- Protocol Manager Definition ----------------------- [PROTOCOL_MANAGER] DriverName = PROTMAN$ [TCPIP_XIF] DriverName = TCPIP$ ;; Bindings = IBMTOK Bindings = x3c523 ; Comment out the above statement (Bindings = IBMTOK) and uncomment out the next stmt. if ; you have two token ring adapters ; Bindings = IBMTOK, IBMTOK2 ; -------------- IBM Token-Ring Adapter Definition ----------------------- [IBMTOK] DriverName = IBMTOK$ Primary [IBMTOK2] DriverName = IBMTOK2$ Alternate ; ------------------- 3Com Network Adapter Definition --------------------- [TCMAC2] DriverName = ELNKMC$ MaxTransmits = 10 [TCMAC] DriverName = ELNKII$ Interrupt = 3 IOAddress = 0x300 DMAChannel = 3 MaxTransmits = 10 Transceiver = Onboard ----------------------------------- End ------------------------------------------------------