How can I change the binding order of network adapters in Windows 7?

71,144

Solution 1

Open up your "Network and Sharing Center."

Click "Change Adapter Settings" in right-hand pane.

This should bring you to Control Panel\Network and Internet\Network Connections. You can also get there by running "ncpa.cpl".

Hit "ALT" to make the menu bar visible, and pick "Advanced" (Alt-N will bring you directly to that menu), and pick "Advanced Settings".

That will open the Advance Settings window, and you can adjust your binding order there.

Solution 2

None of the other answers at the time worked for me. I was using Windows 7 64bit, and simply changing the order of these adapters as mentioned by techie007 didn't work.

After some research, I found a method which worked for me:

  • Go to 'Network and Sharing Center' and then select 'Change adapter settings'.

  • Right click one of the network adapters you wish to change, and select 'properties'.

  • In the properties dialog, select 'Internet Protocol Version 4 (TCP/IPv4)' and then select 'properties'.

  • Select 'Advanced' on the next dialog.

  • Untick 'Automatic metric', and enter a number as the 'Interface metric', to order the network adapter.

Windows orders network adapters from low to high numbers (a network adapter with an interface metric of 1, would be preferred over one with a metric of 2).

Share:
71,144

Related videos on Youtube

Chris Farmer
Author by

Chris Farmer

Updated on September 17, 2022

Comments

  • Chris Farmer
    Chris Farmer over 1 year

    The end goal here is that I am trying to install an Oracle 10g server on my Windows 7 x64 dev box. I use DHCP, and the Oracle installer is throwing up this warning:

    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The install has detected that the primary IP address of the 
    system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP 
    addresses; However, before you can do this, you must configure the Microsoft 
    LoopBack Adapter to be the primary network adapter on the system.  See the 
    Installation Guide for more details on installing the software on systems 
    configured with DHCP.
    

    I have installed the loopback adapter, but I am not sure how to make it the primary network adapter. I see this Microsoft KB article on the subject but it's Windows XP-oriented, and I can't seem to find a comparable one for Windows 7. Some of the options it talks about don't seem to be present in the views of the adapters that I see.

    So, how can I make the loopback adapter become the primary adapter?

  • CMCDragonkai
    CMCDragonkai almost 10 years
    Is there a way to automate this using netsh perhaps?
  • Nick Westgate
    Nick Westgate almost 9 years
    Screen captures in this answer.
  • David C.
    David C. about 8 years
    According to blogs.technet.microsoft.com/networking/2015/08/14/…, binding-order was only used for DNS, and even that went away in Windows 10 (they also removing the binding-order control panel in 10). Interface metric is what should be used.