<?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 Yes, there is a specific in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-inbound-outbound/m-p/2487991#M267166</link>
    <description>&lt;P&gt;Yes, there is a specific order which is very well explained in the config-guide:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa90/configuration/guide/asa_90_cli_config/nat_overview.html#wp1118157"&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa90/configuration/guide/asa_90_cli_config/nat_overview.html#wp1118157&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Apr 2014 12:22:50 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2014-04-30T12:22:50Z</dc:date>
    <item>
      <title>NAT - Inbound / Outbound</title>
      <link>https://community.cisco.com/t5/network-security/nat-inbound-outbound/m-p/2487988#M267160</link>
      <description>&lt;P style="font-size: 15.0150146484375px;"&gt;Hi All,&lt;/P&gt;&lt;P style="font-size: 15.0150146484375px;"&gt;If I have the following 2 NAT statements on my ASA -&lt;/P&gt;&lt;P style="font-size: 15.0150146484375px;"&gt;object network TestVid&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 2xx.1xx.2.xx&lt;BR /&gt;!&lt;BR /&gt;nat (any,outside) after-auto source dynamic DynamicNatInside interface&lt;/P&gt;&lt;P style="font-size: 15.0150146484375px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-size: 15.0150146484375px;"&gt;The TestVid static NAT is for incoming calls to a video conf unit. Does this static NAT also work the reverse way? E.G if this machine wanted to go out to the internet, would this NAT be used outbound and the same IP used or is it just for Inbound?&lt;/P&gt;&lt;P style="font-size: 15.0150146484375px;"&gt;Or would the unit use my other NAT statement if the address fell into the&amp;nbsp;DynamicNatInside object?&lt;/P&gt;&lt;P style="font-size: 15.0150146484375px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-size: 15.0150146484375px;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 15.0150146484375px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:08:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-inbound-outbound/m-p/2487988#M267160</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2019-03-12T04:08:36Z</dc:date>
    </item>
    <item>
      <title>A static NAT configuration ca</title>
      <link>https://community.cisco.com/t5/network-security/nat-inbound-outbound/m-p/2487989#M267162</link>
      <description>&lt;P&gt;A static NAT configuration ca be used in- and outbound. Your TestVid will use the public IP 2xx.1xx.2.xx also for outbound traffic.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2014 12:00:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-inbound-outbound/m-p/2487989#M267162</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2014-04-30T12:00:35Z</dc:date>
    </item>
    <item>
      <title>Hi Karsten,Thanks for that.</title>
      <link>https://community.cisco.com/t5/network-security/nat-inbound-outbound/m-p/2487990#M267164</link>
      <description>&lt;P&gt;Hi Karsten,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for that. Are my two NAT statements processed in a certain order on the ASA? e.g Static NATs first, then my more generic NAT statement?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2014 12:07:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-inbound-outbound/m-p/2487990#M267164</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2014-04-30T12:07:37Z</dc:date>
    </item>
    <item>
      <title>Yes, there is a specific</title>
      <link>https://community.cisco.com/t5/network-security/nat-inbound-outbound/m-p/2487991#M267166</link>
      <description>&lt;P&gt;Yes, there is a specific order which is very well explained in the config-guide:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa90/configuration/guide/asa_90_cli_config/nat_overview.html#wp1118157"&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa90/configuration/guide/asa_90_cli_config/nat_overview.html#wp1118157&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2014 12:22:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-inbound-outbound/m-p/2487991#M267166</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2014-04-30T12:22:50Z</dc:date>
    </item>
    <item>
      <title>Your nat entry with "after</title>
      <link>https://community.cisco.com/t5/network-security/nat-inbound-outbound/m-p/2487992#M267169</link>
      <description>&lt;P&gt;Your nat entry with "after-auto" keyword will be processed last in the example you posted.&lt;/P&gt;&lt;P&gt;Please see Jouni's excellent explanation in &lt;A href="https://supportforums.cisco.com/document/132066/asa-nat-83-nat-operation-and-configuration-format-cli"&gt;this document&lt;/A&gt; for many more details on the order of NAT processing.&lt;/P&gt;&lt;P&gt;(in addition to the configuration guide section Karsten linked to.)&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2014 12:27:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-inbound-outbound/m-p/2487992#M267169</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2014-04-30T12:27:51Z</dc:date>
    </item>
  </channel>
</rss>

