In a LAN environment, I have 3 exchange servers that have been deployed for high availability and failover in case one of the 3 servers becomes unavailable.
Currently, my NAT settings only send packets to the first server. I would like the ability to have emails (packets) sent on the network to servers 2 and 3 as well in the case that any of the three become unavailable.
How should I do this on my Cisco router?
Currently, I have NAT setting
ip nat inside source static tcp 10.200.15.33 25 96.92.221.221 25 extendable ip nat inside source static tcp 10.200.15.33 110 96.92.221.221 25 extendable etc..