<?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 through an ASA5540 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ftp-through-an-asa5540/m-p/1343317#M824229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kusankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've been drafted in to fix this issue and wasn't involved in its setup but based on a packet capture i can see the client sending a request AUTH TLS so i suspect what i'm dealing with is FTPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hoave you have any dealings with passing FTPS through an ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Nov 2009 21:31:49 GMT</pubDate>
    <dc:creator>mulhollandm</dc:creator>
    <dc:date>2009-11-21T21:31:49Z</dc:date>
    <item>
      <title>FTP through an ASA5540</title>
      <link>https://community.cisco.com/t5/network-security/ftp-through-an-asa5540/m-p/1343315#M824142</link>
      <description>&lt;P&gt;folks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have an asa running v8 IOS and i'm trying to allow ftp through it but its not that straightforward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the internal client makes an outbound ftp session to an external ftp server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the ftp credentials are authorised the external server responds by making inbound connection from source port 20 to a range of tcp ports between 8000 - 8500&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i allow an ftp session from an inside client to an external server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- rule allows source to destination for FTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- source is nat'd to a public IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- packet captures on the asa show the traffic going in/out the relevant interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- i have an inbound rule allowing TCP 8000 - 8500 from the external server to the public nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- FTP inspection is enabled on the default policy (strict inspection isn't enabled)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the outbound rule shows hits but the return traffic from the external server on source port 20/destination port 8000 - 8500 is getting denied&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i need to add the ports tcp 8000 - 8500 to the global inspection for a service group, i.e. destion ports TCP-8000/8500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to anyone taking the time to look at this or reply&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:41:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-through-an-asa5540/m-p/1343315#M824142</guid>
      <dc:creator>mulhollandm</dc:creator>
      <dc:date>2019-03-11T16:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: FTP through an ASA5540</title>
      <link>https://community.cisco.com/t5/network-security/ftp-through-an-asa5540/m-p/1343316#M824182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't even need this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- i have an inbound rule allowing TCP 8000 - 8500 from the external server to the public nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftp inspection should automatically allow the data to come back in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, are you sure the control channel goes on port 21? and that does hit the inspection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh service-pol flow tcp host x.x.x.x host y.y.y.y eq 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where x.x.x.x is the inside client&lt;/P&gt;&lt;P&gt;y.y.y.y is the ftp server on the outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should show you whether this flow is being inspected or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides that we would have to look at the captures and syslogs at the time of the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. check what the logs show.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2009 13:24:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-through-an-asa5540/m-p/1343316#M824182</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-11-21T13:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: FTP through an ASA5540</title>
      <link>https://community.cisco.com/t5/network-security/ftp-through-an-asa5540/m-p/1343317#M824229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kusankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've been drafted in to fix this issue and wasn't involved in its setup but based on a packet capture i can see the client sending a request AUTH TLS so i suspect what i'm dealing with is FTPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hoave you have any dealings with passing FTPS through an ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2009 21:31:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-through-an-asa5540/m-p/1343317#M824229</guid>
      <dc:creator>mulhollandm</dc:creator>
      <dc:date>2009-11-21T21:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTP through an ASA5540</title>
      <link>https://community.cisco.com/t5/network-security/ftp-through-an-asa5540/m-p/1343318#M824262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is secure ftp then, inspection will not be able to look in the encrypted packet and allow the data connection automatically.&amp;nbsp; The only work around is to allow the ports via ACL (for data) which you mentioned you have already allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides that like I previously metioned syslogs and captures are our friend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if you see acl hit counts on the acl applied inbound on the outside interface from the ftp server back to the translated address of the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2009 04:37:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-through-an-asa5540/m-p/1343318#M824262</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-11-22T04:37:11Z</dc:date>
    </item>
  </channel>
</rss>

