Routing issue with dual Ethernet NICs - Internal/External Configuration under Windows 8.1 - what am I doing wrong ?

I have a PC hosting Windows 8.1, attached to two Networks. One leads to the internet - and uses the private IP address (172.*)  the other is purely internal (also using the private address 198.*) but,  has no internet connectivity.  I'm finding that if I don't disable my internal NIC, I can't access any internet sites. Is this a bug, or have I not done something correctly.

I have also, a Windows 7 PC, attached to the same Networks, and it exhibits no issues when connecting to either the internet or to internal locations.

(Both are Enterprise builds, though only across a Windows for Workgroups network).

Can anyone tell me what I need to be doing with Windows 8.1 please, to make both internal & external network connectivity work as is the case with Windows 7 ?

I'm only running IPv4, and both Wired Networks have at their respective ends, Routers that support DHCP & NAT. Though the internal Router's external port is not connected to anything.

Thanks in advance...

August 2nd, 2014 5:13am

Hi,

Can you tell me what you have tried so far and how did you set?

Firstly please update all network adapter driver.

After that, do the following:

1. Open the Command Prompt (Admin).

2. Run "Ipconfig /all" to check your nics IP information.

3. Use route command tell the computer which interface you want the packets to leave from.

Assuming Network A is...

10.10.11.0 /24
Router is 10.10.10.1

and Network B is...

10.10.12.0 /24
Router is 10.10.10.2

then use this command:

route add 10.10.11.0 mask 255.255.255.0 10.10.10.1 -p
route add 10.10.12.0 mask 255.255.255.0 10.10.10.2 -p

Hope this helps.

Free Windows Admin Tool Kit Click here and download it now
August 4th, 2014 2:10am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics