<?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 Hi Vishnu, For ICMP traffic, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-access-site/m-p/2629210#M195123</link>
    <description>&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For ICMP traffic, it is required to enable icmp inspection since the ASA doesn´t do this by default and it is going to block the echo replies.&lt;/P&gt;&lt;P&gt;See more details about icmp inspection:&lt;/P&gt;&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa82/command/reference/cmd_ref/i2.html#wp1735986&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can enable it on this way:&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;fixup protocol icmp&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess that ´CAP1´ is the one applied to the outside interface, but I just see the echo replies coming but not the echo requests going out on the CAP1 capture.&lt;/P&gt;&lt;P&gt;Make sure there is not an asymetic routing issue, if echo requests are going out through the outside interface then echo replies should come back through the same outside interface.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harvey.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please rate if&amp;nbsp;this is correct answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Apr 2015 03:24:34 GMT</pubDate>
    <dc:creator>Harvey Ortiz</dc:creator>
    <dc:date>2015-04-11T03:24:34Z</dc:date>
    <item>
      <title>Cannot access site</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-site/m-p/2629209#M195121</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to access a site from&amp;nbsp;Company&lt;/P&gt;&lt;P&gt;This is what the access-list on my ASA pertaining to that site I am trying to access.&lt;/P&gt;&lt;P&gt;access-list Inside_access_in extended permit ip any host xxx.xxx.132.23&lt;/P&gt;&lt;P&gt;access-group Inside_access_in in interface Inside&lt;/P&gt;&lt;P&gt;access-list Outside_access_in extended permit ip host xxx.xxx.132.23 any&lt;/P&gt;&lt;P&gt;access-group Outside_access_in in interface Outside&lt;/P&gt;&lt;P&gt;4 packets captured&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1: 15:24:58.971217 10.1.77.166 &amp;gt; xxx.xxx.132.23: icmp: echo request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2: 15:24:59.973689 10.1.77.166 &amp;gt; xxx.xxx.132.23: icmp: echo request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 3: 15:25:00.975672 10.1.77.166 &amp;gt; xxx.xxx.132.23: icmp: echo request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 4: 15:25:01.977610 10.1.77.166 &amp;gt; xxx.xxx.132.23: icmp: echo request&lt;/P&gt;&lt;P&gt;4 packets shown&lt;/P&gt;&lt;P&gt;NOR-3150-ASA01(config)# show capture CAP1&lt;/P&gt;&lt;P&gt;4 packets captured&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1: 15:24:59.025786 xxx.xxx.132.23 &amp;gt; x.xx.106.10: icmp: echo reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2: 15:25:00.025709 xxx.xxx.132.23 &amp;gt; x.xx.106.10: icmp: echo reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 3: 15:25:01.030836 xxx.xxx.132.23 &amp;gt; x.xx.106.10: icmp: echo reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 4: 15:25:02.054486 xxx.xxx.132.23 &amp;gt; x.xx.106.10: icmp: echo reply&lt;/P&gt;&lt;P&gt;4 packets shown&lt;/P&gt;&lt;P&gt;I can ping internally but i can get to the site&lt;/P&gt;&lt;P&gt;I have done the packet capture also which shows that SYN is sent by no SYN ACK and ACKs received with only retransmissions.&lt;/P&gt;&lt;P&gt;I am using IP in the access-list so that rules out the port issues.&lt;/P&gt;&lt;P&gt;Also i noticed one this is that I can't telnet to the port they have provided: 3080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:45:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-site/m-p/2629209#M195121</guid>
      <dc:creator>Vishnu Reddy</dc:creator>
      <dc:date>2019-03-12T05:45:37Z</dc:date>
    </item>
    <item>
      <title>Hi Vishnu, For ICMP traffic,</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-site/m-p/2629210#M195123</link>
      <description>&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For ICMP traffic, it is required to enable icmp inspection since the ASA doesn´t do this by default and it is going to block the echo replies.&lt;/P&gt;&lt;P&gt;See more details about icmp inspection:&lt;/P&gt;&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa82/command/reference/cmd_ref/i2.html#wp1735986&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can enable it on this way:&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;fixup protocol icmp&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess that ´CAP1´ is the one applied to the outside interface, but I just see the echo replies coming but not the echo requests going out on the CAP1 capture.&lt;/P&gt;&lt;P&gt;Make sure there is not an asymetic routing issue, if echo requests are going out through the outside interface then echo replies should come back through the same outside interface.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harvey.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please rate if&amp;nbsp;this is correct answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2015 03:24:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-site/m-p/2629210#M195123</guid>
      <dc:creator>Harvey Ortiz</dc:creator>
      <dc:date>2015-04-11T03:24:34Z</dc:date>
    </item>
    <item>
      <title>I am assuming that the server</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-site/m-p/2629211#M195126</link>
      <description>&lt;P&gt;I am assuming that the server&amp;nbsp;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;xxx.xxx.132.23 is a server on the internet that you are trying to access. Can you please post your full Asa config to review?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2015 15:15:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-site/m-p/2629211#M195126</guid>
      <dc:creator>Andre Neethling</dc:creator>
      <dc:date>2015-04-12T15:15:36Z</dc:date>
    </item>
    <item>
      <title>I  can give you remote access</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-site/m-p/2629212#M195128</link>
      <description>&lt;P&gt;I&amp;nbsp; can give you remote access to this device look into what is the issue as I can't post the config as it has 1000 lines of config and lots of work needs to be done.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 19:29:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-site/m-p/2629212#M195128</guid>
      <dc:creator>Vishnu Reddy</dc:creator>
      <dc:date>2015-04-14T19:29:46Z</dc:date>
    </item>
    <item>
      <title>Personally don't want remote</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-site/m-p/2629213#M195130</link>
      <description>&lt;P&gt;Personally don't want remote access and you probably don't want us to do that ie,. what if we stopped the firewall working.&lt;/P&gt;&lt;P&gt;It's not clear, can you ping this site from the inside or not ?&lt;/P&gt;&lt;P&gt;If you can but not access it on the application port or telnet to the application port then it sounds like a server issue.&lt;/P&gt;&lt;P&gt;If you can't ping it then it sounds like a configuration issue.&lt;/P&gt;&lt;P&gt;Which is it ?&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 19:46:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-site/m-p/2629213#M195130</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-04-14T19:46:25Z</dc:date>
    </item>
  </channel>
</rss>

