<?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: set up ACL for allow FTP connection in Cloud Security</title>
    <link>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924402#M1757</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1594154"&gt;@hoquocthienanh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To successfully establish an FTP session, the active FTP mode of operation uses control &lt;STRONG&gt;port 21&lt;/STRONG&gt; and the data &lt;STRONG&gt;port&lt;/STRONG&gt; &lt;STRONG&gt;of 20&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, perhaps your are in Passive mode then serveur answer with the higher port and not port 20.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_20230916_120945.jpg" style="width: 1080px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/197451i366017B00567583B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot_20230916_120945.jpg" alt="Screenshot_20230916_120945.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Sep 2023 10:13:31 GMT</pubDate>
    <dc:creator>M02@rt37</dc:creator>
    <dc:date>2023-09-16T10:13:31Z</dc:date>
    <item>
      <title>set up ACL for allow FTP connection</title>
      <link>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924394#M1756</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image_2023-09-16_163318601.png" style="width: 760px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/197450i3560E6E7E2A1B608/image-dimensions/760x435?v=v2" width="760" height="435" role="button" title="image_2023-09-16_163318601.png" alt="image_2023-09-16_163318601.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have a network diagram as above and was asked to implement the ACL to allow FTP traffic between LAN2 and LAN4, I config my ACL like below:&lt;/P&gt;&lt;P&gt;access-list 111 permit tcp 10.10.2.0 0.0.0.255 10.10.4.0 0.0.0.255 eq ftp&lt;/P&gt;&lt;P&gt;access-list 111 permit tcp 10.10.2.0 0.0.0.255 eq 20 10.10.4.0 0.0.0.255&lt;/P&gt;&lt;P&gt;interface f0/1&lt;/P&gt;&lt;P&gt;ip access-group 111 in&lt;/P&gt;&lt;P&gt;After that, I went to CMD of a computer in LAN2 then type in: FTP 10.10.4.0 and get the response: Error opening 10.10.4.0 (timed out)&lt;/P&gt;&lt;P&gt;I want to ask if my ACL configuration is right and why did I get the timed out response above. Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 09:39:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924394#M1756</guid>
      <dc:creator>hoquocthienanh</dc:creator>
      <dc:date>2023-09-16T09:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: set up ACL for allow FTP connection</title>
      <link>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924402#M1757</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1594154"&gt;@hoquocthienanh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To successfully establish an FTP session, the active FTP mode of operation uses control &lt;STRONG&gt;port 21&lt;/STRONG&gt; and the data &lt;STRONG&gt;port&lt;/STRONG&gt; &lt;STRONG&gt;of 20&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, perhaps your are in Passive mode then serveur answer with the higher port and not port 20.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_20230916_120945.jpg" style="width: 1080px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/197451i366017B00567583B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot_20230916_120945.jpg" alt="Screenshot_20230916_120945.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 10:13:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924402#M1757</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-09-16T10:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: set up ACL for allow FTP connection</title>
      <link>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924405#M1758</link>
      <description>&lt;P&gt;I also tried with another config:&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-list 112 permit tcp 10.10.2.0 0.0.0.255 10.10.4.0 0.0.0.255 eq ftp&lt;/P&gt;&lt;P&gt;access-list 112 permit tcp 10.10.2.0 0.0.0.255 10.10.4.0 0.0.0.255 gt 1023&lt;/P&gt;&lt;P&gt;But still got the same result&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 10:14:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924405#M1758</guid>
      <dc:creator>hoquocthienanh</dc:creator>
      <dc:date>2023-09-16T10:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: set up ACL for allow FTP connection</title>
      <link>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924412#M1759</link>
      <description>&lt;P&gt;Add log to acl and add deny any any log to your acl&lt;/P&gt;
&lt;P&gt;Let see what happened with acl&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 10:27:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924412#M1759</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-09-16T10:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: set up ACL for allow FTP connection</title>
      <link>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924415#M1760</link>
      <description>&lt;P&gt;Are you sure about that &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1594154"&gt;@hoquocthienanh&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;access-list 112 permit tcp 10.10.2.0 0.0.0.255 10.10.4.0 0.0.0.255 gt 1023&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 10:30:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924415#M1760</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-09-16T10:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: set up ACL for allow FTP connection</title>
      <link>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924429#M1761</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1594154"&gt;@hoquocthienanh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer here also&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/t5/networking-knowledge-base/how-to-configure-acl-to-permit-ftp-traffic/ta-p/3130782" target="_blank"&gt;https://community.cisco.com/t5/networking-knowledge-base/how-to-configure-acl-to-permit-ftp-traffic/ta-p/3130782&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 11:04:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924429#M1761</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-09-16T11:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: set up ACL for allow FTP connection</title>
      <link>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924434#M1762</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1594154"&gt;@hoquocthienanh&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I tried the same scenario and configuations in Cisco Packet tracer&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its working fine...!!&lt;/P&gt;&lt;P&gt;I think....it's because some limitations with gns3&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopinath&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 11:30:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-security/set-up-acl-for-allow-ftp-connection/m-p/4924434#M1762</guid>
      <dc:creator>Blue_Bird</dc:creator>
      <dc:date>2023-09-16T11:30:27Z</dc:date>
    </item>
  </channel>
</rss>

