Bridge May Not Work With a Non-Promiscuous Mode Network Adapter (302348)
The information in this article applies to:
- Microsoft Windows XP Home Edition
- Microsoft Windows XP Professional
- Microsoft Windows XP 64-Bit Edition
This article was previously published under Q302348 SYMPTOMS
Some network interface cards (NICs) may not work after you try to create a network bridge. Specifically, the bridge seems to be created but it does not work (traffic is not passed).
CAUSE
This problem occurs because some NICs do not automatically enter into Promiscuous mode to create a successful network bridge.
RESOLUTION
To work around this behavior, force the adapter into Compatibility mode:
- At a command prompt, type netsh bridge show adapter.
- Locate the identification number of the NIC that is not responding.
- If the NIC is not in Compatibility mode, you can change it manually if you type the following command, where 1 is the number of the NIC that is displayed in the first step:
netsh bridge set adapter 1 forcecompatmode=enable - Run the netsh bridge show adapter command again to verify that the ForceCompatabilityMode field for the NIC is displayed as Enabled.
Modification Type: | Major | Last Reviewed: | 4/19/2002 |
---|
Keywords: | kbprb KB302348 |
---|
|