<?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 a PIX 515 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ftp-through-a-pix-515/m-p/317988#M555657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a 6.3.4 version but this is not really relevant I think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a8.html#wp1067379" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a8.html#wp1067379&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you disable FTP fixups with the no fixup protocol ftp command, outbound users can start connections only in passive mode, and all inbound FTP is disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.) access-group outside_access_in in interface outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applies an access-list to an interface.&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>Sat, 30 Oct 2004 01:28:54 GMT</pubDate>
    <dc:creator>Patrick Iseli</dc:creator>
    <dc:date>2004-10-30T01:28:54Z</dc:date>
    <item>
      <title>FTP Through a PIX 515</title>
      <link>https://community.cisco.com/t5/network-security/ftp-through-a-pix-515/m-p/317985#M555650</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to run a few lines of my config by you guys.  I want to host an FTP server on my internal network and allow people from the outside to access it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I would need to have in my config is something like this right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_Access_in permit tcp any host 216.27.x.x eq ftp&lt;/P&gt;&lt;P&gt;static (inside,outside) 216.27.x.x 10.0.0.10 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if someone types in their browser "&lt;A class="jive-link-custom" href="Ftp://216.27.x.x" target="_blank"&gt;Ftp://216.27.x.x&lt;/A&gt;" it should forward them to the internal PC with the IP address of 10.0.0.10 correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing anything?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:42:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-through-a-pix-515/m-p/317985#M555650</guid>
      <dc:creator>abruso</dc:creator>
      <dc:date>2020-02-21T07:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Through a PIX 515</title>
      <link>https://community.cisco.com/t5/network-security/ftp-through-a-pix-515/m-p/317986#M555651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes thats looks ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_Access_in permit tcp any host 216.27.x.x eq ftp &lt;/P&gt;&lt;P&gt;static (inside,outside) 216.27.x.x 10.0.0.10 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_Access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco config example:&lt;/P&gt;&lt;P&gt;Configuring the PIX Firewall with Mail Server Access on Inside Network&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080094466.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080094466.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try a standard ftp client to test your ftp server instead of a browser. There might be a problem with reserve lookups to your external IPs, which just tkaes a lot of time, or problems with passive ftp.&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>Thu, 28 Oct 2004 22:21:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-through-a-pix-515/m-p/317986#M555651</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-10-28T22:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Through a PIX 515</title>
      <link>https://community.cisco.com/t5/network-security/ftp-through-a-pix-515/m-p/317987#M555653</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;What version are you using? Is this relevant?&lt;/P&gt;&lt;P&gt;Maybe using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincelery,&lt;/P&gt;&lt;P&gt;Armando &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 21:52:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-through-a-pix-515/m-p/317987#M555653</guid>
      <dc:creator>armandoferreira</dc:creator>
      <dc:date>2004-10-29T21:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Through a PIX 515</title>
      <link>https://community.cisco.com/t5/network-security/ftp-through-a-pix-515/m-p/317988#M555657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a 6.3.4 version but this is not really relevant I think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a8.html#wp1067379" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a8.html#wp1067379&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you disable FTP fixups with the no fixup protocol ftp command, outbound users can start connections only in passive mode, and all inbound FTP is disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.) access-group outside_access_in in interface outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applies an access-list to an interface.&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>Sat, 30 Oct 2004 01:28:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-through-a-pix-515/m-p/317988#M555657</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-10-30T01:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Through a PIX 515</title>
      <link>https://community.cisco.com/t5/network-security/ftp-through-a-pix-515/m-p/317989#M555659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having a problem that fits in this same catagory.  I have a 515 PIX and we are running an FTP server behind it.  The server accepts FTP on 419 and I have fixup set to 419.  The problem I am having is the prefered vendor port for the data channel is 422, but whenever you choose 422 to PIX stops the TCP stream.  If the same client enters a port of 1024 or higher it works.  I have not entered the [strick] command so I am at a loss as to why the PIX is stopping this.  I am running 6.3.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2004 16:26:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftp-through-a-pix-515/m-p/317989#M555659</guid>
      <dc:creator>LibraryIT</dc:creator>
      <dc:date>2004-11-03T16:26:45Z</dc:date>
    </item>
  </channel>
</rss>

