<?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: access list rule not working in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273402#M346019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i telnet to port 443 of th public ip, I get something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teardown TCP connection 319711461 for outside: 1.1.1.1/49632 to inside 2.2.2.2/443 duration 0:00:00 bytes 0 TCP Reset-I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but whne i telnet to port 80 or 5723, nothing happens and no logging occurs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jul 2013 04:45:07 GMT</pubDate>
    <dc:creator>Dragomir</dc:creator>
    <dc:date>2013-07-23T04:45:07Z</dc:date>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273386#M345990</link>
      <description>&lt;P&gt;I have an extended access-list rule that is #1 in poistion on the external access list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl-outside line 1 extended permit tcp host x.x.x.x host a.b.c.d eq 5723&lt;/P&gt;&lt;P&gt;access-list acl-outside line 2 extended permit tcp host x.x.x.y host a.b.c.e eq 5723&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i telnet from x.x.x.x to a.b.c.d to 5723&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it does not listen or respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internally i verified that the ports is listening on the host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ip of the internal ip is natted to the external ip a.b.c.d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:15:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273386#M345990</guid>
      <dc:creator>Dragomir</dc:creator>
      <dc:date>2019-03-12T02:15:35Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273387#M345992</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;Well the first thing to do would be to use the &lt;STRONG&gt;"packet-tracer" &lt;/STRONG&gt;to check what it says would happen to such a connections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input outside tcp x.x.x.x 12345 a.b.c.d 5723&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should tell us if all the configurations are ok. For example that we are matching the correct NAT configuration and ACL rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If everything seems fine (share the output) then you should probably test the connection from the external network and monitor the syslogs and check that you see the Building and Teardown messages of the TCP connection. Furthermore look at what the termination reason of the connection is in the Teardown message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There could be several reasons the connections isnt coming up even though the firewall configurations are ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;No default route on the host&lt;/LI&gt;&lt;LI&gt;Other routing problem from the host back to the external network&lt;/LI&gt;&lt;LI&gt;Software firewall blocking the connection attempt&lt;/LI&gt;&lt;LI&gt;Some other device in between blocking the connection attempt&lt;/LI&gt;&lt;LI&gt;Service not enabled on the host&lt;/LI&gt;&lt;LI&gt;etc&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One "last" option is ofcourse to take a traffic capture on the ASA and confirm if the traffic is heading to the host and if anything is coming back while the TCP connection is being formed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 21:49:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273387#M345992</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-22T21:49:51Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273388#M345995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are running a version lowe than 8.3 right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that after 8.3 you now poing to the private ip addresses of the devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be sure this is not a FW issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture capout interface outside match tcp host x.x.x.x host a.b.c.d_public eq 5723&lt;/P&gt;&lt;P&gt;capture capin interface inside match tcp host x.x.x.x host a.b.c.d_Private eq 5723&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to connect once and share&lt;/P&gt;&lt;P&gt;show cap capout&lt;/P&gt;&lt;P&gt;show cap capin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Networking Posts check my blog at &lt;STRONG&gt;&lt;A class="jive-link-external-small" href="http://www.laguiadelnetworking.com/category/english/"&gt;http://www.laguiadelnetworking.com/category/english/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 21:51:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273388#M345995</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-07-22T21:51:13Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273389#M345997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;packet-tracer input outside tcp x.x.x.x 12345 a.b.c.d 5723&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12345 is the source port of the source ip? I dont know what the source port will be&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 22:00:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273389#M345997</guid>
      <dc:creator>Dragomir</dc:creator>
      <dc:date>2013-07-22T22:00:23Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273390#M345999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;capture capout interface outside match tcp host x.x.x.x host a.b.c.d_public eq 5723&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i do this it says incomplete command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Hostname or A.B.C.D&amp;nbsp; Destination IP address&lt;/P&gt;&lt;P&gt;&amp;nbsp; any&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Abbreviation for destination address and mask of 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; host&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use this keyword to configure destination host&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 22:01:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273390#M345999</guid>
      <dc:creator>Dragomir</dc:creator>
      <dc:date>2013-07-22T22:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273391#M346001</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;You dont really need to know the source port. The source port is irrelevant. As you see you have not defined any specific source port in the ACL so any source port is allowed. The port 12345 is just an example source port as the connection/packet simulated needs to have one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 22:03:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273391#M346001</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-22T22:03:01Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273392#M346004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran the packet tracer and came up with this result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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: inside&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>Mon, 22 Jul 2013 22:09:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273392#M346004</guid>
      <dc:creator>Dragomir</dc:creator>
      <dc:date>2013-07-22T22:09:13Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273393#M346006</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;It would be good to see the full output of the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if that is all that can be seen then it would seem to point out that the ASA configurations are fine and the problems and the problem is somewhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next thing would be to look at the ASA logs while attempting the connection. ASDM would probably be the easiest way if you have not set up a Syslog server to which the ASA sends the logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 22:12:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273393#M346006</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-22T22:12:27Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273394#M346008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did both captures and there are no packets captured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show capture capout&lt;/P&gt;&lt;P&gt;0 packet captured&lt;/P&gt;&lt;P&gt;0 packet shown&lt;/P&gt;&lt;P&gt;show capture capin &lt;/P&gt;&lt;P&gt;0 packet captured&lt;/P&gt;&lt;P&gt;0 packet shown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 23:14:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273394#M346008</guid>
      <dc:creator>Dragomir</dc:creator>
      <dc:date>2013-07-22T23:14:35Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273395#M346010</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;Either the capture was configured with incorrect IP addresses or there was simply no traffic from the public/external network that ever reached the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 23:19:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273395#M346010</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-22T23:19:55Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273396#M346012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i initiated the traffic from x.x.x.x with a telnet public_ip 5723&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but there was no response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to ping the ip from x.x.x.x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 23:21:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273396#M346012</guid>
      <dc:creator>Dragomir</dc:creator>
      <dc:date>2013-07-22T23:21:48Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273397#M346013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you generate the traffic and you do not see anything on the capture then as Jounni said traffic is not getting to the ASA, it´s being block somewhere else....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For Networking Posts check my blog at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.laguiadelnetworking.com/category/english/"&gt;http://www.laguiadelnetworking.com/category/english/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 23:31:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273397#M346013</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-07-22T23:31:05Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273398#M346015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do I find out the telnet connection from the source to the destination from the logs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 23:42:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273398#M346015</guid>
      <dc:creator>Dragomir</dc:creator>
      <dc:date>2013-07-22T23:42:02Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273399#M346016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show logging | include x.x.x.x (Source IP address)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For Networking Posts check my blog at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.laguiadelnetworking.com/category/english/"&gt;http://www.laguiadelnetworking.com/category/english/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 23:43:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273399#M346016</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-07-22T23:43:58Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273400#M346017</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;I would probably start by logging into the ASDM management and go to the Monitoring sections and open logging. Then you could attempt the connections and see if any connection attempts are getting denied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you already configured a packet capture and we got no hits, that would mean that either the capture was configured with the wrong IP addresses or simply no traffic reached your ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you say that ICMP works it would seem more likely to me that the traffic might be coming from a different source IP address than the one configured in the ACL rules perhaps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 23:45:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273400#M346017</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-22T23:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273401#M346018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I am logged into the adsm. all icmp traffic i can see being logged. but telnetting to port 5723 is not. I actually aleady see an access list ule allow all traffic from the source ip subnet to this ip. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to telnet to port 80 and it worked. but not 5723. any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but even telnetting to port 80 shows no logging traffic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 04:08:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273401#M346018</guid>
      <dc:creator>Dragomir</dc:creator>
      <dc:date>2013-07-23T04:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273402#M346019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i telnet to port 443 of th public ip, I get something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teardown TCP connection 319711461 for outside: 1.1.1.1/49632 to inside 2.2.2.2/443 duration 0:00:00 bytes 0 TCP Reset-I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but whne i telnet to port 80 or 5723, nothing happens and no logging occurs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 04:45:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273402#M346019</guid>
      <dc:creator>Dragomir</dc:creator>
      <dc:date>2013-07-23T04:45:07Z</dc:date>
    </item>
    <item>
      <title>access list rule not working</title>
      <link>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273403#M346020</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;Well without seeing any actual configurations it would seem that your connections simply arent reaching the ASA if its not logging anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above log message indicates that the connection was immediately reset by the internal host/server. So it refused the connection by sending TCP Reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 12:00:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-rule-not-working/m-p/2273403#M346020</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-23T12:00:26Z</dc:date>
    </item>
  </channel>
</rss>

