01-24-2013 09:02 AM - edited 03-11-2019 05:51 PM
Hi,
I need NAT setup as it would be on Routed ASA where addresses arriving on the inside interface are hidden from outside via dynamic interface NAT.
Is that possible in Transparent Mode? This document doesn't discuss Dynamic NAT.
www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wp1102744
Solved! Go to Solution.
01-24-2013 10:38 AM
Remember to rate all of the helpful posts..
01-25-2013 01:39 PM
No,
It means that you cannot use PAT while intenting to use the interface ip address but you could use any other.
Example
static (inside,outside) tcp 2.2.2.2 80 192.168.12.2.2 80
This will work....
Regards,
Only remember that you cannot try to use the keyword interface ( because there is no ip asssigned to any of the interfaces, that is all )
Remember to rate all of the helpful posts
01-24-2013 09:26 AM
Hello,
Yes, it can be done.
No problem at all.
Regards,
01-24-2013 10:33 AM
Thanks.
Is there a more up-to-date reference for 9.x ASAs and Transparent mode?
01-24-2013 10:38 AM
Remember to rate all of the helpful posts..
01-24-2013 10:55 AM
Appreciate the link.
01-25-2013 01:07 PM
Can it do PAT?
The links I have read say no.
01-25-2013 01:13 PM
Note:
Starting with ASA/PIX 8.0(2), NAT/PAT is supported in the transparent firewall. Refer to
for more information.
You can use PAT but not with the ASA interfaces as there is no IP assigned to it.
01-25-2013 01:27 PM
It says (bullet point #4)
Because the transparent firewall does not have any interface IP addresses, you cannot use interface PAT.
So you can use PAT but it's not interface PAT. That means any public servers could not be published on an ASA in Transparent mode, right?
01-25-2013 01:39 PM
No,
It means that you cannot use PAT while intenting to use the interface ip address but you could use any other.
Example
static (inside,outside) tcp 2.2.2.2 80 192.168.12.2.2 80
This will work....
Regards,
Only remember that you cannot try to use the keyword interface ( because there is no ip asssigned to any of the interfaces, that is all )
Remember to rate all of the helpful posts
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