home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / tcpodi.zip / TCPODI.TXT
Text File  |  1994-03-27  |  3KB  |  112 lines

  1. I have a working Netware and IBM TCP/IP installation working using ODI
  2. drivers and Novell's ODINSUP shim.  This was achieved only through the
  3. help of the IBM support people who sent a fax describing the statement
  4. order reflected in the listings below.  Since the question of how to do
  5. this seems to arise quite often, this uploaded file may save others some
  6. time and effort.
  7.  
  8. Listed below are the pertinent portions of my config.sys file plus the 
  9. entire protocol.ini and net.cfg files.  Note that some of the net.cfg are
  10. installed as my preference and probably are not strictly necessary - I
  11. prefer explicit statements rather than defaults.
  12.  
  13. To use these files as a template, you will need to change the disk drive
  14. letters and pathnames to the values appropriate for your installation.
  15. Also, the SMC8000 driver name should be changed to the correct ODI driver
  16. for your installation.
  17.  
  18. CONFIG.SYS:
  19. VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
  20.  
  21. rem All the standard config.sys stuff goes here
  22.  
  23. REM --- NetWare Requester statements BEGIN ---
  24. SET NWLANGUAGE=ENGLISH
  25. DEVICE=E:\NETWARE\LSL.SYS
  26. RUN=E:\NETWARE\DDAEMON.EXE
  27. DEVICE=E:\NETWARE\SMC8000.SYS
  28. DEVICE=E:\NETWARE\IPX.SYS
  29. DEVICE=E:\NETWARE\SPX.SYS
  30. RUN=E:\NETWARE\SPDAEMON.EXE
  31. rem DEVICE=E:\NETWARE\NMPIPE.SYS
  32. rem DEVICE=E:\NETWARE\NPSERVER.SYS
  33. rem RUN=E:\NETWARE\NPDAEMON.EXE
  34. DEVICE=E:\NETWARE\NWREQ.SYS
  35. IFS=E:\NETWARE\NWIFS.IFS
  36. RUN=E:\NETWARE\NWDAEMON.EXE
  37. rem DEVICE=E:\NETWARE\NETBIOS.SYS
  38. rem RUN=E:\NETWARE\NBDAEMON.EXE
  39. DEVICE=E:\NETWARE\VIPX.SYS
  40. DEVICE=E:\NETWARE\VSHELL.SYS GLOBAL
  41. REM ---- NetWare Requester statements END ----
  42.  
  43. REM --------- TCP/IP statements BEGIN --------
  44. DEVICE=E:\IBMCOM\LANMSGDD.OS2 /I:E:\IBMCOM
  45. DEVICE=E:\IBMCOM\PROTMAN.OS2 /I:E:\IBMCOM
  46. DEVICE=E:\NETWARE\ODINSUP.SYS
  47. DEVICE=E:\IBMCOM\PROTOCOL\INET.SYS
  48. DEVICE=E:\IBMCOM\PROTOCOL\IFNDIS.SYS
  49. RUN=E:\IBMCOM\PROTOCOL\NETBIND.EXE
  50. RUN=E:\IBMCOM\LANMSGEX.EXE
  51.  
  52. SET ETC=D:\TCPIP\ETC
  53. SET TMP=D:\TCPIP\TMP
  54. SET READIBM=D:\TCPIP\DOC
  55. SET HOSTNAME=yourhostname
  56. RUN=D:\TCPIP\BIN\CNTRL.EXE
  57. DEVICE=D:\TCPIP\BIN\VDOSTCP.VDD
  58. DEVICE=D:\TCPIP\BIN\VDOSTCP.SYS
  59. RUN=D:\TCPIP\BIN\VDOSCTL.EXE
  60. rem DEVICE=E:\IBMCOM\MACS\SMC8000.OS2  --ndis driver removed for netware coexistence--
  61. rem other tcp/ip SET statements can go here
  62. REM -------- End of TCP/IP statements --------
  63.  
  64. PROTOCOL.INI:
  65. VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
  66.  
  67. [PROT_MAN]
  68.  
  69.    DRIVERNAME = PROTMAN$
  70.  
  71. [IBMLXCFG]
  72.  
  73.    TCPIP_nif = TCPIP.NIF
  74.  
  75. [TCPIP_nif]
  76.  
  77.    DriverName = TCPIP$
  78.    Bindings = SMC8000
  79.  
  80.  
  81.  
  82. NET.CFG:
  83. VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
  84.  
  85. NetWare Requester
  86.     directory services off
  87.     packet burst off
  88.     sessions 15
  89.  
  90. Protocol odinsup
  91.     bind SMC8000
  92.  
  93. Link support
  94.     buffers 30 1514
  95.  
  96. Link Driver SMC8000
  97.     FRAME  Ethernet_802.3
  98.     FRAME  Ethernet_802.2
  99.     FRAME  Ethernet_II
  100.     FRAME  Ethernet_snap
  101.     PORT 300
  102.  
  103. Protocol stack IPX
  104.     Sockets=64
  105.  
  106. Protocol stack SPX
  107.     Sessions=20
  108.  
  109. Daemon configuration
  110.     message timeout 10000
  111.  
  112.