<?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 Access-List Denies TCP Response (established) traffic even though XLATE exists in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-access-list-denies-tcp-response-established-traffic-even/m-p/2429984#M921986</link>
    <description>&lt;P&gt;Good Evening,&lt;/P&gt;&lt;P&gt;Recently, I'm having difficulty with my home office connectivity.&amp;nbsp; I have a 5510 ASA configured for dynamic PAT using the outside interface.&amp;nbsp; The setup is pretty basic, but I've noticed that HTTP/HTTPS traffic is getting denied coming back into the network even though an XLATE exists:&lt;BR /&gt;&lt;BR /&gt;Mar 11 2014 23:32:16: %ASA-6-106100: access-list internet_in denied tcp outside/205.178.146.249(110) -&amp;gt; inside/192.168.1.135(50727) hit-cnt 1 first hit [0x72adbc92, 0x0]&lt;BR /&gt;fis-inet-fw01# show xlate | inc 50727&lt;BR /&gt;TCP PAT from inside:192.168.1.135/50727 to outside:50.165.144.4/50727 flags ri idle 0:00:15 timeout 0:05:00&lt;BR /&gt;fis-inet-fw01#&lt;/P&gt;&lt;P&gt;If I'm reading this correctly, the "return" traffic is being denied by ACL, but a valid XLATE exists which should permit the traffic.&amp;nbsp; I'm sure I've missed something simple, but I'm having trouble finding it.&lt;/P&gt;&lt;P&gt;Full config below:&lt;BR /&gt;&lt;BR /&gt;*****# show run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.1(3)&lt;BR /&gt;!&lt;BR /&gt;hostname *****&lt;BR /&gt;domain-name *****&lt;BR /&gt;enable password ***** encrypted&lt;BR /&gt;xlate per-session deny tcp any4 any4&lt;BR /&gt;xlate per-session deny tcp any4 any6&lt;BR /&gt;xlate per-session deny tcp any6 any4&lt;BR /&gt;xlate per-session deny tcp any6 any6&lt;BR /&gt;xlate per-session deny udp any4 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any4 any6 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any6 eq domain&lt;BR /&gt;passwd ***** encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address dhcp setroute&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.10.1 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa913-k8.bin&lt;BR /&gt;boot system disk0:/asa912-k8.bin&lt;BR /&gt;boot system disk0:/asa831-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;domain-name *****&lt;BR /&gt;object network *****&lt;BR /&gt;&amp;nbsp;host 192.168.1.77&lt;BR /&gt;access-list inside_in extended permit tcp 192.168.1.0 255.255.255.0 any4&lt;BR /&gt;access-list inside_in extended permit ip 192.168.1.0 255.255.255.0 any4&lt;BR /&gt;access-list inside_in extended permit icmp any any&lt;BR /&gt;access-list internet_in extended permit tcp any object ***** eq 32400&lt;BR /&gt;access-list internet_in extended permit icmp any any&lt;BR /&gt;access-list internet_in extended deny ip any any log&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging timestamp&lt;BR /&gt;logging buffer-size 12000&lt;BR /&gt;logging buffered debugging&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;icmp permit 192.168.10.0 255.255.255.252 inside&lt;BR /&gt;asdm image disk0:/asdm-714.bin&lt;BR /&gt;asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network *****&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp 32400 32400&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;access-group internet_in in interface outside&lt;BR /&gt;access-group inside_in in interface inside&lt;BR /&gt;route inside 192.168.1.0 255.255.255.0 192.168.10.2 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:05:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:30:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication enable console LOCAL&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcp-client client-id interface outside&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics&lt;BR /&gt;threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200&lt;BR /&gt;username ***** password ***** encrypted privilege 15&lt;BR /&gt;username ***** password ***** encrypted privilege 15&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;&amp;nbsp;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp;class class-default&lt;BR /&gt;&amp;nbsp; user-statistics accounting&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;&amp;nbsp;profile CiscoTAC-1&lt;BR /&gt;&amp;nbsp; no active&lt;BR /&gt;&amp;nbsp; destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination address email callhome@cisco.com&lt;BR /&gt;&amp;nbsp; destination transport-method http&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;hpm topN enable&lt;BR /&gt;Cryptochecksum:*****&lt;BR /&gt;: end&lt;BR /&gt;*****#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 13:07:18 GMT</pubDate>
    <dc:creator>gfisbeck</dc:creator>
    <dc:date>2020-02-21T13:07:18Z</dc:date>
    <item>
      <title>ASA Access-List Denies TCP Response (established) traffic even though XLATE exists</title>
      <link>https://community.cisco.com/t5/network-security/asa-access-list-denies-tcp-response-established-traffic-even/m-p/2429984#M921986</link>
      <description>&lt;P&gt;Good Evening,&lt;/P&gt;&lt;P&gt;Recently, I'm having difficulty with my home office connectivity.&amp;nbsp; I have a 5510 ASA configured for dynamic PAT using the outside interface.&amp;nbsp; The setup is pretty basic, but I've noticed that HTTP/HTTPS traffic is getting denied coming back into the network even though an XLATE exists:&lt;BR /&gt;&lt;BR /&gt;Mar 11 2014 23:32:16: %ASA-6-106100: access-list internet_in denied tcp outside/205.178.146.249(110) -&amp;gt; inside/192.168.1.135(50727) hit-cnt 1 first hit [0x72adbc92, 0x0]&lt;BR /&gt;fis-inet-fw01# show xlate | inc 50727&lt;BR /&gt;TCP PAT from inside:192.168.1.135/50727 to outside:50.165.144.4/50727 flags ri idle 0:00:15 timeout 0:05:00&lt;BR /&gt;fis-inet-fw01#&lt;/P&gt;&lt;P&gt;If I'm reading this correctly, the "return" traffic is being denied by ACL, but a valid XLATE exists which should permit the traffic.&amp;nbsp; I'm sure I've missed something simple, but I'm having trouble finding it.&lt;/P&gt;&lt;P&gt;Full config below:&lt;BR /&gt;&lt;BR /&gt;*****# show run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.1(3)&lt;BR /&gt;!&lt;BR /&gt;hostname *****&lt;BR /&gt;domain-name *****&lt;BR /&gt;enable password ***** encrypted&lt;BR /&gt;xlate per-session deny tcp any4 any4&lt;BR /&gt;xlate per-session deny tcp any4 any6&lt;BR /&gt;xlate per-session deny tcp any6 any4&lt;BR /&gt;xlate per-session deny tcp any6 any6&lt;BR /&gt;xlate per-session deny udp any4 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any4 any6 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any6 eq domain&lt;BR /&gt;passwd ***** encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address dhcp setroute&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.10.1 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa913-k8.bin&lt;BR /&gt;boot system disk0:/asa912-k8.bin&lt;BR /&gt;boot system disk0:/asa831-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;domain-name *****&lt;BR /&gt;object network *****&lt;BR /&gt;&amp;nbsp;host 192.168.1.77&lt;BR /&gt;access-list inside_in extended permit tcp 192.168.1.0 255.255.255.0 any4&lt;BR /&gt;access-list inside_in extended permit ip 192.168.1.0 255.255.255.0 any4&lt;BR /&gt;access-list inside_in extended permit icmp any any&lt;BR /&gt;access-list internet_in extended permit tcp any object ***** eq 32400&lt;BR /&gt;access-list internet_in extended permit icmp any any&lt;BR /&gt;access-list internet_in extended deny ip any any log&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging timestamp&lt;BR /&gt;logging buffer-size 12000&lt;BR /&gt;logging buffered debugging&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;icmp permit 192.168.10.0 255.255.255.252 inside&lt;BR /&gt;asdm image disk0:/asdm-714.bin&lt;BR /&gt;asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network *****&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp 32400 32400&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;access-group internet_in in interface outside&lt;BR /&gt;access-group inside_in in interface inside&lt;BR /&gt;route inside 192.168.1.0 255.255.255.0 192.168.10.2 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:05:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:30:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication enable console LOCAL&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcp-client client-id interface outside&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics&lt;BR /&gt;threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200&lt;BR /&gt;username ***** password ***** encrypted privilege 15&lt;BR /&gt;username ***** password ***** encrypted privilege 15&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;&amp;nbsp;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp;class class-default&lt;BR /&gt;&amp;nbsp; user-statistics accounting&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;&amp;nbsp;profile CiscoTAC-1&lt;BR /&gt;&amp;nbsp; no active&lt;BR /&gt;&amp;nbsp; destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination address email callhome@cisco.com&lt;BR /&gt;&amp;nbsp; destination transport-method http&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;hpm topN enable&lt;BR /&gt;Cryptochecksum:*****&lt;BR /&gt;: end&lt;BR /&gt;*****#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 13:07:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-access-list-denies-tcp-response-established-traffic-even/m-p/2429984#M921986</guid>
      <dc:creator>gfisbeck</dc:creator>
      <dc:date>2020-02-21T13:07:18Z</dc:date>
    </item>
    <item>
      <title>At least you are looking at</title>
      <link>https://community.cisco.com/t5/network-security/asa-access-list-denies-tcp-response-established-traffic-even/m-p/2429985#M921989</link>
      <description>&lt;P&gt;At least you are looking at the wrong log-entries. You are talking about HTTP/HTTPS, but the dropped-packet-log ist for POP3. So perhaps the problem is somewhere else.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 07:40:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-access-list-denies-tcp-response-established-traffic-even/m-p/2429985#M921989</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2014-03-12T07:40:21Z</dc:date>
    </item>
    <item>
      <title>Karsten, Thanks for the reply</title>
      <link>https://community.cisco.com/t5/network-security/asa-access-list-denies-tcp-response-established-traffic-even/m-p/2429986#M921991</link>
      <description>&lt;P&gt;Karsten,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I actually see denied packets for HTTP (80), HTTPS (443), POP3 (110), DNS (UDP53), SMTP (2525), RDP (3389), and other protocols.&amp;nbsp; In each case, if I do a "show xlate" command, I find a PAT xlate in the xlate table that &lt;STRONG&gt;should &lt;/STRONG&gt;allow return traffic to come through.&lt;/P&gt;&lt;P&gt;It seems as if the ACL is not respecting the existing XLATE when determining whether or not to allow return traffic.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 19:59:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-access-list-denies-tcp-response-established-traffic-even/m-p/2429986#M921991</guid>
      <dc:creator>gfisbeck</dc:creator>
      <dc:date>2014-03-12T19:59:19Z</dc:date>
    </item>
  </channel>
</rss>

