<?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 ASA5525X - 8.6(1)2 and One-To-One Static Mapping Issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5525x-8-6-1-2-and-one-to-one-static-mapping-issue/m-p/2056117#M399632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best practice is to place the general rules at the bottom, the specific ones at the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order of NAT rules 8.3:&lt;/P&gt;&lt;P&gt;Twice Nat&lt;/P&gt;&lt;P&gt;Auto Nat&lt;/P&gt;&lt;P&gt;After Auto Nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to rate all the helpul posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2012 17:02:14 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2012-09-07T17:02:14Z</dc:date>
    <item>
      <title>ASA5525X - 8.6(1)2 and One-To-One Static Mapping Issue</title>
      <link>https://community.cisco.com/t5/network-security/asa5525x-8-6-1-2-and-one-to-one-static-mapping-issue/m-p/2056114#M399627</link>
      <description>&lt;P&gt;Just started working with the post 8.3 CLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traffic from outside to inside is translated correctly, but inside to outside is using the outside Interface IP instead of the mapped IP, 50.50.50.50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I'm missing something small here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the config that was build using ASDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside IP: 50.50.50.50&lt;/P&gt;&lt;P&gt;Inside IP: 10.10.10.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network TEST&lt;/P&gt;&lt;P&gt; host 50.50.50.50&lt;/P&gt;&lt;P&gt; description One-To-One NAT 50.50.50.50/10.10.10.10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network TEST-priv&lt;/P&gt;&lt;P&gt; host 10.10.10.10&lt;/P&gt;&lt;P&gt; description One-To-One NAT 50.50.50.50/10.10.10.10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network TEST-priv&lt;/P&gt;&lt;P&gt; nat (inside,outside) static TEST&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic IN2OUT interface description PAT Overload Using Interface Public IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network IN2OUT&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt; description Inside To Outside NAT&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: ASDM created object TEST-priv twice. One on top and one below the NAT configs.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:51:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5525x-8-6-1-2-and-one-to-one-static-mapping-issue/m-p/2056114#M399627</guid>
      <dc:creator>Robert Ho</dc:creator>
      <dc:date>2019-03-11T23:51:27Z</dc:date>
    </item>
    <item>
      <title>ASA5525X - 8.6(1)2 and One-To-One Static Mapping Issue</title>
      <link>https://community.cisco.com/t5/network-security/asa5525x-8-6-1-2-and-one-to-one-static-mapping-issue/m-p/2056115#M399629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is the nat order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Twice nat are review first so in order to make this work do the following on the CLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no nat (inside,outside) source dynamic IN2OUT interface description PAT Overload Using Interface Public IP&lt;/P&gt;&lt;P&gt;nat (inside,outside) after-auto source dynamic IN2OUT interface description PAT Overload Using Interface Public IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Remember to rate all of the answers, for the community that is more important that a thank&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 16:38:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5525x-8-6-1-2-and-one-to-one-static-mapping-issue/m-p/2056115#M399629</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-09-07T16:38:44Z</dc:date>
    </item>
    <item>
      <title>ASA5525X - 8.6(1)2 and One-To-One Static Mapping Issue</title>
      <link>https://community.cisco.com/t5/network-security/asa5525x-8-6-1-2-and-one-to-one-static-mapping-issue/m-p/2056116#M399631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looks like it is working, thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, best practice is to create the global nat entry at the very end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i still need to do this after creating additional mappings, or is this a one time deal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 16:49:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5525x-8-6-1-2-and-one-to-one-static-mapping-issue/m-p/2056116#M399631</guid>
      <dc:creator>Robert Ho</dc:creator>
      <dc:date>2012-09-07T16:49:11Z</dc:date>
    </item>
    <item>
      <title>ASA5525X - 8.6(1)2 and One-To-One Static Mapping Issue</title>
      <link>https://community.cisco.com/t5/network-security/asa5525x-8-6-1-2-and-one-to-one-static-mapping-issue/m-p/2056117#M399632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best practice is to place the general rules at the bottom, the specific ones at the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order of NAT rules 8.3:&lt;/P&gt;&lt;P&gt;Twice Nat&lt;/P&gt;&lt;P&gt;Auto Nat&lt;/P&gt;&lt;P&gt;After Auto Nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to rate all the helpul posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 17:02:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5525x-8-6-1-2-and-one-to-one-static-mapping-issue/m-p/2056117#M399632</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-09-07T17:02:14Z</dc:date>
    </item>
  </channel>
</rss>

