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

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?


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).