The information in this article applies to:
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. SYMPTOMSWhen more than one network adapter on your multihomed Windows 2000-based computer uses a Transport Control Protocol/Internet Protocol (TCP/IP) address from the Automatic Private IP Addressing (APIPA) subnet range 169.254.0.0-169.254.255.255, subnet mask 255.255.0.0, routing to this subnet may not work if both of the following conditions exist:
CAUSEThis issue occurs because TCP/IP routing requires that all network adapters with a TCP/IP address from the same subnet be on the same physical network. Because of this, routing does not work if multiple network adapters on the same computer use addresses from the APIPA subnet at the same time. RESOLUTIONWARNING: 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. Disable APIPA on All but One Network AdapterUse Registry Editor to create the following registry keyHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Services\Tcpip\Parameters\Interfaces\adapter namewhere adapter name is the name of the Dynamic Host Configuration Protocol (DHCP) configured adapter where you want to disable APIPA. Add the following value to this key: Value name: IPAutoconfigurationEnabled Value type: REG_DWORD Value in hexadecimal: 0 (A value of 0 disables APIPA support on this adapter) NOTE: If the IPAutoconfigurationEnabled entry is not present, a default value of 1 is assumed, which indicates that APIPA is enabled. After you make this change, restart your computer. Disable APIPA on the Entire ComputerUse Registry Editor to create the following registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ParametersAdd the following value to this key: Value name: IPAutoconfigurationEnabled Value type: REG_DWORD Value in hexadecimal: 0 (A value of 0 disables APIPA support on this computer) NOTE: If the IPAutoconfigurationEnabled entry is not present, a default value of 1 is assumed, which indicates that APIPA is enabled. After you make this change, restart your computer. MORE INFORMATIONThe following list includes scenarios that may result in your adapter using a TCP/IP address from the APIPA address space: You Use APIPA on One Adapter, and DHCP on Another AdapterEither of the following conditions can generate this behavior:
You use DHCP on More Than One AdapterEither of the following conditions can generate this behavior:
Additional query words: autonet multi-homed
Keywords : kbnetwork |
Last Reviewed: December 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |