<?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 Using FTPS on a PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/using-ftps-on-a-pix/m-p/332604#M556649</link>
    <description>&lt;P&gt;I'm running a PIX 501 from my primary office location running NAT. I'm trying to connect to a ConnectEnterprise Secure FTP destination. Because I have no previous experience configuring a PIX to work with a FTPS server, I was hoping for some help. Before, I couldn't even exchange SSL keys, but as soon as I removed "strict" from my FTP (21) fixup protocol I was allowed to. The problem then arose when my client did a automatic list command and I got a timeout. I noticed that my pix was dropping packets in the 3000 range. The ports of course were dynamic every time. The support guys of the FTPS server have no experience with the PIX and they told me to make sure I can do New Line Characters and FTP bidirectional. My knowledge is somewhat limited as well, so any help that you guys can provide would be greatly appreciated. See below part of my configuration file (minus the FTP Strict command that I think is important)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.2(2)&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;hostname ironmike&lt;/P&gt;&lt;P&gt;domain-name createhope.com&lt;/P&gt;&lt;P&gt;clock timezone EST -5&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol ils 389&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 07:40:06 GMT</pubDate>
    <dc:creator>anthony.daramola</dc:creator>
    <dc:date>2020-02-21T07:40:06Z</dc:date>
    <item>
      <title>Using FTPS on a PIX</title>
      <link>https://community.cisco.com/t5/network-security/using-ftps-on-a-pix/m-p/332604#M556649</link>
      <description>&lt;P&gt;I'm running a PIX 501 from my primary office location running NAT. I'm trying to connect to a ConnectEnterprise Secure FTP destination. Because I have no previous experience configuring a PIX to work with a FTPS server, I was hoping for some help. Before, I couldn't even exchange SSL keys, but as soon as I removed "strict" from my FTP (21) fixup protocol I was allowed to. The problem then arose when my client did a automatic list command and I got a timeout. I noticed that my pix was dropping packets in the 3000 range. The ports of course were dynamic every time. The support guys of the FTPS server have no experience with the PIX and they told me to make sure I can do New Line Characters and FTP bidirectional. My knowledge is somewhat limited as well, so any help that you guys can provide would be greatly appreciated. See below part of my configuration file (minus the FTP Strict command that I think is important)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.2(2)&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;hostname ironmike&lt;/P&gt;&lt;P&gt;domain-name createhope.com&lt;/P&gt;&lt;P&gt;clock timezone EST -5&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol ils 389&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:40:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-ftps-on-a-pix/m-p/332604#M556649</guid>
      <dc:creator>anthony.daramola</dc:creator>
      <dc:date>2020-02-21T07:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using FTPS on a PIX</title>
      <link>https://community.cisco.com/t5/network-security/using-ftps-on-a-pix/m-p/332605#M556651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tryed without the "fixup ftp"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix# enable&lt;/P&gt;&lt;P&gt;pix# conf t&lt;/P&gt;&lt;P&gt;pix# no fixup protocol ftp 21 &lt;/P&gt;&lt;P&gt;To reenable it, recommended:&lt;/P&gt;&lt;P&gt;pix# fixup protocol ftp 21 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This removes the ftp service command filtering but I am not sure if only this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you connect from the internet to a public IP?&lt;/P&gt;&lt;P&gt;Do you have an access-list on your outside interface?&lt;/P&gt;&lt;P&gt;Do you use port 21 and port 20 or another port?&lt;/P&gt;&lt;P&gt;Have you a static for NAT?&lt;/P&gt;&lt;P&gt;Do you use passive ftp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you see on the pix as error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enable logging:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix# conf t&lt;/P&gt;&lt;P&gt;pix# logg buff warnings&lt;/P&gt;&lt;P&gt;pix# logg on&lt;/P&gt;&lt;P&gt;pix# show logg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some usefull links:&lt;/P&gt;&lt;P&gt;Poor or Intermittent FTP/HTTP Performance Through a PIX:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094459.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094459.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Establishing Connectivity Through Cisco PIX Firewalls&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a008009402f.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a008009402f.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Configuring the PIX Firewall&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a008007da3e_4container_ccmigration_09186a00801e8646.html" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a008007da3e_4container_ccmigration_09186a00801e8646.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2004 15:31:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-ftps-on-a-pix/m-p/332605#M556651</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-10-06T15:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using FTPS on a PIX</title>
      <link>https://community.cisco.com/t5/network-security/using-ftps-on-a-pix/m-p/332606#M556652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've also been in contact with Cisco Support. As it turns out, there is currently no official support with the current 6.x FOS. The best way to work around is to open up the FTPS port range 1024 - 5000 on the designated trusted IP. For the time being, that's sufficient enough for me, but if anybody else has a better idea, I'd very much love to hear it. Anyways, thanks for the help, very much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2004 19:16:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-ftps-on-a-pix/m-p/332606#M556652</guid>
      <dc:creator>anthony.daramola</dc:creator>
      <dc:date>2004-10-06T19:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using FTPS on a PIX</title>
      <link>https://community.cisco.com/t5/network-security/using-ftps-on-a-pix/m-p/332607#M556653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That appears to be a problem with FTPs as I have found. PASV mode also fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A firewall is usually configured to deny inbound connections to an FTP server using any port other than port 21. Under PASV FTP, the firewall that protects the server needs to be able to see the un- encrypted response to the PASV command in order to allow inbound connectivity to the server on a dynamic port (i.e., ports other than 21).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This step fails when PASV mode is used because the FTP Control session is encrypted. The new inbound FTP Data connection will arrive at the firewall and will be denied because it cannot be "bound" to an existing FTP Control Session. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I got it to work was to use the PIX 'established' command which can leave a pretty big hole in your firewall if you're not careful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2004 17:03:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-ftps-on-a-pix/m-p/332607#M556653</guid>
      <dc:creator>m.kojder</dc:creator>
      <dc:date>2004-11-16T17:03:12Z</dc:date>
    </item>
  </channel>
</rss>

