In my windows 8.1 ENT [64 bit] machine I have 3 network adapters. Ethernet 1 is connected to public network and other 2 ethernet adaptors are connected to different internal networks. The problem is in route table we have active routes like:
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.17 10
0.0.0.0 0.0.0.0 192.168.2.1 192.168.2.51 10
0.0.0.0 0.0.0.0 10.112.29.253 10.112.29.164 10
10.112.28.0 255.255.254.0 On-link 10.112.29.164 266
10.112.29.164 255.255.255.255 On-link 10.112.29.164 266
10.112.29.255 255.255.255.255 On-link 10.112.29.164 266
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
192.168.0.0 255.255.254.0 On-link 192.168.1.17 266
192.168.1.17 255.255.255.255 On-link 192.168.1.17 266
192.168.1.255 255.255.255.255 On-link 192.168.1.17 266
192.168.2.0 255.255.254.0 On-link 192.168.2.51 266
192.168.2.51 255.255.255.255 On-link 192.168.2.51 266
192.168.3.255 255.255.255.255 On-link 192.168.2.51 266
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 192.168.1.17 266
224.0.0.0 240.0.0.0 On-link 192.168.2.51 266
224.0.0.0 240.0.0.0 On-link 10.112.29.164 266
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 192.168.1.17 266
255.255.255.255 255.255.255.255 On-link 192.168.2.51 266
255.255.255.255 255.255.255.255 On-link 10.112.29.164 266
As we have 3 default gateways coming from 3 different networks and metrics are all same, my machine lost internet connectivity. Please let me know how can I make sure that gateway of public network can take precedence over others.
Appreciate your help...
Thanks and Regards, Shruti