home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / setup / 2571 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  3.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!netnews.upenn.edu!msuinfo!msuinfo!news
  2. From: carter@cemvax.cem.msu.edu (Tom Carter)
  3. Newsgroups: comp.os.ms-windows.setup
  4. Subject: re: setting up QVTNET with Wind. for work
  5. Message-ID: <1ifgvsINNiub@msuinfo.cl.msu.edu>
  6. Date: 6 Jan 93 20:55:24 GMT
  7. References: <aksurf-050193174533@131.215.9.51>
  8. Organization: Michigan State University, Chemistry Dept., E. Lansing, MI
  9. Lines: 101
  10. NNTP-Posting-Host: photon.cem.msu.edu
  11.  
  12. In article <aksurf-050193174533@131.215.9.51> aksurf@caltech.edu (Axel) writes:
  13. >In article <wstuartj.725817837@lucky.ecn.purdue.edu>,
  14. >wstuartj@lucky.ecn.purdue.edu (W Stuart Jones) wrote:
  15. >> 
  16. >> Has anyone had success configuring Windows for Work Groups for use with both
  17. >> telnet capabilities and Novell 3.11 connectivity?  I'm hoping to use either
  18. >> NCSA telnet and QVNET with in Windows for Work Groups.  Any advice or sample
  19. >> configuration files would be greatly appreciated.
  20. >> 
  21. >STUFF DELETED....
  22. >
  23. >
  24. >Hey, I too am looking for some information on how to do that. I am trying
  25. >to run windows for workgroups and qvtnet. I have discovered that when I
  26. >load the packet driver for NCSA telnet (In my case, it's called 8003pkdr
  27. >for an SMC Elite 16 series ethernet card) and the interface TSR called
  28. >pktint, QVTNET takes control of the network, i.e. it doesn't allow ms
  29. >windows to access the network. If anyone out there knows of a TCP/IP NDIS
  30. >configuaration compatible protocol, please let me know. Please E-mail me at
  31. >aksurf@caltech.edu, and post on the network, since I am shure there will be
  32. >others who need this info.
  33. >
  34. > Thanks, 
  35. >
  36. >
  37. >                        Axel
  38.  
  39.  
  40. I'm running Windows for Workgroups, DEC PathWorks, and WinQVT/Net, all at 
  41. the same time. Here's a fragment of config.sys:
  42.  
  43. devicehigh=C:\WIN31\protman.dos /i:C:\WIN31        <== WFWG NDIS protocol manager
  44. DEVICEHIGH=\DECNET\DISPKT\DIS_PKT9.DOS             <== NDIS to packet shim
  45. DEVICEHIGH=C:\WIN31\depca.dos                    <== NDIS driver for 
  46.                                                     Pathworks & WFWG
  47. devicehigh=C:\WIN31\workgrp.sys                    <== WFWG
  48.  
  49.  
  50. and my PROTOCOL.INI from the windows directory:
  51.  
  52. [network.setup]                        <== WFWG
  53. version=0x3100
  54. netcard=ms$ewtrb,1,MS$EWTRB
  55. transport=ms$netbeui,MS$NETBEUI
  56. lana1=ms$ewtrb,1,ms$netbeui
  57.  
  58. [protman]                            <== Protocol manager
  59. DriverName=PROTMAN$
  60. PRIORITY=MS$NETBEUI
  61.  
  62. [MS$EWTRB]                            <== NDIS driver settings
  63. DriverName=DEPCA$
  64. RamAddress=0xD000
  65. Interrupt=5
  66. MaxMulticast=8
  67. MaxTransmits=16
  68. AdapterName=DE200
  69.  
  70. [MS$NETBEUI]                        <== Transport (NETBEUI)
  71. DriverName=netbeui$
  72. SESSIONS=10
  73. NCBS=32
  74. BINDINGS=MS$EWTRB
  75. LANABASE=1                            <== changed this from LANABASE=0 
  76.                                         for Pathworks connectivity
  77.  
  78. [PKTDRV]                            <== packet driver specs            
  79. drivername = PKTDRV$
  80. bindings = MS$EWTRB
  81. intvec = 0x7b                        <== use this int. vector in QVT 
  82.                                         (or choose one of your own)
  83.  
  84. [DATALINK]                            <== lifted out of the PathWorks
  85. DRIVERNAME   = DLL$MAC                    protocol.ini
  86. LG_BUFFERS   = 16
  87. SM_BUFFERS   = 6
  88. OUTSTANDING  = 32
  89. HEURISTICS   = 0
  90. BINDINGS     = MS$EWTRB
  91. NI_IRQ = 5
  92.  
  93. I needed to alter the Pathworks STARTNET.BAT file to:
  94. -    Replace the NETBIND line with c:\windows\net start
  95. -    disable the redir.exe line
  96.  
  97. and rem out the NET START line WFWG put in autoexec.bat.
  98.  
  99. Then, after booting, I start the network, start PKTINT and then windows.
  100.  
  101. I don't really know what I'm doing, but I got it to work by talking to 
  102. Microsoft. I already had Pathworks and QVT running together when I added 
  103. WFWG. I don't know how Netware fit's in, but I think if you add the 
  104. DIS_PKT9.DOS line to your config.sys and the [PKTDRV] stuff to protocol.ini
  105. it should work.
  106.  
  107. HTH
  108. ===========================================================================
  109. |        Tom Carter                    |     carter@cemvax.cem.msu.edu    |
  110. |  Michigan State University           |     carter@msucem.bitnet         |
  111. |    Chemistry Department              |                                  |
  112. ===========================================================================
  113.