ID: Q157025
The information in this article applies to:
A multihomed computer is one that has multiple network interfaces. For computers using TCP/IP, these interfaces can be separate network interface cards (NICs) or multiple IP addresses on one NIC. This article discusses the recommended method of configuring the default gateway on multihomed computers.
In the TCP/IP properties of each of the products listed above, you have the option to configure a default gateway for each NIC or multiple default gateways for the same NIC. Every NIC that has a default gateway adds a 0.0.0.0 route (default route) to the routing table.
In either case, the TCP/IP routing table will have multiple default routes listed (to view the routing table, type "ROUTE PRINT" from the command prompt). The route most likely to be used is the default gateway for the primary NIC that is bound to TCP/IP, but this is not always the case. If the Transmission Control Protocol (TCP) session on the active default gateway times out, TCP can switch to the next default gateway. This can present a problem depending on your network configuration.
It is not recommended to have multiple adapters configured on the same network (it may even create more overhead). For more information on TCP/IP behavior when multiple adapters are configured on the same network, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q175767
TITLE : Expected Behavior of Multiple Adapters on Same Network
If both NICs are on the same contiguous network, this should not be a
problem as long as the default gateways are valid. However, if the NICs are
configured on disjoint networks, or networks that are physically separated
and cannot communicate with each other, you will not be able to communicate
with the destination host reliably.
A common use of multiple default gateways is to configure a backup gateway in the event of a failure of the primary gateway (router). This backup gateway is used by dead gateway detection, and is only triggered with TCP or connection-oriented traffic. Utilities like PING cannot force the default gateway to switch, because these utilities use User Datagram Protocol (UDP) and Internet Control Message Protocol (ICMP).
For additional information, please see the following articles in the Microsoft Knowledge Base:
ARTICLE-ID: Q128978
TITLE : Dead Gateway Detection in TCP/IP for Windows NT
ARTICLE-ID: Q171564
TITLE : TCP/IP Dead Gateway Detection Algorithm Updated for Windows
NT
Only one default gateway should be configured on any multihomed computer.
The default gateway is a global configuration for the server, not a setting
that must be set for each network adapter. The server is already aware of
all the networks it is directly connected to, and adds a route to each
network for which it has a TCP/IP address.
The default gateway is used only for traffic that needs to go to a network for which the server has no route. There is only one default gateway active for a computer at a time. You should generally configure the default gateway on the most complex network, and leave the field blank on the other adapter. However, if fault tolerance is desired, choose one of the following:
-or-
-or-
ARTICLE-ID: Q169161
TITLE : Registry Parameters for RIP for IP Version 1
-or-
ARTICLE-ID: Q123024
TITLE : How to Configure Windows NT as a Remote IP Router
Keywords : kbnetwork win95 wfwg ntprotocol nttcp NTSrvWkst
Version : WinNT:3.5,3.51,4.0;Windows:3.11,95
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: July 19, 1998