Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have the following in my pre-8.3 ASA config. I need these public IPs translated to my inside interface so that traffic from another of my subnets that take a different default route will go through this firewall.
10.10.10.1 <-> inside fw <-> NAT t...
I had this same issue. The problem was 2 different mapped IP addresses for the same inside host.
Internet <-> 1.1.1.1:25 <-> inside 10.10.10.10 port 25
Internet <-> 1.1.1.2:80 <-> inside 10.10.10.10 port 80
Internet <-> 1.1.1.2:443 <-> inside 10.10....