NWLink Connections Fail Across Novell Routers

Last reviewed: May 12, 1997
Article ID: Q106687

The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1

SUMMARY

When you cross Novell routers (file servers or multi-protocol routers) using NWLink, you may receive some erratic behavior unless a Registry entry is made for maximum packet size.

SYMPTOMS

The symptoms for this problem vary. In some cases, the response to a drive connection in File Manager takes minutes to respond. In other cases, File Manager stops responding (hangs). Sometimes, error messages are returned indicating a network problem. Even if a connection takes place, erroneous results may be returned. This problem has been reported in both Token Ring and Ethernet environments.

For example, share the WINNT\SYSTEM32 directory which contains greater than 500 on one Windows NT Advanced Server machine. When you attempt to connect to this share (as Administrator) from a different Windows NT Advanced Server, you will receive a "No Files Found" error message. In this example, the only machines on this internetwork are the two Windows NT Advanced Servers and a NetWare 3.11 file server acting as a router. The following NLMs are loaded on the NetWare server: ISADISK, TOKEN, NMAGENT, and MONITOR.

Making the same connection when both Windows NT Advanced Server machines are connected to the same Token Ring produce the correct result. Directories containing only a few files may not exhibit the above behaviors.

The reported Ethernet problem occurred in a complex WAN environment. Lowering the packet size resolved the issue without any other changes being required. The symptom in this case was the inability to remotely administer one Windows NT Advanced Server from another one separated by a wide area link.

WORKAROUND

The workaround to this problem is to add an entry to the registries of the Windows NT machines as follows:

WARNING: Using Registry Editor incorrectly can cause

         serious, system-wide problems that may require you to
         reinstall Windows NT to correct them. Microsoft cannot
         guarantee that any problems resulting from the use of
         Registry Editor can be solved. Use this tool at your own
         risk.

  • At a command prompt, type REGEDT32.

  • Single-click on HKEY_LOCAL_MACHINE window.

  • Double-click the following in the order listed: SYSTEM, CurrentControlSet, Services.

  • Scroll to NWLINKIPX.

  • Double-click the following in the order listed: NWLINKIPX, NetConfig, Driver01.

  • Check to see if there is a MaxPktSize entry in the box on the right. If so, double-click it and proceed to step 8.

  • If MaxPktSize does not exist, select choose Add Value from the Edit menu. In the Value Name field, type "MaxPktSize" (without the quotation marks. Change the Data Type field to REG_DWORD. Choose OK.

  • Change the Radix field to Decimal. For Token Ring, enter 1500 in the Data field. For Ethernet, enter 1000 in the Data field (higher values may be possible). Choose OK.

  • Quit the Registry Editor, quit all open applications, shut down and restart the machine.


  • Additional query words: adapter prodnt
    Keywords : kbnetwork ntprotocol NTSrvWkst
    Version : 3.1
    Platform : WINDOWS


    THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

    Last reviewed: May 12, 1997
    © 1998 Microsoft Corporation. All rights reserved. Terms of Use.