<?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: Problem with acl and access-group in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232663#M350958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I recall your config correctly you were applying the ACL on interface VLAN 1INBOUND.&lt;BR /&gt;&lt;BR /&gt;"access-list 190 permit tcp host 192.168.1.HTTP any eq http established"&lt;BR /&gt;If you use the above rule it's going to filter traffic coming INTO the router from VLAN1 - in other words return traffic from your web server.&lt;BR /&gt;In the return traffic, the destination port is not going to be 80. It'll be some random port that was used by the client.&lt;BR /&gt;&lt;BR /&gt;You have 2 options.Use either,&lt;BR /&gt;1. access-list 190 permit tcp host 192.168.1.HTTP eq HTTP any established&lt;BR /&gt;&lt;BR /&gt;2. Or create a new ACL that has entries with the ESTABLISHED key word and assign it INBOUND on the outside VLAN interface. (Although this may not be ideal for your setup - I can't open your original config at the moment to check &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;BR /&gt;&lt;BR /&gt;Hope this is helps&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Apr 2013 17:17:28 GMT</pubDate>
    <dc:creator>Ranil Herath</dc:creator>
    <dc:date>2013-04-30T17:17:28Z</dc:date>
    <item>
      <title>Problem with acl and access-group</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232656#M350941</link>
      <description>&lt;P&gt;Hi guys &lt;/P&gt;&lt;P&gt;&lt;BR style="color: #323d4f; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; line-height: 18.1875px; background-color: #ececec;" /&gt;&lt;/P&gt;&lt;P&gt;I have some problem to get working ACLs. &lt;SPAN style="font-size: 10pt;"&gt;The main purpose of this ACLs is to control what is going out from vlan to internet. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(For example, i want that only my proxy can access to the web.) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;So, i use Cisco Packet Tracer and test new rules in lab without any problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;interface Vlan1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip address x.x.x.x x.x.x.x&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip flow ingress&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip flow egress&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip nat inside&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip access-group 190 in&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip virtual-reassembly&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; crypto map cryptomap&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp any any eq 22 log&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp any any eq www&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp any any eq 443 log&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit udp any any eq 53 log&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp any any eq 53 log&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit udp any any eq domain log&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit udp any any eq ntp log&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp any any eq 3389 log&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp any any eq smtp log&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit icmp any any echo log&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp any any established&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 deny ip any any&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But it doesn't work on my Cisco 1811w&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; and i dont uderstand why and i&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;'m not sure to have sufficient knowledge to aolve my problem by my own.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached the running-config.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:35:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232656#M350941</guid>
      <dc:creator>gmerot</dc:creator>
      <dc:date>2019-03-12T01:35:22Z</dc:date>
    </item>
    <item>
      <title>Problem with acl and access-group</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232657#M350944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean base on this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; border-collapse: collapse; font-size: 12.222222328186035px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;access-list 190 permit tcp any any eq www&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everyone will be able to access the outside via port 80, is that expected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean what is not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 16:48:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232657#M350944</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-04-26T16:48:21Z</dc:date>
    </item>
    <item>
      <title>Problem with acl and access-group</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232658#M350946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="shocked" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt; I&lt;SPAN style="font-size: 10pt;"&gt;n my last post, i&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; forgot to say that with this rules applied, my test is to check access to an external ftp with a simple telnet : &lt;/SPAN&gt;&lt;EM style="font-size: 10pt;"&gt;telnet external_ftp 21. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt; &lt;/EM&gt;&lt;SPAN style="font-size: 10pt;"&gt;Despite the line &lt;EM style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;access-list 190 deny ip any any, &lt;/EM&gt;&lt;SPAN style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;i still have access to any external FTP!&lt;/SPAN&gt;&lt;EM style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;?!?&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/people/jcarvaja" id="jive-5895072723533269493300" style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; outline: none; color: #000000; font-weight: bold; font-family: Arial, verdana, sans-serif;"&gt;jcarvaja&lt;/A&gt;, &lt;SPAN style="font-size: 10pt;"&gt;you are right, but when i change this rule like this: &lt;/SPAN&gt;&lt;EM style="background-color: #ffffff; border-collapse: collapse; font-size: 12.222222328186035px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;access-list 190 permit tcp host 192.168.1.58 any eq www&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It still works from any worksation from the Vlan. &lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="cry" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif" style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It likes something bypass the ACL ?!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&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;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 07:13:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232658#M350946</guid>
      <dc:creator>gmerot</dc:creator>
      <dc:date>2013-04-29T07:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with acl and access-group</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232659#M350949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try removing "&lt;EM style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;access-list 190 permit tcp any any established" &lt;/EM&gt;&lt;SPAN style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;and test if the ACL works&lt;/SPAN&gt;&lt;SPAN style="border-collapse: collapse; font-size: 12px; background-color: #ffffff; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-size: 12px; background-color: #ffffff; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-size: 12px; background-color: #ffffff; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Judging by the rest of your ACLs you already know that "&lt;EM style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;access-list 190 deny ip any any" &lt;/EM&gt;&lt;SPAN style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;at the end should makes no difference as there is an implicit deny at the end - I'm guessing you added this just to be absolutely sure.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-size: 12px; background-color: #ffffff; font-family: Arial, verdana, sans-serif; list-style: none;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-size: 12px; background-color: #ffffff; font-family: Arial, verdana, sans-serif; list-style: none;"&gt;Ranil&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-size: 12px; background-color: #ffffff; font-family: Arial, verdana, sans-serif; list-style: none;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 15:31:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232659#M350949</guid>
      <dc:creator>Ranil Herath</dc:creator>
      <dc:date>2013-04-29T15:31:45Z</dc:date>
    </item>
    <item>
      <title>Problem with acl and access-group</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232660#M350954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Rani said remove that established ACL line as that is the one causing the issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to rate all of the helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 16:54:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232660#M350954</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-04-29T16:54:13Z</dc:date>
    </item>
    <item>
      <title>Problem with acl and access-group</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232661#M350956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt; It works almost correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing new issue ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i apply the ACLs on the VLAN1, no one can't access to any services (website, ftp, ...) existing in &lt;SPAN style="font-size: 10pt;"&gt;the &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;VLAN1 &lt;SPAN style="font-size: 10pt;"&gt;from other VLAN...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I try to solve this problem in lab with no luck at the moment !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have some idea &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 13:42:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232661#M350956</guid>
      <dc:creator>gmerot</dc:creator>
      <dc:date>2013-04-30T13:42:08Z</dc:date>
    </item>
    <item>
      <title>Problem with acl and access-group</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232662#M350957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So i answer to myself... &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each server hosted a service, i added those lines to my ACL and it works ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp host 192.168.1.&lt;EM&gt;HTTP &lt;/EM&gt;any established&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp host 192.168.1.&lt;EM&gt;HTTPS &lt;/EM&gt;any established&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp host 192.168.1.&lt;EM&gt;SMTP &lt;/EM&gt;any established&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp host 192.168.1.&lt;EM&gt;FTP &lt;/EM&gt;any established&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i don't understant why i can not add lines like this below : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp host 192.168.1.HTTP any eq http established&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp host 192.168.1.HTTPS any eq 443 established&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp host 192.168.1.SMTP any eq smtp established&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 190 permit tcp host 192.168.1.FTP any eq ftp established&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 14:24:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232662#M350957</guid>
      <dc:creator>gmerot</dc:creator>
      <dc:date>2013-04-30T14:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with acl and access-group</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232663#M350958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I recall your config correctly you were applying the ACL on interface VLAN 1INBOUND.&lt;BR /&gt;&lt;BR /&gt;"access-list 190 permit tcp host 192.168.1.HTTP any eq http established"&lt;BR /&gt;If you use the above rule it's going to filter traffic coming INTO the router from VLAN1 - in other words return traffic from your web server.&lt;BR /&gt;In the return traffic, the destination port is not going to be 80. It'll be some random port that was used by the client.&lt;BR /&gt;&lt;BR /&gt;You have 2 options.Use either,&lt;BR /&gt;1. access-list 190 permit tcp host 192.168.1.HTTP eq HTTP any established&lt;BR /&gt;&lt;BR /&gt;2. Or create a new ACL that has entries with the ESTABLISHED key word and assign it INBOUND on the outside VLAN interface. (Although this may not be ideal for your setup - I can't open your original config at the moment to check &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;BR /&gt;&lt;BR /&gt;Hope this is helps&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 17:17:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232663#M350958</guid>
      <dc:creator>Ranil Herath</dc:creator>
      <dc:date>2013-04-30T17:17:28Z</dc:date>
    </item>
    <item>
      <title>Problem with acl and access-group</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232664#M350959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the explanation &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But i'm facing new issue ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When i apply the ACLs on the VLAN1, my SSH access to the router from wokstation in VLAN1 is so slow???&lt;/P&gt;&lt;P&gt;Do you know why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 09:52:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232664#M350959</guid>
      <dc:creator>gmerot</dc:creator>
      <dc:date>2013-05-02T09:52:55Z</dc:date>
    </item>
    <item>
      <title>Problem with acl and access-group</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232665#M350960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok i find by myself... i just need to add a line for the ssh &lt;IMG ___jive_emoticon_name="laugh" jivemacro="emoticon" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif" /&gt; ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;A _jive_internal="true" href="https://community.cisco.com/people/jcarvaja" id="jive-5895076497291406911184" style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; outline: none; color: #000000; font-weight: bold; font-family: Arial, verdana, sans-serif;"&gt;jcarvaja&lt;/A&gt; and &lt;A _jive_internal="true" href="https://community.cisco.com/people/ranilherath" id="jive-6325176497291472314545" style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; outline: none; color: #000000; font-weight: bold; font-family: Arial, verdana, sans-serif;"&gt;Ranil Herath&lt;/A&gt; for your help !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 13:17:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232665#M350960</guid>
      <dc:creator>gmerot</dc:creator>
      <dc:date>2013-05-03T13:17:30Z</dc:date>
    </item>
    <item>
      <title>Problem with acl and access-group</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232666#M350961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concerning active/passive FTP, i need to acces to external FTP server (active or passive).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I read this &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/message/869358#869358" style="font-size: 10pt;"&gt;link&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; and i transform my acls : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;EM&gt;access-list 190 permit tcp any any eq ftp&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;EM&gt;access-list 190 remark FOR ACTIVE&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;EM&gt;access-list 190 permit tcp any eq ftp-data any 1024&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;EM&gt;access-list 190 remark FOR PASSIVE&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;EM&gt;access-list 190 permit tcp any gt 1024 any gt 1024&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works but with the last line, the range port from 1024 to &lt;SPAN style="font-size: 10pt;"&gt;65535 is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; opened and bypassed my other acl ?!?!?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a tip for passive FTP ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 15:53:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-acl-and-access-group/m-p/2232666#M350961</guid>
      <dc:creator>gmerot</dc:creator>
      <dc:date>2013-05-16T15:53:04Z</dc:date>
    </item>
  </channel>
</rss>

