Two ISP Problem
I would make 2 access lists one for the server and one for the public IP's that you want to translate
ip access-list SERVER
permit 192.168.1.4 0.0.0.0 (Server you want with 2 translations)
ip access-list PUBLIC_IPS
permit 1.1.1.4 0.0.0.0 (WAN IP 1)
permit 2.2.2.4 0.0.0.0 (WAN IP 2)
then make a nat statement
ip nat inside source list SERVER pool PUBLIC_IPS
Do not use overload/PAT
I would see if your ISPs would allow you to make a BGP advertisement, and then just advertise one /24 subnet to both ISP's, and map just one set of public IP's to the servers. Then if one ISP goes down, the other will continue to work.
I would summarize and let a routing protocol do the rest( with some co-ordination from ISP of course)
Recent comments
11 hours 46 min ago
19 hours 38 min ago
2 days 5 hours ago
4 days 18 hours ago
4 days 20 hours ago
5 days 5 hours ago
5 days 5 hours ago
5 days 5 hours ago
5 days 14 hours ago
1 week 4 days ago