home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / os2 / networki / 2179 < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.5 KB  |  105 lines

  1. Newsgroups: comp.os.os2.networking
  2. Path: sparky!uunet!dialogic!gerry
  3. From: gerry@pizzabox.dialogic.com (Gerry Lachac)
  4. Subject: IT'S WORKING!! : SMC/TCPIP/Novell
  5. Message-ID: <1992Nov19.202500.7721@dialogic.com>
  6. Sender: news@dialogic.com (Netnews)
  7. Organization: Dialogic Corporation
  8. Date: Thu, 19 Nov 92 20:25:00 GMT
  9. Lines: 94
  10.  
  11.  
  12.  
  13.  
  14. Well, I did it, I finally got FTP's TCP/IP to share my SMC network
  15. card with Novell.  Seems the key was putting the ODINSUP driver in the
  16. correct place, using the latest version of SMC8000.SYS, and using the
  17. keyword SMC in NET.CFG and PROTOCOL.INI instead of SMC8000.
  18.  
  19. For those who need it, the following relevant excerpts from the three
  20. config files are included below.
  21.  
  22. Now, if I can only get Word2.0 for Windows to stop crashing the Novell
  23. drivers when I do an Open/Save As...
  24.  
  25.  
  26. -gerry
  27.  
  28.  
  29.  
  30.  
  31. ------------------------------------------------------------------------------
  32.         PROTOCOL.INI
  33. ------------------------------------------------------------------------------
  34.  
  35. ;************************
  36. ;**     PROTOCOLS      **
  37. ;************************
  38.  
  39. ;FTP PC/TCP for OS/2
  40. [SOCKET]
  41.   drivername = $SOCKET
  42.   bindings = SMC
  43.  
  44. ------------------------------------------------------------------------------
  45.         NET.CFG
  46. ------------------------------------------------------------------------------
  47. #
  48. #    NET.CFG File for SMC8000
  49. #
  50. Link Support 
  51.     Buffers 20 2048
  52.     Mempool 8192
  53.  
  54. Link Driver SMC8000
  55.     Port #1 280 20
  56.     Mem #1 000D0000 2000/10
  57.     Int #1 7
  58.     Frame ETHERNET_802.3
  59.      Frame ETHERNET_802.2
  60.      Frame ETHERNET_II
  61.      Frame ETHERNET_SNAP
  62.  
  63. Protocol Stack IPX
  64.     Bind SMC
  65.  
  66. Protocol ODINSUP
  67.     Bind SMC
  68.  
  69. ------------------------------------------------------------------------------
  70.         CONFIG.SYS
  71. ------------------------------------------------------------------------------
  72.  
  73. REM --- NetWare Requester statements BEGIN ---
  74. DEVICE=C:\NETWARE\LSL.SYS
  75. RUN=C:\NETWARE\DDAEMON.EXE
  76. DEVICE=C:\NETWARE\SMC8000.sys
  77. DEVICE=C:\NETWARE\IPX.SYS
  78. rem DEVICE=C:\NETWARE\SPX.SYS
  79. rem RUN=C:\NETWARE\SPDAEMON.EXE
  80. rem DEVICE=C:\NETWARE\NMPIPE.SYS
  81. rem DEVICE=C:\NETWARE\NPSERVER.SYS
  82. rem RUN=C:\NETWARE\NPDAEMON.EXE NP_COMPUTERNAME
  83. rem DEVICE=C:\NETWARE\NWREQ.SYS
  84. IFS=C:\NETWARE\NWIFS.IFS
  85. RUN=C:\NETWARE\NWDAEMON.EXE
  86. DEVICE=C:\NETWARE\NETBIOS.SYS
  87. rem RUN=C:\NETWARE\NBDAEMON.EXE
  88. DEVICE=C:\NETWARE\VIPX.SYS
  89. DEVICE=C:\NETWARE\VSHELL.SYS
  90. REM --- NetWare Requester statements END ---
  91.  
  92. REM
  93. REM             PC TCP/IP Stuff
  94. REM
  95. SET PCTCP=C:\PCTCP\ETC\PCTCP.INI
  96. DEVICE=c:\pctcp\drv\PROTMAN.OS2  /I:c:\pctcp\drv
  97. rem DEVICE=c:\pctcp\drv\macwd.OS2
  98. DEVICE=C:\NETWARE\ODINSUP.SYS
  99. DEVICE=c:\pctcp\drv\socket.os2
  100.  
  101.  
  102.  
  103.  
  104.  
  105.