<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I've resolved it: in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/stuck-on-a-nat-problem/m-p/2952968#M150014</link>
    <description>&lt;P&gt;I've resolved it:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;object network int-map&lt;BR /&gt;host 10.92.200.1&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;object network ext-map&lt;BR /&gt;host 66.77.88.1&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;nat (inside,outside) source dynamic any interface destination static int-map&amp;nbsp;ext-map&lt;/PRE&gt;
&lt;P&gt;Very happy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2016 18:09:45 GMT</pubDate>
    <dc:creator>handsy</dc:creator>
    <dc:date>2016-09-13T18:09:45Z</dc:date>
    <item>
      <title>Stuck on a NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/stuck-on-a-nat-problem/m-p/2952965#M150011</link>
      <description>&lt;P&gt;I'm stuck!&lt;/P&gt;
&lt;P&gt;I need to get to an IP address on the other side of my Cisco ASA5555-X running 9.5.&lt;/P&gt;
&lt;P&gt;Here's the important info (IPs obfuscated for obvious reasons):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="line-height: normal;"&gt;Source IP can be anything&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="line-height: normal;"&gt;Destination IP for clients is 10.92.200.1 (&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;int-map&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="line-height: normal;"&gt;NAT'ed to 66.77.88.1 (&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ext-map&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="line-height: normal;"&gt;Source must also be translated to use Interface IP of destination interface&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My initial attempt:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;nat (inside,outside) source dynamic any interface destination static ext-map ext-map&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;...but that clearly misses the step where I translate &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;int-map&lt;/SPAN&gt; to &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ext-map&lt;/SPAN&gt;. Can I even do this in 1 line of config??&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:16:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/stuck-on-a-nat-problem/m-p/2952965#M150011</guid>
      <dc:creator>handsy</dc:creator>
      <dc:date>2019-03-12T08:16:04Z</dc:date>
    </item>
    <item>
      <title>Hi handsy, you may try with:</title>
      <link>https://community.cisco.com/t5/network-security/stuck-on-a-nat-problem/m-p/2952966#M150012</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://supportforums.cisco.com/users/handsy" title="View user profile." class="username" lang="" about="/users/handsy" typeof="sioc:UserAccount" property="foaf:name" datatype=""&gt;&lt;G class="gr_ gr_59 gr-alert gr_spell gr_disable_anim_appear ContextualSpelling" id="59" data-gr-id="59"&gt;handsy&lt;/G&gt;&lt;/A&gt;, you may try with:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;object network OBJ-10.92.200.1&lt;BR /&gt;subnet 10.92.200.1 255.255.255.255&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;nat (inside,outside) source static any OBJ-66.77.88.1 destination static OBJ-10.92.200.1 OBJ-10.92.200.1&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Kind regards.-&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;PS: Please don't forget to rate and mark as correct answer if this answered your question&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 15:22:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/stuck-on-a-nat-problem/m-p/2952966#M150012</guid>
      <dc:creator>Matias Ortiz</dc:creator>
      <dc:date>2016-09-13T15:22:48Z</dc:date>
    </item>
    <item>
      <title>Unfortunately, that does not</title>
      <link>https://community.cisco.com/t5/network-security/stuck-on-a-nat-problem/m-p/2952967#M150013</link>
      <description>&lt;P&gt;Unfortunately, that does not resolve the rewriting of the source IP as my outside interface address.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 17:36:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/stuck-on-a-nat-problem/m-p/2952967#M150013</guid>
      <dc:creator>handsy</dc:creator>
      <dc:date>2016-09-13T17:36:40Z</dc:date>
    </item>
    <item>
      <title>I've resolved it:</title>
      <link>https://community.cisco.com/t5/network-security/stuck-on-a-nat-problem/m-p/2952968#M150014</link>
      <description>&lt;P&gt;I've resolved it:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;object network int-map&lt;BR /&gt;host 10.92.200.1&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;object network ext-map&lt;BR /&gt;host 66.77.88.1&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;nat (inside,outside) source dynamic any interface destination static int-map&amp;nbsp;ext-map&lt;/PRE&gt;
&lt;P&gt;Very happy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 18:09:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/stuck-on-a-nat-problem/m-p/2952968#M150014</guid>
      <dc:creator>handsy</dc:creator>
      <dc:date>2016-09-13T18:09:45Z</dc:date>
    </item>
  </channel>
</rss>

