Dead Gateway Detection in TCP/IP for Windows NT

ID: Q128978


The information in this article applies to:
  • Microsoft Windows NT Workstation versions 3.5, 3.51, 4.0
  • Microsoft Windows NT Server versions 3.5, 3.51, 4.0

IMPORTANT: This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information about how to do this, view the "Restoring the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help topic in Regedt32.exe.

SUMMARY

Microsoft TCP/IP for Windows NT provides a method of detecting whether or not the default gateway is still functioning. Dead gateway detection is enabled by default (on NT 3.51, 4.0 and above) when you install the TCP/IP protocol. However, Microsoft TCP/IP does not provide a method to detect when the default gateway returns to operation.


MORE INFORMATION

WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.

For information about how to edit the registry, view the "Changing Keys and Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete Information in the Registry" and "Edit Registry Data" Help topics in Regedt32.exe. Note that you should back up the registry before you edit it. If you are running Windows NT, you should also update your Emergency Repair Disk (ERD).

For the dead gateway detection to work correctly, you must specify more than one default gateway address in the Advanced Options of the TCP/IP configuration dialog box in the Network portion of Control Panel. If the default gateway fails to respond to TCP requests after several tries, IP will direct packets to the address specified for a backup gateway. Here is an example of how Windows NT will behave when the current default gateway is unavailable, and you have more than one default gateway configured:

Windows NT will switch to the next default gateway on the list. When the original default gateway comes back up, it broadcasts its routes to other intelligent routers.

When Windows NT tries to access a network through the current default gateway, it will be informed of a better route (the original default gateway). Windows NT will add a host route to it's routing table, but will NOT switch back to the original default gateway. To switch back to using the original default gateway you will need to reboot the Windows NT Server.

Note: If the second default gateway becomes unavailable, it will switch to the next default gateway configured on the list. When the end of the list of default gateways is reached, the search returns to the beginning again.

For information about obtaining a RFC document, please see the following article in the Microsoft Knowledge Base:

Q185262: How to Obtain Request for Comments Documents from the Internet
The registry setting that enables dead gateway detection can be found in the following location of the Windows NT 3.5 Registry:
Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

Value Name: EnableDeadGWDetect
Value Type: REG_DWORD
Value Range: 0 or 1 (False, True)


Default setting is 1 (True)
Note: Dead gateway detection is enabled by default on Windows NT 3.51, 4.0 and above. This registry change applies to Windows NT 3.5 only.

For additional information about dead gateway detection in Windows NT, click the article number below to view the article in the Microsoft Knowledge Base:
Q171564 TCP/IP Dead Gateway Detection Algorithm Updated for Windows NT


REFERENCES

"Inter-Networking with Microsoft TCP/IP Using Microsoft Windows NT", Participant's Workbook, Microsoft WWT, 1993, pg. 72; Appendix A, pg. 217.

Additional query words: prodnt gate routing pathway shortest

Keywords : kbnetwork ntprotocol NTSrvWkst
Version : winnt:3.5,3.51,4.0
Platform : winnt
Issue type : kbinfo


Last Reviewed: September 29, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.