I have a Windows 2000 server with two NICs already installed with separate IPs:
NIC1: 172.14.3.113; No gatewayNIC2: 10.15.120.22; Gateway: 10.15.120.1
NIC2 is for WAN connectivity, and NIC1 is serving local clients.
NIC1 is already serving local clients. Now for a remote site, I want people to come in and access using NIC2.
Can we route all traffic coming in using NIC2 to NIC1, as everything is working with NIC1 locally.
Can this be done using the windows route command?
NIC1, and you've got traffic coming in onNIC2that needs to be serviced by your app? What kind of traffic is it? HTTP? Or something else? – Mark Henderson♦ Mar 23 '11 at 2:57