03-26-2011 11:08 AM - edited 03-11-2019 01:13 PM
Does the following WARNING mean that I can remove the static mapping without causing any harm to my production environment?
WARNING: The following 'static' statements do not appear to have a corresponding
'conduit' or 'access-list/access-group' pair:
static (inside,outside) tcp xxx.172.214.193 smtp 10.2.28.3 smtp netmask 255.255.255.255
0 0
Thank you,
Thomas
Solved! Go to Solution.
03-26-2011 11:39 AM
Hi,
All it means is that there is no ACL statement for that static NAT in your config.
The reason you get this message is that in order for inbound traffic to work (to your static NAT), the PIX/ASA require an ACL statement permitting the traffic. The ACL is the permission and the static is the translation.
So.... I won't think the static is working anyway in the inbound direction isn't it?
Hope it helps.
Federico.
03-26-2011 11:39 AM
Hi,
All it means is that there is no ACL statement for that static NAT in your config.
The reason you get this message is that in order for inbound traffic to work (to your static NAT), the PIX/ASA require an ACL statement permitting the traffic. The ACL is the permission and the static is the translation.
So.... I won't think the static is working anyway in the inbound direction isn't it?
Hope it helps.
Federico.
03-26-2011 11:45 AM
Thanks, Federico!
Thomas
03-26-2011 12:02 PM
You're very welcome Thomas, glad I could help ;-)
Federico.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide