Two net connections (NICs): how does XP choose?

  • Thread starter Thread starter Steve Brecher
  • Start date Start date
S

Steve Brecher

I have an XP Pro system on an Ethernet LAN connected to a router which has
an Internet connection. I just installed, in addition, a wireless
connection to the same router. To test the wireless connection, I pulled
the Ethernet cable from the XP system, and used IE to browse to a site it
hadn't seen before. It worked -- cool! But now after I reinsert the
Ethernet cable, I'm wondering how XP chooses which of these two connections
to use for TCP/IP (e.g., web browsing). In a nutshell: two NICs -- how
does the system (or is it applications?) choose which to use?
 
"Steve Brecher" said:
I have an XP Pro system on an Ethernet LAN connected to a router which has
an Internet connection. I just installed, in addition, a wireless
connection to the same router. To test the wireless connection, I pulled
the Ethernet cable from the XP system, and used IE to browse to a site it
hadn't seen before. It worked -- cool! But now after I reinsert the
Ethernet cable, I'm wondering how XP chooses which of these two connections
to use for TCP/IP (e.g., web browsing). In a nutshell: two NICs -- how
does the system (or is it applications?) choose which to use?

It uses the network connection with the lower "metric" value. By
default, XP assigns a metric based on the rated speed of the
connection, so it should automatically prefer a 100Mb wired connection
to a wireless connection.

To see the metrics, open a command prompt and enter:

route print

Lines starting with 0.0.0.0 are "default routes" that indicate
possible paths to the Internet. The last number in each default route
is its metric.

To assign a metric to a network connection (and its associated default
route):

1. Open the Network Connections folder.
2. Right click the desired connection.
3. Click Properties | Internet Protocol (TCP/IP).
4. Click Properties | Advanced.
5. Un-check "Automatic metric".
6. Enter a number between 1 and 9999 for the "Interface metric".

This web page has more information:

An Explanation of the Automatic Metric Feature for Internet Protocol
Routes
http://support.microsoft.com/?id=299540
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
Back
Top