How to route traffic to one specific NIC when two are installed

I have a PC with 2 NICs installed and I want to utilize both, in my office table there's a 2 port patch panel.

1 port is for internet, and the other for internal access.

When both my NICs are active, it seems that I cannot access both network simultaneously (internal & internet).

My PC is in the state of confusion as to what traffic goes to a certain NIC only, by that I mean if I search the internet it should use the nic internet port if I access internal network it must use the office NIC port.

Is there a way I can command in windows to do routing of packets?


Windows does not support multi-homed networks when the networks are disjointed. See this kb for more details.

If your 10.0.0.0/24 network has all of the devices inside the same subnet all you need to do is not set a default gateway for that nic and everything should work. If you do need to set a default gateway on your 10.0.0.0/24 network, you can't do it, windows does not support multiple gateways.


How about selecting both network adapters in the

Control Panel/Network and Internet/Network Connections

and then right click and select Bridge Connections. From what I understand of networking, this may allow you to access both networks, and if I understand it correctly, the newly formed network bridge would then route traffic between the two networks, depending on the requested information.

I attempted to use this method to gain greater internet access, splitting data traffic between the two adapters, essentially doubling my rate, but only the first adapter was using the internet connectivity, the second one that connected was not being used. This may be due to the fact that the first one was able to fulfill the request, so the bridge used that one. Google research corrected me on this, thus me finding your question as well.