I have 2 NIC on dif IP subnets 1 for internal network and gateway 1 for VPN Online Banking software.
First IP is 192.168.x.x with a def gateway of 192.168.x.1
Second IP is 192.168.y.x with a def gateway of 192.168.y.1
My IPConfig looks like
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/1000 EB Network Connec
ion with I/O Acceleration
Physical Address. . . . . . . . . : 00-E0-81-79-C1-98
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.x.x
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.x.1
DNS Servers . . . . . . . . . . . : 216.167.161.35
192.168.x.10
Ethernet adapter Local Area Connection 3:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/1000 EB Network Connec
ion with I/O Acceleration #2
Physical Address. . . . . . . . . : 00-E0-81-79-C1-99
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.y.10
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 4.2.2.2
4.2.2.4
With a routing table
==========================
==========
==========
==========
==========
=========
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.192.1 192.168.192.10 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.100.0 255.255.255.0 192.168.100.1 192.168.100.10 2
192.168.100.10 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.100.255 255.255.255.255 192.168.100.10 192.168.100.10 1
192.168.192.0 255.255.255.0 192.168.192.1 192.168.192.10 1
192.168.192.10 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.192.255 255.255.255.255 192.168.192.10 192.168.192.10 1
224.0.0.0 224.0.0.0 192.168.100.10 192.168.100.10 1
255.255.255.255 255.255.255.255 192.168.192.10 192.168.192.10 1
Default Gateway: 192.168.192.1
==========================
==========
==========
==========
==========
====
Only the NIC with the static gateway function correctly ( Nic 1 w/ gateway allows internet, Nic 2 w/ gateway allows bank software to connect)
Please help me get both working at the same time.
Thanks for the help in advance
JTCollins