Community,
Will the following NAT rule work? I get a Warning message when I create it but the ASA doesnt error out. It warns about the overlapping pool:
# src int dest int src add dest add svc src add dest add svc
3 |
outside |
prod_dmz |
any |
69x.x.16 |
any |
-- Original -- |
10.210.8.100 |
-- Original -- |
No Proxy ARP |
|
4 |
prod_mail |
outside |
10.210.16.93 |
any |
any |
69.x.x.16 |
-- Original -- |
-- Original -- |
No Proxy ARP |
|
What im trying to do is say "when mail is coming in from the outside destined for the public ip 69.x.x.16, DNAT it to the internal IP 10.210.8.100. When mail is originating internally from 10.210.16.93 and needs to go outside, source NAT it to the public address 69.x.x.16.
Will this work? or will there be conflicts? Im setting these up as one way NATs.
Thanks.