<?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 packet flow in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-packet-flow/m-p/1443558#M766005</link>
    <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: I have an ASA5505 as default gateway (192.168.60.101/24), and a CME router in the same network (192.168.60.254/24) which has others subnets behind, 192.168.61.0/24 (VoIP) &amp;amp; 10.1.10.0/252 (CUE). All my computers has the ASA as default gateway. My problem is, If I try to reach from any computer to the 192.168.61.0/24 network, the ASA does not allow giving an error like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for ICMP:&lt;/P&gt;&lt;P&gt;"Deny inbound icmp src inside:192.168.60.13 dst inside:192.168.61.1 (type 8, code 0)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the firewall rules, I give access from any inbound to inbound traffic, but does not work. I know the packet flow is peculiar because it goes out from the same interface that it came (inside), but it might be possible, isn't' it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 18:22:46 GMT</pubDate>
    <dc:creator>sistemas.sede</dc:creator>
    <dc:date>2019-03-11T18:22:46Z</dc:date>
    <item>
      <title>ASA packet flow</title>
      <link>https://community.cisco.com/t5/network-security/asa-packet-flow/m-p/1443558#M766005</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: I have an ASA5505 as default gateway (192.168.60.101/24), and a CME router in the same network (192.168.60.254/24) which has others subnets behind, 192.168.61.0/24 (VoIP) &amp;amp; 10.1.10.0/252 (CUE). All my computers has the ASA as default gateway. My problem is, If I try to reach from any computer to the 192.168.61.0/24 network, the ASA does not allow giving an error like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for ICMP:&lt;/P&gt;&lt;P&gt;"Deny inbound icmp src inside:192.168.60.13 dst inside:192.168.61.1 (type 8, code 0)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the firewall rules, I give access from any inbound to inbound traffic, but does not work. I know the packet flow is peculiar because it goes out from the same interface that it came (inside), but it might be possible, isn't' it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:22:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-packet-flow/m-p/1443558#M766005</guid>
      <dc:creator>sistemas.sede</dc:creator>
      <dc:date>2019-03-11T18:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: ASA packet flow</title>
      <link>https://community.cisco.com/t5/network-security/asa-packet-flow/m-p/1443559#M766006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem is due to the fact that you need to hairpin the traffic back through the inside interface. The ASA doesn't allow u-turning traffic by default, but this document should show you how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968d1.shtml#solution2"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968d1.shtml#solution2&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 17:58:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-packet-flow/m-p/1443559#M766006</guid>
      <dc:creator>August Ritchie</dc:creator>
      <dc:date>2010-08-09T17:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASA packet flow</title>
      <link>https://community.cisco.com/t5/network-security/asa-packet-flow/m-p/1443560#M766007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a note you will want to change you static (inside,inside) to read something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;STRONG&gt;static (inside,inside) 192.168.61.0 192.168.61.0 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the rest would be the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;STRONG&gt;same-security-traffic permit intra-interface&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;STRONG&gt;global (inside) 1 interface&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 18:02:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-packet-flow/m-p/1443560#M766007</guid>
      <dc:creator>August Ritchie</dc:creator>
      <dc:date>2010-08-09T18:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASA packet flow</title>
      <link>https://community.cisco.com/t5/network-security/asa-packet-flow/m-p/1443561#M766008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Antonio,&lt;/P&gt;&lt;P&gt;Pls. let the router do the routing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure all your inside computers have the CME(192.168.60.254) as the gateway.&amp;nbsp; The CME router should have its default gateway pointing to the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 19:26:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-packet-flow/m-p/1443561#M766008</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-08-09T19:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASA packet flow</title>
      <link>https://community.cisco.com/t5/network-security/asa-packet-flow/m-p/1443562#M766009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick answers, I will try the differents solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 07:28:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-packet-flow/m-p/1443562#M766009</guid>
      <dc:creator>sistemas.sede</dc:creator>
      <dc:date>2010-08-10T07:28:10Z</dc:date>
    </item>
  </channel>
</rss>

