<?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: Cisco ASA outside ACL in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-outside-acl/m-p/1768317#M494495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/people/zulqurnain" id="jive-4571603996512195318802"&gt;zulqurnain&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;the ACL already applied at the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/people/lal.antony" id="jive-5566483996512251928802"&gt;Lal Antony&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;i applied the following ACE instead of the object and the same thing:&lt;/P&gt;&lt;P&gt;access-list outside extended permit tcp any host 82.213.59.59 eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2011 06:30:38 GMT</pubDate>
    <dc:creator>a.hajhamad</dc:creator>
    <dc:date>2011-10-31T06:30:38Z</dc:date>
    <item>
      <title>Cisco ASA outside ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-outside-acl/m-p/1768314#M494477</link>
      <description>&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;Hello all,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;my network is:&lt;/P&gt;&lt;P&gt;Cisco ASA 5510 outside, DMZ1, and inside interfaces.&lt;/P&gt;&lt;P&gt;Mail server real IP is: x.x.x.x/24&lt;/P&gt;&lt;P&gt;Mapped IP: y.y.y.y/27&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have mail server inside the DMZ1 and i did auto static NAT as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;the auto static NAT config:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;object network EDGE-SVR-PRIV&lt;/P&gt;&lt;P&gt;host x.x.x.x&lt;/P&gt;&lt;P&gt;nat (DMZ1,outside) static y.y.y.y&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;the outside interface IP address is y.y.y.z/27&lt;/P&gt;&lt;P&gt;the access list applied at the outside interface is named outside:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside permit tcp any object EDGE-SVR-PRIV eq smtp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;my problem is:&lt;/P&gt;&lt;P&gt;i can't access the mail server from the outside by trying (telnet y.y.y.y 25), after many investigations i applied the following command and it works!!!&lt;/P&gt;&lt;P&gt;access-list outside permit tcp any any eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:44:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-outside-acl/m-p/1768314#M494477</guid>
      <dc:creator>a.hajhamad</dc:creator>
      <dc:date>2019-03-11T21:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA outside ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-outside-acl/m-p/1768315#M494480</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;As a thumb rule if you want to let traffic flow from lower security interface to higher security interface I.e. if you wants someone from outside to connect to inside resource then you need to have an access-list allowing that traffic to flow inside along with your static command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2011 22:19:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-outside-acl/m-p/1768315#M494480</guid>
      <dc:creator>zulqurnain</dc:creator>
      <dc:date>2011-10-30T22:19:48Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA outside ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-outside-acl/m-p/1768316#M494483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@a.hajhamad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect something mis-configured in the object setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below reference will assist you in identifying the issue.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800d641d.shtml#net"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800d641d.shtml#net&lt;/A&gt;&lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800d641d.shtml"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800d641d.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: If you just want to refer to an IP address of a Host use NAME rather than the object reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this assist, Please rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Lal Antony&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lalantony.com"&gt;www.lalantony.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 00:10:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-outside-acl/m-p/1768316#M494483</guid>
      <dc:creator>lal.antony</dc:creator>
      <dc:date>2011-10-31T00:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA outside ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-outside-acl/m-p/1768317#M494495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/people/zulqurnain" id="jive-4571603996512195318802"&gt;zulqurnain&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;the ACL already applied at the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/people/lal.antony" id="jive-5566483996512251928802"&gt;Lal Antony&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;i applied the following ACE instead of the object and the same thing:&lt;/P&gt;&lt;P&gt;access-list outside extended permit tcp any host 82.213.59.59 eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 06:30:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-outside-acl/m-p/1768317#M494495</guid>
      <dc:creator>a.hajhamad</dc:creator>
      <dc:date>2011-10-31T06:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA outside ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-outside-acl/m-p/1768318#M494496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="text-decoration: underline; "&gt;&lt;STRONG&gt; problem is resolved.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;In OS 8.3 and 8.4 you have to specify the REAL ip address for the mail server instead of the mapped ip address.&lt;/P&gt;&lt;P&gt;access-list outside permit tcp any host x.x.x.x eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 07:11:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-outside-acl/m-p/1768318#M494496</guid>
      <dc:creator>a.hajhamad</dc:creator>
      <dc:date>2011-10-31T07:11:42Z</dc:date>
    </item>
  </channel>
</rss>

