Link to home
Start Free TrialLog in
Avatar of fryslan
fryslan

asked on

Network connection priority

I have 2 NICs in my computer both connected to a different ISP.

NIC1 I use for uTorrent to seed abandonware (used bind option in uTorrent to hook it up to one IP)

NIC2 should be the default NIC for the system for all other programs (browser, email) etc.
I applied the following settings:
- Network Connections -> Advanced -> Advanced Settings -> [tab] Adapters and Bindings
- Moved NIC2 to the top of the list and rebooted

IE still connects through NIC1? Why?
Avatar of rowansmith
rowansmith

From memory (and this goes back some many years):

By default outbound connections will use the LOWEST IP address in your system to make all outbound connections.

You can confirm this for me by checking the IP Addresses and determine if you are always using the lowest one.

The only way to change this is in the application itself, it has to specifically specify the IP Address to use for the outbound connection, by default this parameter is not supplied to the TCP Drivers and so the OS assigns the connection to the lowest IP Address on the system.
ASKER CERTIFIED SOLUTION
Avatar of and235100
and235100
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Make sure your Default Gateway is only set on NIC2.
To confirm from a command (CMD) prompt:
route print

your default gateway is the 0.0.0.0 entry
Cheers
I hope that helped. Thank you.