<?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 You can use any interface for in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-outside-interface-and-static-identity-nat/m-p/2962082#M144597</link>
    <description>&lt;P&gt;You can use any interface for any "role" in the network. The ASA doesn't care which interface in inside, outside and so on. Also the names are not relevant any more. Very long time ago (when we used the PIX) there were some restrictions, but these are not relevant any more.&amp;nbsp;The only restriction is that the management-port can't be used for through-traffic on&amp;nbsp;some of the ASAs.&lt;/P&gt;
&lt;P&gt;For your second question: Yes, that can be done. But be careful that you get the right order of operation. For NATs like these, it's likely that you better place them in section one with "manual/twice NAT" instead to place them in section two (auto/object NAT).&lt;/P&gt;</description>
    <pubDate>Sun, 27 Nov 2016 10:10:43 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2016-11-27T10:10:43Z</dc:date>
    <item>
      <title>ASA Outside Interface and Static/Identity NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-outside-interface-and-static-identity-nat/m-p/2962081#M144596</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;
&lt;P&gt;sorry i feel like a noob again. it's been a while since i designed/configured from scratch.&lt;/P&gt;
&lt;P&gt;a client wants to use an 'outside' interface on an ASA5516-X other than g0/0. is it possible to use g0/1 or other ports as outside interface?&lt;/P&gt;
&lt;P&gt;i remember configuring another outside interface other than e0/0 on a 5505 and i think it didn't work.&lt;/P&gt;
&lt;P&gt;also is below identity NAT possible?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network NETWORK-1&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;subnet 192.168.100.0 255.255.255.0&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;nat (inside,outside) static NETWORK-1&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:35:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-outside-interface-and-static-identity-nat/m-p/2962081#M144596</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2019-03-12T08:35:34Z</dc:date>
    </item>
    <item>
      <title>You can use any interface for</title>
      <link>https://community.cisco.com/t5/network-security/asa-outside-interface-and-static-identity-nat/m-p/2962082#M144597</link>
      <description>&lt;P&gt;You can use any interface for any "role" in the network. The ASA doesn't care which interface in inside, outside and so on. Also the names are not relevant any more. Very long time ago (when we used the PIX) there were some restrictions, but these are not relevant any more.&amp;nbsp;The only restriction is that the management-port can't be used for through-traffic on&amp;nbsp;some of the ASAs.&lt;/P&gt;
&lt;P&gt;For your second question: Yes, that can be done. But be careful that you get the right order of operation. For NATs like these, it's likely that you better place them in section one with "manual/twice NAT" instead to place them in section two (auto/object NAT).&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 10:10:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-outside-interface-and-static-identity-nat/m-p/2962082#M144597</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2016-11-27T10:10:43Z</dc:date>
    </item>
    <item>
      <title>hi karsten,</title>
      <link>https://community.cisco.com/t5/network-security/asa-outside-interface-and-static-identity-nat/m-p/2962083#M144598</link>
      <description>&lt;P&gt;hi karsten,&lt;/P&gt;
&lt;P&gt;thanks! so i reviewed again NAT from this link:&lt;/P&gt;
&lt;P&gt;https://supportforums.cisco.com/document/132066/asa-nat-83-nat-operation-and-configuration-format-cli#TWICE-TYPE&lt;/P&gt;
&lt;P&gt;so the NAT on my original post would fall under 'section 1' correct?&lt;/P&gt;
&lt;P&gt;coz i have several PAT statements after this one. should i put the keyword 'after-auto' on my PAT?&lt;/P&gt;
&lt;P&gt;originally i wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network NETWORK-1&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;subnet 192.168.100.0 255.255.255.0&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;nat (inside,outside) static NETWORK-1&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network NETWORK-192.168.180.0-24&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;description GUEST-WIFI&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;subnet 192.168.180.0 255.255.255.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;nat (GUEST-WIFI,outside) dynamic interface&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;should i do below instead?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network NETWORK-1&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;subnet 192.168.100.0 255.255.255.0&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt; nat (inside,outside) &lt;SPAN style="color: #ff0000;"&gt;1 source&lt;/SPAN&gt; static NETWORK-1&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network NETWORK-10.100.180.0-24&lt;BR /&gt;&amp;nbsp;description LAN&lt;BR /&gt;&amp;nbsp;subnet 10.100.180.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;nat (inside,outside) &lt;SPAN style="color: #ff0000;"&gt;after-auto 1 &lt;/SPAN&gt;dynamic interface&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network NETWORK-192.168.180.0-24&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;description GUEST-WIFI&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;subnet 192.168.180.0 255.255.255.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;nat (GUEST-WIFI,outside)&amp;nbsp;&lt;SPAN style="color: #ff0000;"&gt;after-auto 2&lt;/SPAN&gt; dynamic interface&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 10:36:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-outside-interface-and-static-identity-nat/m-p/2962083#M144598</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2016-11-27T10:36:55Z</dc:date>
    </item>
  </channel>
</rss>

