<?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: Accessing an FTP server inside my PIX 525 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/accessing-an-ftp-server-inside-my-pix-525/m-p/11095#M652041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove the conduit permit for ftp-data, as the fixup ftp takes care of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try changing to passive mode at the user end. this is normally done with the "passive" command in non-GUI ftp clients.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Sep 2002 04:37:09 GMT</pubDate>
    <dc:creator>pgolding</dc:creator>
    <dc:date>2002-09-12T04:37:09Z</dc:date>
    <item>
      <title>Accessing an FTP server inside my PIX 525</title>
      <link>https://community.cisco.com/t5/network-security/accessing-an-ftp-server-inside-my-pix-525/m-p/11094#M652026</link>
      <description>&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;I have the following config:&lt;/P&gt;&lt;P&gt;PIX 525 (5.3)&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;static (inside,outside) publicIP privateIP netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;conduit permit tcp host publicIP eq ftp any&lt;/P&gt;&lt;P&gt;conduit permit tcp host publicIP eq ftp-data any&lt;/P&gt;&lt;P&gt;I think those are all the pertinent commands. My problem is this: I can connect to te FTP server. I can log in to the FTP server. As soon as I issue a command to the server, such as LS or DIR or SEND or PUT, I get no resp[onse back to my FTP client session. I have executed a SEND and the file name gets created but no actual data is transferred and the session sits indefinitely until I cancel it. All works as it should behind the firewall.&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:14:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-an-ftp-server-inside-my-pix-525/m-p/11094#M652026</guid>
      <dc:creator>stippick</dc:creator>
      <dc:date>2020-02-21T06:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing an FTP server inside my PIX 525</title>
      <link>https://community.cisco.com/t5/network-security/accessing-an-ftp-server-inside-my-pix-525/m-p/11095#M652041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove the conduit permit for ftp-data, as the fixup ftp takes care of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try changing to passive mode at the user end. this is normally done with the "passive" command in non-GUI ftp clients.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2002 04:37:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-an-ftp-server-inside-my-pix-525/m-p/11095#M652041</guid>
      <dc:creator>pgolding</dc:creator>
      <dc:date>2002-09-12T04:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing an FTP server inside my PIX 525</title>
      <link>https://community.cisco.com/t5/network-security/accessing-an-ftp-server-inside-my-pix-525/m-p/11096#M652056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried first without the conduit for ftp-data. It doesn't work with it or without it.&lt;/P&gt;&lt;P&gt;I turned on debug from my microsoft ftp client.&lt;/P&gt;&lt;P&gt;I set passive mode then tried a list command.&lt;/P&gt;&lt;P&gt;It came back and set it could not open a data connection.&lt;/P&gt;&lt;P&gt;See below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftp&amp;gt; debug&lt;/P&gt;&lt;P&gt;Debugging On.&lt;/P&gt;&lt;P&gt;ftp&amp;gt; literal pasv&lt;/P&gt;&lt;P&gt;---&amp;gt; pasv&lt;/P&gt;&lt;P&gt;227 Entering Passive Mode (xxx,xxx,xxx,xxx,16,34).&lt;/P&gt;&lt;P&gt;ftp&amp;gt; literal list&lt;/P&gt;&lt;P&gt;---&amp;gt; list&lt;/P&gt;&lt;P&gt;425 Can't open data connection.&lt;/P&gt;&lt;P&gt;ftp&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2002 14:50:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-an-ftp-server-inside-my-pix-525/m-p/11096#M652056</guid>
      <dc:creator>stippick</dc:creator>
      <dc:date>2002-09-12T14:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing an FTP server inside my PIX 525</title>
      <link>https://community.cisco.com/t5/network-security/accessing-an-ftp-server-inside-my-pix-525/m-p/11097#M652067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am considering replacing all of my conduit statements with access lists in an effort to see if that will allow this to work. &lt;/P&gt;&lt;P&gt;Any comments?&lt;/P&gt;&lt;P&gt;I also read in another thread that the ftp server needed to initiate a connectiopn to the client. If so, isn't that allowed by PAT or NAT or whatever it is that allows all my users to go outside the firewall? Do I possibly need to set up an explicit path from the server in question to the outside?&lt;/P&gt;&lt;P&gt;HELP...&lt;/P&gt;&lt;P&gt;Again, any and all comments will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2002 15:22:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-an-ftp-server-inside-my-pix-525/m-p/11097#M652067</guid>
      <dc:creator>stippick</dc:creator>
      <dc:date>2002-09-13T15:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing an FTP server inside my PIX 525</title>
      <link>https://community.cisco.com/t5/network-security/accessing-an-ftp-server-inside-my-pix-525/m-p/11098#M652074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same problem on a PIX 515 and am using access-lists.  I thought the problem was with my static nat statement.  When the problem was brought to my attention, I had a straight one to one static nat statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) outside ip inside ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the static command to use the tcp and port assignment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp outside ip ftp inside ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it started working, since this time it has stopped again.  The same symptoms; can login but can do a dir or ls command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts as to what is going on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2002 23:07:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-an-ftp-server-inside-my-pix-525/m-p/11098#M652074</guid>
      <dc:creator>gguhin</dc:creator>
      <dc:date>2002-09-19T23:07:16Z</dc:date>
    </item>
  </channel>
</rss>

