<?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: FTP trouble with ASA 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342447#M859106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Azhar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using an ACTIVE FTP client, ports 20 and 21 will work fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your FTP clients use passive ftp, which is generally the case, you'd have to allow ports &amp;gt;1023 for the data session for FTP. Passive FTP works that way. And for ASA to allow established data connections, you should create an ACL allowing only port 20 for ftp-data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2009 14:03:25 GMT</pubDate>
    <dc:creator>Jayson Velasco</dc:creator>
    <dc:date>2009-08-11T14:03:25Z</dc:date>
    <item>
      <title>FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342437#M859069</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have trouble with FTP connections using a ASA5510.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 LANs connected to the FW:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAN1 (inside): 172.16.1.0/24&lt;/P&gt;&lt;P&gt;LAN2 (outside) 10.52.64.0/24&lt;/P&gt;&lt;P&gt;LAN (DMZ) 172.16.0.8/29&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My FTP server (IIS FTP Server)is on the DMZ with IP address 172.16.0.10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FTP traffic between outside and DMZ is configurated and works fine (connection, PUT, GET...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the FTP traffic between inside and DMZ doesn't work properly.&lt;/P&gt;&lt;P&gt;The autehntification on the FTP server is OK but, after few seconds, I always have a disconnection message "connection closed by remote host"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have try using "no ftp mode passive" or "ftp mode passive" but it's the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ports allowed are TCP 20 and TCP 21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have an idea to fix this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HerÃ©v&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:48:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342437#M859069</guid>
      <dc:creator>h-etchepare</dc:creator>
      <dc:date>2019-03-11T15:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342438#M859070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post "sh run policy-map"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 15:42:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342438#M859070</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-06-25T15:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342439#M859074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try with this first. &lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)#policy-map global_policy&lt;/P&gt;&lt;P&gt;           class inspection_default&lt;/P&gt;&lt;P&gt;            inspect FTP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 15:44:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342439#M859074</guid>
      <dc:creator>dcambron</dc:creator>
      <dc:date>2009-06-25T15:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342440#M859078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ftp-map GET&lt;/P&gt;&lt;P&gt; request-command deny get&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ftp-map PUT&lt;/P&gt;&lt;P&gt; request-command deny put&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 512&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;policy-map outside-policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect ftp strict PUT&lt;/P&gt;&lt;P&gt;policy-map inside-policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect ftp strict GET&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;service-policy outside-policy interface outside&lt;/P&gt;&lt;P&gt;service-policy inside-policy interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 16:23:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342440#M859078</guid>
      <dc:creator>h-etchepare</dc:creator>
      <dc:date>2009-06-25T16:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342441#M859081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the loggs saying. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 16:29:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342441#M859081</guid>
      <dc:creator>dcambron</dc:creator>
      <dc:date>2009-06-25T16:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342442#M859090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently, I cannot access to the FW (WAN link DOWN) but when I have try to troubleshoot, nothing really clear appears on the logs...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 16:53:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342442#M859090</guid>
      <dc:creator>h-etchepare</dc:creator>
      <dc:date>2009-06-25T16:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342443#M859093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently, I cannot access the FW (Wan link down).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But nothing really interesting on the logs when I have done my troubleshooting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 17:25:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342443#M859093</guid>
      <dc:creator>h-etchepare</dc:creator>
      <dc:date>2009-06-25T17:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342444#M859098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post the #show service-policy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 18:31:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342444#M859098</guid>
      <dc:creator>dcambron</dc:creator>
      <dc:date>2009-06-25T18:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342445#M859101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global policy:&lt;/P&gt;&lt;P&gt;  Service-policy: global_policy&lt;/P&gt;&lt;P&gt;    Class-map: inspection_default&lt;/P&gt;&lt;P&gt;      Inspect: dns maximum-length 512, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: ftp, packet 103, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: h323 h225, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: h323 ras, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: rsh, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: rtsp, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: esmtp, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: sqlnet, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: skinny, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: sunrpc, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: xdmcp, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: sip, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: netbios, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: tftp, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface outside:&lt;/P&gt;&lt;P&gt;  Service-policy: outside-policy&lt;/P&gt;&lt;P&gt;    Class-map: inspection_default&lt;/P&gt;&lt;P&gt;      Inspect: ftp strict PUT, packet 360, drop 0, reset-drop 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface inside:&lt;/P&gt;&lt;P&gt;  Service-policy: inside-policy&lt;/P&gt;&lt;P&gt;    Class-map: inspection_default&lt;/P&gt;&lt;P&gt;      Inspect: ftp strict GET, packet 812, drop 282, reset-drop 17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 04:29:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342445#M859101</guid>
      <dc:creator>h-etchepare</dc:creator>
      <dc:date>2009-06-26T04:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342446#M859104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Herev,&lt;/P&gt;&lt;P&gt;I have the same problem I defined the one ftp server for from outside and its working fine while i trying to add one more ftp server define the same rule for this server its not working dont know thatr the problem i gets the same message as i trying to run put command transication table is established for 21 port but not for 20 which is data port.&lt;/P&gt;&lt;P&gt;Help me how can i resolve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Azhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2009 08:50:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342446#M859104</guid>
      <dc:creator>Azhar Munawar</dc:creator>
      <dc:date>2009-08-08T08:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342447#M859106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Azhar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using an ACTIVE FTP client, ports 20 and 21 will work fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your FTP clients use passive ftp, which is generally the case, you'd have to allow ports &amp;gt;1023 for the data session for FTP. Passive FTP works that way. And for ASA to allow established data connections, you should create an ACL allowing only port 20 for ftp-data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 14:03:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342447#M859106</guid>
      <dc:creator>Jayson Velasco</dc:creator>
      <dc:date>2009-08-11T14:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342448#M859107</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;Let gonna do something. Clear the ASP drops with the command #Clear Asp Drop &lt;/P&gt;&lt;P&gt;then try to connect several times and then get the Asp drop with the command #Show Asp drop and send us that information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 14:12:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342448#M859107</guid>
      <dc:creator>dcambron</dc:creator>
      <dc:date>2009-08-11T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342449#M859109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does your FTP server say?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not an ASA guru but why allow only port 20 for ftp? Are you just concerned with Active FTP sessions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 15:17:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342449#M859109</guid>
      <dc:creator>Jayson Velasco</dc:creator>
      <dc:date>2009-08-11T15:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: FTP trouble with ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342450#M859112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put in :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no service-policy outside-policy interface outside&lt;/P&gt;&lt;P&gt;no service-policy inside-policy interface inside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;P&gt;TAC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 22:08:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-trouble-with-asa-5510/m-p/1342450#M859112</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2009-08-11T22:08:47Z</dc:date>
    </item>
  </channel>
</rss>

