cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
628
Views
4
Helpful
3
Replies

Stuck on a NAT problem

handsy
Level 1
Level 1

I'm stuck!

I need to get to an IP address on the other side of my Cisco ASA5555-X running 9.5.

Here's the important info (IPs obfuscated for obvious reasons):

  • Source IP can be anything
  • Destination IP for clients is 10.92.200.1 (int-map)
  • NAT'ed to 66.77.88.1 (ext-map)
  • Source must also be translated to use Interface IP of destination interface

I just cannot get my head round this one, basically I'm trying to get a basic NAT done, followed by a Source IP overwrite.

My initial attempt:

nat (inside,outside) source dynamic any interface destination static ext-map ext-map

...but that clearly misses the step where I translate int-map to ext-map. Can I even do this in 1 line of config??

3 Replies 3

Matias Ortiz
Level 1
Level 1

Hi handsy, you may try with:

object network OBJ-10.92.200.1
subnet 10.92.200.1 255.255.255.255


nat (inside,outside) source static any OBJ-66.77.88.1 destination static OBJ-10.92.200.1 OBJ-10.92.200.1

Kind regards.-

PS: Please don't forget to rate and mark as correct answer if this answered your question 

Unfortunately, that does not resolve the rewriting of the source IP as my outside interface address.

handsy
Level 1
Level 1

I've resolved it:

object network int-map
host 10.92.200.1
object network ext-map
host 66.77.88.1
nat (inside,outside) source dynamic any interface destination static int-map ext-map

Very happy :)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card