cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2262
Views
0
Helpful
3
Replies

Transparent Mode NAT

lquin1978
Level 1
Level 1

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

3 Replies 3

varrao
Level 10
Level 10

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

Thanks,
Varun Rao

That syntax does not work for 8.4

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

Thanks,
Varun Rao
Review Cisco Networking for a $25 gift card