<?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 Re: ASA without NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-without-nat/m-p/1244583#M840858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's really helpfull, thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what about FWSM, from each version nat-control is disabled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2009 13:24:11 GMT</pubDate>
    <dc:creator>harinirina</dc:creator>
    <dc:date>2009-05-26T13:24:11Z</dc:date>
    <item>
      <title>ASA without NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-without-nat/m-p/1244579#M840854</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've configured an ASA with simple architecture (PC - ASA - PC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We've configured interfaces and ACL permitting IP traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCs in inside and outside interface cannot ping each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We specified a STATIC (inside,outside) real_add_inside real_add_inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCs in inside and outside interface can ping each other after adding this configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We removed static configuration and the ASA is only configured with IP adress in each interface and ACL which permit all ip  traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After clearing xlate and rebooting ASA, PCs on inside and outside can always ping each other (as if removing the static configuration doesn't have impact on the connectivity between inside and outside).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd like to know if it is normal, if it is not necessary to configure NAT or STATIC to let inside and outside to communicate on ASA.&lt;/P&gt;&lt;P&gt;If so, what could be the reason ping doesn't work after first configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:35:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-without-nat/m-p/1244579#M840854</guid>
      <dc:creator>harinirina</dc:creator>
      <dc:date>2019-03-11T15:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: ASA without NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-without-nat/m-p/1244580#M840855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;start here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then let us know if you still have questions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 11:24:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-without-nat/m-p/1244580#M840855</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2009-05-22T11:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA without NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-without-nat/m-p/1244581#M840856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When reading the doc, it seems we need to configure STATIC and ACL to be able to access inside network from outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what seems strange for us is that we can access inside network without STATIC but only ACL applied on interface outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we really appreciate if you could give more explanation on it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 12:15:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-without-nat/m-p/1244581#M840856</guid>
      <dc:creator>harinirina</dc:creator>
      <dc:date>2009-05-22T12:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASA without NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-without-nat/m-p/1244582#M840857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PIX/ASA version 7.x and later have no nat-control, which means that by default you don't need to configure static statement. Default configuration of these versions of PIX?ASA doesn't require NAT.&lt;/P&gt;&lt;P&gt;If you want to have NAT required for all traffic passing thru, type nat-control. This will enable it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008046f31a.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008046f31a.shtml&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 18:15:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-without-nat/m-p/1244582#M840857</guid>
      <dc:creator>romapopov</dc:creator>
      <dc:date>2009-05-22T18:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA without NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-without-nat/m-p/1244583#M840858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's really helpfull, thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what about FWSM, from each version nat-control is disabled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:24:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-without-nat/m-p/1244583#M840858</guid>
      <dc:creator>harinirina</dc:creator>
      <dc:date>2009-05-26T13:24:11Z</dc:date>
    </item>
  </channel>
</rss>

