<?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 ASA 8.3 real Ip address in ACL in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864253#M456701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, sorry, of course, the smtp-server nat was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj−192.168.2.57&lt;/P&gt;&lt;P&gt;host 192.168.2.57&lt;/P&gt;&lt;P&gt;nat (inside,outside) static 209.164.3.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the ACL is using public IP, not the real ip address as announces Release Notes or migration guide, which states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"For example, formerly if you wanted to allow an outside host to access an inside host that used NAT, you&lt;/P&gt;&lt;P&gt;applied an inbound access list on the outside interface using the access-group command. In this&lt;/P&gt;&lt;P&gt;scenario, you needed to specify the mapped address of the inside host in the access list because that&lt;/P&gt;&lt;P&gt;address was the address that can be used on the outside network. Starting in 8.3, you need to specify the&lt;/P&gt;&lt;P&gt;real address in the access list."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this Cisco Support Channel &lt;A href="http://www.youtube.com/watch?v=R6TMlH9U2pE&amp;amp;feature=plcp&amp;amp;context=C34bcf43UDOEgsToPDskINRv5_oXhrk7jRahbPD_Em"&gt;video &lt;/A&gt;(minute 3), the outside ACL uses the real ip address, not the public-natted one&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.youtube.com/watch?v=R6TMlH9U2pE&amp;amp;feature=plcp&amp;amp;context=C34bcf43UDOEgsToPDskINRv5_oXhrk7jRahbPD_Em"&gt;http://www.youtube.com/watch?v=R6TMlH9U2pE&amp;amp;feature=plcp&amp;amp;context=C34bcf43UDOEgsToPDskINRv5_oXhrk7jRahbPD_Em&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is:&lt;/P&gt;&lt;P&gt;In the ACL, do I have to use the real ip (like the video) or the natted-ip (like the smtp example)?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2012 08:53:25 GMT</pubDate>
    <dc:creator>jmprats</dc:creator>
    <dc:date>2012-01-17T08:53:25Z</dc:date>
    <item>
      <title>ASA 8.3 real Ip address in ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864249#M456696</link>
      <description>&lt;P&gt;if ASA 8.3 uses real IP address in ACL, why in this example "&lt;A href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080ba1d00.shtml" target="_blank"&gt;ASA 8.3 and Later: Mail (SMTP) Server Access on Inside Network Configuration Example&lt;/A&gt;" uses the public (natted) ip address for the smtp server ACL?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:14:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864249#M456696</guid>
      <dc:creator>jmprats</dc:creator>
      <dc:date>2019-03-11T22:14:58Z</dc:date>
    </item>
    <item>
      <title>ASA 8.3 real Ip address in ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864250#M456698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whatever will be the SMTP server IP on internet will have to add that IP on outside ACL to allow on port 25. It could be NAT IP or Public IP as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the statement from configuration where you have doubt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 13:20:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864250#M456698</guid>
      <dc:creator>ajay chauhan</dc:creator>
      <dc:date>2012-01-16T13:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.3 real Ip address in ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864251#M456699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access−list smtp extended permit tcp any host 209.164.3.5 eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj−192.168.2.0&lt;/P&gt;&lt;P&gt;subnet 192.168.2.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside,outside) dynamic 209.164.3.129&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why doesn't use the real ip address in the acl?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 13:24:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864251#M456699</guid>
      <dc:creator>jmprats</dc:creator>
      <dc:date>2012-01-16T13:24:31Z</dc:date>
    </item>
    <item>
      <title>ASA 8.3 real Ip address in ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864252#M456700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That traffic is originated from inside hosts. You should focus on -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network obj-192.168.2.57&lt;BR /&gt;&amp;nbsp; host 192.168.2.57&lt;BR /&gt;&amp;nbsp; nat (inside,outside) static 209.164.3.5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your SMTP question SMTP server is mapped one to one NAT so public identity would be 209.164.3.5 so ofcourse that is allowed in ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding configuration you have post has nothing to do with SMTP server that have mentioned the whole subnet /24 for outbound traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT has order to process - nonat &amp;gt;static nat &amp;gt; dynamic nat&amp;gt; static pat &amp;gt;dynamic pat &amp;gt; like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 13:31:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864252#M456700</guid>
      <dc:creator>ajay chauhan</dc:creator>
      <dc:date>2012-01-16T13:31:33Z</dc:date>
    </item>
    <item>
      <title>ASA 8.3 real Ip address in ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864253#M456701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, sorry, of course, the smtp-server nat was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj−192.168.2.57&lt;/P&gt;&lt;P&gt;host 192.168.2.57&lt;/P&gt;&lt;P&gt;nat (inside,outside) static 209.164.3.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the ACL is using public IP, not the real ip address as announces Release Notes or migration guide, which states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"For example, formerly if you wanted to allow an outside host to access an inside host that used NAT, you&lt;/P&gt;&lt;P&gt;applied an inbound access list on the outside interface using the access-group command. In this&lt;/P&gt;&lt;P&gt;scenario, you needed to specify the mapped address of the inside host in the access list because that&lt;/P&gt;&lt;P&gt;address was the address that can be used on the outside network. Starting in 8.3, you need to specify the&lt;/P&gt;&lt;P&gt;real address in the access list."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this Cisco Support Channel &lt;A href="http://www.youtube.com/watch?v=R6TMlH9U2pE&amp;amp;feature=plcp&amp;amp;context=C34bcf43UDOEgsToPDskINRv5_oXhrk7jRahbPD_Em"&gt;video &lt;/A&gt;(minute 3), the outside ACL uses the real ip address, not the public-natted one&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.youtube.com/watch?v=R6TMlH9U2pE&amp;amp;feature=plcp&amp;amp;context=C34bcf43UDOEgsToPDskINRv5_oXhrk7jRahbPD_Em"&gt;http://www.youtube.com/watch?v=R6TMlH9U2pE&amp;amp;feature=plcp&amp;amp;context=C34bcf43UDOEgsToPDskINRv5_oXhrk7jRahbPD_Em&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is:&lt;/P&gt;&lt;P&gt;In the ACL, do I have to use the real ip (like the video) or the natted-ip (like the smtp example)?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 08:53:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864253#M456701</guid>
      <dc:creator>jmprats</dc:creator>
      <dc:date>2012-01-17T08:53:25Z</dc:date>
    </item>
    <item>
      <title>ASA 8.3 real Ip address in ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864254#M456702</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;Use real IP address:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;access−list smtp extended permit tcp any host 192.168.2.57 eq smtp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 09:01:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864254#M456702</guid>
      <dc:creator>EliasTlou</dc:creator>
      <dc:date>2012-01-17T09:01:54Z</dc:date>
    </item>
    <item>
      <title>ASA 8.3 real Ip address in ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864255#M456703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I agree !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 id="pre83_Configuration"&gt;pre-8.3 Configuration&lt;/H3&gt;&lt;P style="padding-left: 30px;"&gt;static (inside,outside) 209.165.201.15 10.1.1.6 netmask 255.255.255.255&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;!&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;access-list outside_in extended permit tcp any host 209.165.201.15&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 id="83_Configuration"&gt;8.3 Configuration&lt;/H3&gt;&lt;P style="padding-left: 30px;"&gt;object network obj-10.1.1.6&lt;BR /&gt;&amp;nbsp; host 10.1.1.6&lt;BR /&gt;&amp;nbsp; nat (inside,outside) static 209.165.201.15&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;!&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;access-list outside_in extended permit tcp any host 10.1.1.6&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 09:18:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-real-ip-address-in-acl/m-p/1864255#M456703</guid>
      <dc:creator>ajay chauhan</dc:creator>
      <dc:date>2012-01-17T09:18:43Z</dc:date>
    </item>
  </channel>
</rss>

