<?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: Allow traffic through ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3603429#M132934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the private IP as destination instead of the public IP in the second packet tracer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2018 03:12:04 GMT</pubDate>
    <dc:creator>soumbis12</dc:creator>
    <dc:date>2018-04-26T03:12:04Z</dc:date>
    <item>
      <title>Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3603426#M132931</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;Our core switch routes all traffic to our Cisco ASA 5520.&amp;nbsp; We have point of sale stations that are being set up for credit card transactions.&amp;nbsp; In order to complete that setup, our workstations need to be able to communicate with two addresses: 63.111.40.6 and 209.235.25.1.&amp;nbsp; When I do a trace route from the point of sale, it recognizes the first hop which is a VLAN Interface on our core, but then times out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone confirm that means the traffic is being dropped at the ASA and not the core?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What permit statements would I need to configure on the ASA?&amp;nbsp; Below are commands that I've tried to no avail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;access-list inside_access_in remark permit for Hort POS to access TPOSN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;access-list inside_access_in extended permit ip any object-group TPOSN_ALLOW&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;access-list inside_access_in extended permit tcp any object-group TPOSN_ALLOW&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;access-list outside_access_in remark allow TPOSN to talk to Hort POS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;access-list outside_access_in extended permit ip object-group TPOSN_ALLOW object-group HORT_POS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;access-list outside_access_in extended permit tcp object-group TPOSN_ALLOW object-group HORT_POS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;TPOSN_ALLOW is an object group that represents 63.111.40.6 and 209.235.25.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;HORT_POS is an object group that represents the Point of Sale stations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance is appreciated.&amp;nbsp; I am pretty green when it comes to configuring Cisco security appliances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 17:08:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3603426#M132931</guid>
      <dc:creator>pa_slepko</dc:creator>
      <dc:date>2018-04-25T17:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3603427#M132932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;capture asp type asp-drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then check capture with command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show capture asp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to check and see if your traffic is getting dropped to host 63.111.40.6 or 209.235.25.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can also run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input &amp;lt;insert interface inside nameif&amp;gt; tcp 10.10.10.10 22 63.111.40.6 22 detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to check and see if traffic is allowed or dropped by ACL / NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Please replace 10.10.10.10 with your inside IP host address,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are looking for something like this at the end:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;input-interface: inside&lt;/P&gt;&lt;P&gt;input-status: up&lt;/P&gt;&lt;P&gt;input-line-status: up&lt;/P&gt;&lt;P&gt;output-interface: outside&lt;/P&gt;&lt;P&gt;output-status: up&lt;/P&gt;&lt;P&gt;output-line-status: up&lt;/P&gt;&lt;P&gt;Action: allow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 18:00:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3603427#M132932</guid>
      <dc:creator>raufm</dc:creator>
      <dc:date>2018-04-25T18:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3603428#M132933</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;These are the results from the first commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;accasa# capture asp type asp-drop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;accasa# show capture asp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;0 packet captured&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;0 packet shown&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;accasa#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;These are the results from the packet-tracer commands:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;packet-tracer input inside tcp 10.30.144.6 22 63.111.40.6 22 detail&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;input-interface: inside&lt;/P&gt;&lt;P&gt;input-status: up&lt;/P&gt;&lt;P&gt;input-line-status: up&lt;/P&gt;&lt;P&gt;output-interface: outside&lt;/P&gt;&lt;P&gt;output-status: up&lt;/P&gt;&lt;P&gt;output-line-status: up&lt;/P&gt;&lt;P&gt;Action: allow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input outside tcp 10.30.144.6 22 63.111.40.6 22 detail&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;input-interface: outside&lt;/P&gt;&lt;P&gt;input-status: up&lt;/P&gt;&lt;P&gt;input-line-status: up&lt;/P&gt;&lt;P&gt;output-interface: outside&lt;/P&gt;&lt;P&gt;output-status: up&lt;/P&gt;&lt;P&gt;output-line-status: up&lt;/P&gt;&lt;P&gt;Action: drop&lt;/P&gt;&lt;P&gt;Drop-reason: (rpf-violated) Reverse-path verify failed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 19:49:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3603428#M132933</guid>
      <dc:creator>pa_slepko</dc:creator>
      <dc:date>2018-04-25T19:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3603429#M132934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the private IP as destination instead of the public IP in the second packet tracer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 03:12:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3603429#M132934</guid>
      <dc:creator>soumbis12</dc:creator>
      <dc:date>2018-04-26T03:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3603430#M132936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;packet-tracer input outside tcp 10.30.144.6 22 63.111.40.6 22 detail&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will fail as Source-address 10.30.144.6 is associated with inside address and traffic per command is originating from outside. You can try it by reversing the IP addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-trace input outside tcp 63.111.40.6 22 10.30.144.6 22 detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing you can try is capture command on Inside interface and also on outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture CapInside interface inside match ip any host 63.111.40.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture CapOutside interface outside match ip host 63.111.40.6 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then initiate traffic from client and check the capture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show capture CapInside&lt;/P&gt;&lt;P&gt;Show capture CapOutside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see traffic headed out on CapInside, if yes then the issue is not the core, if no traffic then its the core or the client. If traffic is coming back from remote IP then issue is not within the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see traffic going out on CapOutside to remote IP ?, do you see response coming back from the Remote IP ? If traffic is going out but not coming back then the issue is remote site, if traffic is coming back but not making it to the CapInside then issue is on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have to repeat the capture for your other public IP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 12:09:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3603430#M132936</guid>
      <dc:creator>raufm</dc:creator>
      <dc:date>2018-04-26T12:09:59Z</dc:date>
    </item>
  </channel>
</rss>

