02-02-2015 06:02 AM - edited 03-11-2019 10:26 PM
Gday,
I need the config for a Cisco ASA 9.2 to do a static NAT.
External address will be 1.1.1.1 - EXTERNAL_OBJ
Internal address will be 10.10.10.10 - INTERNAL_OBJ
Source will be any.
I see the nat as being:
nat (DMZ,OUTSIDE) source static any any destination static EXTERNAL_OBJ INTERNAL_OBJ
any feedback is greatly appreciated.
Cheers.
Solved! Go to Solution.
02-02-2015 08:02 AM
Managed to get the answer:
!
object network INTERNAL_OBJ
host 10.10.10.10
nat (DMZ,OUTSIDE) static EXTERNAL_OBJ
!
02-02-2015 08:02 AM
Managed to get the answer:
!
object network INTERNAL_OBJ
host 10.10.10.10
nat (DMZ,OUTSIDE) static EXTERNAL_OBJ
!
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