Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

352 lines
15 KiB

  1. RELEASE NOTES FOR MICROSOFT(R) TCP/IP-32 FOR WINDOWS(TM) FOR WORKGROUPS 3.11
  2. PLEASE READ THIS ENTIRE DOCUMENT
  3. General
  4. -------
  5. This product is compatible with, and supported exclusively on, the
  6. Microsoft Windows For Workgroups 3.11 platform.
  7. If you are running a different TCP/IP product on your system, you must
  8. remove it before installing Microsoft TCP/IP-32. If you experience
  9. difficulties with another vendor's product, remove the existing TCP/IP
  10. stack, exit Network Setup completely, reboot your system, and then proceed
  11. to add the Microsoft TCP/IP-32 drivers by following the instructions given
  12. in the documentation.
  13. Known Problems
  14. --------------
  15. There have been a number of reports on IBM TokenRing, EtherLink III cards,
  16. and ODI drivers that are related to bugs in drivers other than TCP/IP-32.
  17. These Windows For Workgroups 3.11 patches are described in the following
  18. Application Notes:
  19. WG0990 (contains updated ELNK3.386)
  20. WG0988 (contains updated IBMTOK.386)
  21. WG1004 (contains updated MSODISUP.386)
  22. You can obtain these Application Notes from the following sources:
  23. - The Internet (ftp.microsoft.com)
  24. - CompuServe(R), GEnie(TM), and Microsoft OnLine
  25. - Microsoft Download Service (MSDL)
  26. - Microsoft Product Support Services
  27. On CompuServe, GEnie, and Microsoft OnLine, Application Notes are located
  28. in the Microsoft Software Library. You can find an Application Note in
  29. the Software Library by searching on a keyword, for example "WG0990".
  30. Application Notes are available by modem from the Microsoft Download
  31. Service (MSDL), which you can reach by calling (206) 936-6735. This
  32. service is available 24 hours a day, 7 days a week. The highest download
  33. speed available is 14,400 bits per second (bps). For more information
  34. about using the MSDL, call (800) 936-4200 and follow the prompts.
  35. Previous Beta Users
  36. -------------------
  37. If you had installed a previous beta of the Microsoft TCP/IP-32 for
  38. Windows for Workgroups product, you may encounter one of the following
  39. errors:
  40. "Setup Error 108: Could not create or open the protocol.ini file."
  41. "Setup Error 110: Could not find or open win.ini."
  42. If this happens do the following:
  43. 1) Remove any previous versions of Microsoft TCP/IP-32.
  44. 2) Exit Network Setup and restart your system.
  45. 3) Rename any OEMx.INF (where x is any number) files that are in your
  46. WINDOWS\SYSTEM directory.
  47. 4) Go back into Network Setup and install Microsoft TCP/IP-32 following
  48. the installation instructions in the manual.
  49. Mosaic
  50. ------
  51. NCSA's Win32s version of their popular Mosaic application requires that
  52. you pick up version 115a or greater of the Win32s distribution to function
  53. correctly.
  54. DHCP Automatic Configuration
  55. ----------------------------
  56. DHCP is a new TCP/IP protocol that provides the ability to acquire TCP/IP
  57. addressing and configuration dynamically with no user intervention. DHCP
  58. depends on your network administrator to set up a DHCP server on your
  59. network. A DHCP server is scheduled to ship as part of Windows NT(TM)
  60. Server version 3.5.
  61. If you enable automatic DHCP configuration without a DHCP server available
  62. on your network, the following message will appear after approximately a
  63. 10 second black-screen delay during the Windows for Workgroups booting
  64. process:
  65. "The DHCP client was unable to obtain an IP network address from a DHCP
  66. server. Do you want to see future DHCP messages?"
  67. This message means that TCP/IP has initialized but without any addressing
  68. information. If you are running TCP/IP as your only protocol, you will
  69. not have access to the network. This situation requires that you go back
  70. to the TCP/IP configuration settings, disable DHCP, and manually specify
  71. your TCP/IP network parameters. If you are running multiple protocols,
  72. you should have access to your network with these.
  73. If you do have a DHCP server on your network and this message appears,
  74. this indicates that the server was unavailable and that your lease has
  75. expired. DHCP will (in the background) continue to try to acquire a valid
  76. lease while Windows for Workgroups continues to run (although you will not
  77. have TCP/IP functionality). If you are running with DHCP automatic
  78. configuration, use the IPCONFIG utility to learn your IP configuration.
  79. DHCP Options
  80. ------------
  81. The following changes are not reflected in the TCP/IP-32 documentation.
  82. Currently Microsoft DHCP clients support only the following options:
  83. - DHCP protocol options
  84. - DHCP message type (53)
  85. - Lease Time (51), Renewal Time (58), Rebind Time (59)
  86. - Information options:
  87. - Subnet Mask (1)
  88. - Default Router (3)
  89. - DNS Server (6)
  90. - WINS Server (NetBIOS Name Server) (44)
  91. - NetBIOS Node Type (46)
  92. - NetBIOS Scope Id (47)
  93. Any other options received by the client are ignored and discarded.
  94. No Option Overlays - Option Limit Is 336 Bytes
  95. ----------------------------------------------
  96. The DHCP client does not recognize option overlays. If a non-Microsoft
  97. server is sending the options, make sure that either all the options fit
  98. within the standard option field, or at least that those used by the
  99. Microsoft clients (listed above) are conta ined in the standard Option
  100. field. Since the Microsoft client only supports a subset of the defined
  101. DHCP option types, 336 bytes should be sufficient for any configuration.
  102. Ipconfig - Moving Client to New Address
  103. ---------------------------------------
  104. When a DHCP client is moved to a new reserved address or is moved from an
  105. address to make way for an exclusion or another client's reservation, the
  106. client should first release its current address using ipconfig /release.
  107. This may be followed by ipconfig /renew to get a new address.
  108. ARP Conflicts - Report to DHCP Server Administrator
  109. ---------------------------------------------------
  110. Before the TCP/IP stack comes up with the address acquired via DHCP, the
  111. stack ARPs for the address. If a machine is already running with this
  112. address, the client will display a popup informing the user of the address
  113. conflict. Users should contact the CP server administrator when this
  114. occurs. Once the server has excluded the conflicting address, the client
  115. should get a new address using ipconfig /renew. If this is unsuccessful,
  116. the client may need to reboot.
  117. NetBIOS over TCP/IP
  118. -------------------
  119. Multihomed Computer NetBIOS Node Type
  120. A computer can be one of four NetBIOS node types: broadcast node, mixed
  121. node, point-to-point node, or hybrid node. The node type cannot be
  122. specified per network adapter card. In some circumstances, it may be
  123. desirable to have one or more network adapter c ards function as broadcast
  124. nodes and other network adapter cards to function as hybrids.
  125. You accomplish this by setting the node type to broadcast node, and
  126. configuring WINS name server addresses for the network adapter cards that
  127. will function as hybrids. The presence of the WINS addresses will
  128. effectively override the broadcast node setting for the adapters on which
  129. they are set.
  130. To make an adapter a broadcast node, configure DHCP to set the node type
  131. to Bnode, or in the absence of DHCP, the computer will assume Bnode
  132. behavior by default.
  133. Including Remote LMHOSTS Files
  134. You must modify the Registry of a remote computer if network clients will
  135. #INCLUDE the LMHOSTS file on the remote Windows NT computer. The share
  136. containing the LMHOSTS file must be in the Null Sessions list on the
  137. Server by adding the share name to the following Windows NT Registry key:
  138. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
  139. \LanManServer\Parameters\NullSessionShares
  140. Microsoft TCP/IP Workstations with UB NetBIOS Name Servers
  141. ----------------------------------------------------------
  142. The Microsoft clients can be configured to use a UB name server by adding
  143. the SYSTEM.INI parameter RefreshOpCode under the [NBT] section. Set its
  144. value to 9 to interoperate with UB name servers.
  145. NetDDE Applications Communicating over Subnets via LMHOSTS
  146. ----------------------------------------------------------
  147. If you are connecting to a remote machine via a NetDDE application, using
  148. a #PRE LMHOSTS entry, you must have a separate entry specifying a special
  149. character in the 16th byte:
  150. 138.121.43.100 REMOTEDDE #PRE
  151. 138.121.43.100 "REMOTEDDE \0x1F"
  152. A special entry is not required if #PRE is not used.
  153. Browsing Resources on Remote IP Subnetworks
  154. -------------------------------------------
  155. Browsing remote IP subnetworks requires a Windows NT computer on the local
  156. subnet.
  157. Using File Manager to Access Servers Specified in LMHOSTS
  158. ---------------------------------------------------------
  159. Reading and parsing LMHOSTS to resolve a name is done by the NBT driver at
  160. run time. This operation is not permissible under certain conditions.
  161. One such condition commonly encountered is when a network connection is
  162. attempted from the File Manager. The result is that the name is reported
  163. as 'not resolved' even if the name exists in LMHOSTS file (since the
  164. driver wasn't even allowed to open LMHOSTS file). The workaround for such
  165. conditions is to put a #PRE against the name in the LMHOSTS file. This
  166. causes the name to be stored in the name cache when the machine is first
  167. initialized, so the name gets resolved without the driver having to open
  168. LMHOSTS at run time.
  169. IP Routing
  170. ----------
  171. Multiple Default Gateways in Microsoft TCP/IP Act as Backup Gateways When
  172. more than one default gateway is specified for a given IP network or for
  173. multiple IP networks on different network cards, the first default gateway
  174. for the first network card is always used to route IP network traffic.
  175. All the subsequent gateways are used as backup when the first default
  176. gateway is discovered to be unavailable. The Dead Gateway Detection
  177. mechanism is used only with TCP (connection-oriented traffic). Therefore,
  178. utilities like PING will only use the first default gateway. Notice that
  179. t his only applies to IP datagrams that have to be routed to a remote
  180. network (that is, to a network to which the workstation is not directly
  181. connected).
  182. FTP
  183. ---
  184. FTP is implemented in a Windows console in this release. It is not
  185. presently hooked to the Microsoft TCP/IP-32 Help file, although the Help
  186. file does have FTP command summaries in it. Many of the documented
  187. command line options are supported, although they require you to modify
  188. your FTP Program Item manually.
  189. The FTP application which ships with this product does not support the "!"
  190. command, which typically invokes a user shell.
  191. ODI Driver Support
  192. ------------------
  193. Due to system restrictions, TCP/IP-32 cannot support more than one network
  194. adapter using ODI drivers. Multihomed configurations are supported using
  195. NDIS drivers only.
  196. If after installing TCP/IP-32 you have problems accessing the network over
  197. your ODI drivers, please make sure that the syntax and frame types listed
  198. in your NET.CFG file are correct for your network.
  199. DNS Resolution Hierarchy
  200. ------------------------
  201. The Microsoft TCP/IP-32 stack uses various means to resolve a host name to
  202. get the IP address of a certain host. The various mechanisms used are
  203. Local Cached Information, Hosts File, DNS Servers, and NetBIOS name
  204. resolution mechanisms. The default resolution order for resolving a host
  205. name is Local Cached Information -> Hosts File -> DNS Servers -> NetBt
  206. (NetBIOS over TCP/IP). NetBIOS over TCP/IP name resolution can consist of
  207. local subnet broadcasts, and/or querying the Windows Internet Names Server
  208. (WINS) running on Windows NT Servers.
  209. Your Guide to Service and Support for Microsoft TCP/IP-32
  210. ---------------------------------------------------------
  211. Microsoft Support: Network Advanced Systems Products Support Options
  212. The following support services are available from Microsoft for Microsoft
  213. Advanced Systems products, including Microsoft Mail Server and its
  214. gateways, SQL Server, LAN Manager, Windows NT Workstation, Windows NT
  215. Server, and SNA Server.
  216. Electronic Services
  217. -------------------
  218. Microsoft Forums
  219. ----------------
  220. These forums are provided through the CompuServe Information Service,
  221. (800) 848-8199, representative 230 (sales information only). Access is
  222. available 24 hours a day, 7 days a week, including holidays.
  223. These forums enable an interactive technical dialog between users as well
  224. as remote access to the Microsoft KnowledgeBase of product information,
  225. which is updated daily. These forums are monitored by Microsoft support
  226. engineers for technical accuracy. If you are already a subscriber, type
  227. "GO <forum name>" at any ! prompt.
  228. MSCLIENT Microsoft Network Client support
  229. WINNT Microsoft Windows NT support
  230. MSSQL Microsoft SQL Server support
  231. MSWRKGRP Microsoft Windows for Workgroups support
  232. MSNETWORKS Microsoft LAN Manager support
  233. MSAPP Microsoft applications support
  234. MSWIN32 Information on Win32
  235. MSDR Development-related discussion forum
  236. WINEXT Support for extensions and drivers for Windows
  237. WINSDK Support for Microsoft Windows Software Development Kit
  238. Microsoft Download Service
  239. --------------------------
  240. Use the Microsoft Download Service (MSDL) to access the latest technical
  241. notes on common advanced system products support issues via modem. MSDL
  242. is at (206) 936-6735, available 24 hours a day, 7 days a week, including
  243. holidays (1200, 2400, or 9600 baud; no parity, 8 data bits, 1 stop bit).
  244. Internet
  245. --------
  246. Use the Internet to access the Microsoft Driver Library and Microsoft
  247. KnowledgeBase. The Microsoft Internet FTP archive host FTP.MICROSOFT.COM
  248. (ip address 198.105.232.1) supports anonymous login. When logging in as
  249. anonymous, please offer your complete e-mail name as your password.
  250. Telephone Support
  251. -----------------
  252. Microsoft FastTips
  253. ------------------
  254. An interactive, automated system providing support at no charge through
  255. toll lines and accessed by touch-tone phone. FastTips provides fast
  256. access to answers to common questions and a library of technical notes
  257. delivered by phone recording or fax. FastTips is available 24 hours
  258. a day, 7 days a week, including holidays.
  259. Microsoft Advanced Systems products (800) 936-4400
  260. Priority Telephone Support
  261. --------------------------
  262. Get technical support from a Microsoft engineer. Microsoft offers
  263. pay-as-you-go telephone support from a Microsoft engineer, available 24
  264. hours a day, 7 days a week, except holidays. Choose from the following
  265. options:
  266. Per Incident: Dial (900) 555-2100. $150.00 per incident.
  267. (Charges appear on your telephone bill.)
  268. Per Incident: Dial (800) 936-5900. $150.00 per incident.
  269. (Charges billed to your Visa, Master Card, or American Express.)
  270. 10-pack: Ten incidents for $995 prepaid.
  271. Additional Information
  272. ----------------------
  273. For additional information about Microsoft support options or for a list
  274. of Microsoft Solution Providers, call Microsoft Support Network Sales and
  275. Information Group at (800) 936-3500, Monday through Friday, 6:00 A.M. to
  276. 6:00 P.M., Pacific time, excluding holidays.
  277. This list includes only domestic support programs.
  278. Microsoft's customer support services are subject to Microsoft's
  279. then-current price, terms, and conditions.