08-18-2011 09:24 PM - edited 03-11-2019 02:14 PM
I have a transparent firewall (ASA) running 8.4 in a 10.1.0.0/24 subnet and I need to NAT anything entering the inside interface with a 10.x.x.x address to 192.168.1.2.. please can someone tell me the code to do this
Thanks
08-18-2011 09:36 PM
Hi,
Yes you can nat traffic on transparent firewall from ASA 8.0.2, you would need the following nat statements:
nat (inside) 1 10.0.0.0 255.0.0.0
global (outside) 1 192.168.1.2
Have a look at this guide, for more info:
http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wp1042478
Hope this helps.
Thanks,
Varun
Please rate helpful posts
08-18-2011 10:01 PM
That syntax does not work for 8.4
08-18-2011 10:07 PM
oooopsss I am sorry
Here's the syntax:
object network internal_subnet
subnet 10.0.0.0 255.0.0.0
nat (inside,outside) dynamic 192.168.1.2
Sorry, I just overlooked it.
Thanks,
Varun
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