home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / networki / 1202 < prev    next >
Encoding:
Text File  |  1992-09-02  |  2.0 KB  |  49 lines

  1. Newsgroups: comp.os.os2.networking
  2. Path: sparky!uunet!newsgate.watson.ibm.com!yktnews!admin!news
  3. From: oleg@watson.ibm.com (Oleg Vishnepolsky)
  4. Subject: Re: what does ifndis.sys do?
  5. Sender: news@watson.ibm.com (NNTP News Poster)
  6. Message-ID: <1992Sep02.193830.22214@watson.ibm.com>
  7. Date: Wed, 02 Sep 1992 19:38:30 GMT
  8. News-Software: IBM OS/2 PM RN (NR/2) v0.11 by O. Vishnepolsky and R. Rogers
  9. Lines: 33
  10. Reply-To: oleg@watson.ibm.com (Oleg Vishnepolsky)
  11. Disclaimer: This posting represents the poster's views, not necessarily those of IBM
  12. References: <1992Sep2.180243.17767@cis.ohio-state.edu>
  13. Nntp-Posting-Host: oleg.watson.ibm.com
  14. Organization: IBM T.J. Watson Research Center
  15.  
  16. In  <1992Sep2.180243.17767@cis.ohio-state.edu>
  17. reed-d@python.cis.ohio-state.edu (David Reed) writes:
  18. >
  19. > I have been trying to get IBM's TCP/IP and Microsoft's LAN Manager
  20. > (using TCP/IP as the protocol) to work simultaneously - here's
  21. > the problem:
  22. >
  23. > Depending on where in the config.sys file I put the command
  24. > device=d:\ibmcom\ifndis.sys, only one of the products works
  25. > completely.  If I put it between the protocol manager and
  26. > network card driver devices, IBM's TCP/IP works, but I get
  27. > the error, SYS0053: The network path was not found, when
  28. > I try to do a "net use" (LAN Manager).  If I put ifndis.sys above
  29. > the LAN Manager section, net use works, but then IBM's TCP/IP
  30. > cannot access the network.  In either case, every loads without
  31. > any errors.
  32. >
  33. > Sidenote: using netbeui for LAN Manager's protocol allows
  34. > everything to work, but unfortunately all the servers (except
  35. > the one test server that was setup for me) do not have
  36. > netbeui loaded.
  37. >
  38. > Does anyone know what exactly ifndis.sys does?  And even better,
  39. > how to fix my problem?
  40.  
  41. ifndis.sys is responsible for interfacing TCP/IP stack to NDIS
  42. MAC drivers (and PROTMAN).
  43. MS LAN Mgr version 2.1 (?) has its own TCP/IP stack. You can't
  44. have two TCP/IP stacks to be bound to the same adapter.
  45. As you said it yourself, if LAN Manager uses netbeui stack
  46. (instead of TCP/IP) everything works.
  47.  
  48. Oleg Vishnepolsky
  49.