I have 2 routers with 2 different external ip addresses. The internal side resolves to 192.168.1.1 and 192.168.1.2.
I have an email server (Exchange 2003) that has 2 NICS.
The first one is configured as 192.168.1.10, gateway to 192.168.1.1
the second one is configured as 192.168.1.15, gateway to 192.168.1.2
The idea is that people should be able to get their email on either external port. Each NATed to a different NIC on the server: one going to .1 and the other one to .2.
The deal is that one NIC started dropping the gateway whenever you did an ipconfig. It would come up as blank. I reconfigured them statically, and now it only responds to one gateway.
If I try to get my email through the .1 side ,then the .2 side will not answer, and vice versa.
Is this something that's wrong with the server or is it something in the configuration? I want 2 nics on the same server to have 2 different gateways. Each conversing a different direction... how can I do that?