<?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: NAT and FTP problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829933#M956237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why they are still using FTP. It's another college who has the FTP server. Maybe they fear change. I'll try the fixup ftp 1021 command and post the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inspect is the new command on the ASA for fixup correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 13:49:58 GMT</pubDate>
    <dc:creator>randyclark</dc:creator>
    <dc:date>2008-01-30T13:49:58Z</dc:date>
    <item>
      <title>NAT and FTP problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829926#M956223</link>
      <description>&lt;P&gt;I have a NATed client trying to FTP to a server on the Internet. The server is blocking the FTP connection becuase it sees the private address of my client. Is there a setting on the firewall to prevent this from happening?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:54:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829926#M956223</guid>
      <dc:creator>randyclark</dc:creator>
      <dc:date>2019-03-11T11:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and FTP problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829927#M956225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the NATing device. Is this a Pix/ASA Firewall or router. If this is a Pix/ASA, do you have Fixup configured. Can you post your configuration along with details on what is the ip address of the FTP Client and FTP Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** Please rate all helpful posts **&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 17:39:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829927#M956225</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-01-28T17:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and FTP problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829928#M956227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The NATing device is an ASA 5520. The client is being NATed. I'm not sure about the server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 18:39:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829928#M956227</guid>
      <dc:creator>randyclark</dc:creator>
      <dc:date>2008-01-28T18:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and FTP problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829929#M956229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make sure you have ftp inspection enabled in your global policy.&lt;/P&gt;&lt;P&gt;inspect ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that doesn't work, please post what happens when you ftp to this server and exactly how it 'fails'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 19:17:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829929#M956229</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2008-01-28T19:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and FTP problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829930#M956231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a test, on the ASA do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup ftp protocol 21&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0 &lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list test permit ip any any log&lt;/P&gt;&lt;P&gt;access-group test in interface inside&lt;/P&gt;&lt;P&gt;access-group test in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now from a host inside the ASA, perform &lt;/P&gt;&lt;P&gt;a ftp connection.  I have an ftp server&lt;/P&gt;&lt;P&gt;on the Intenet.  If you give me your public&lt;/P&gt;&lt;P&gt;IP address, I can add it to my checkpoint&lt;/P&gt;&lt;P&gt;security policy so that you can test connecting to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 19:24:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829930#M956231</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-01-28T19:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and FTP problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829931#M956233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what is happening on the client side. It's not using the standard port 21 but port 1021.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;connecting to 149.149.15.100:1021&lt;/P&gt;&lt;P&gt;login&lt;/P&gt;&lt;P&gt;xxxxxxx&lt;/P&gt;&lt;P&gt;xxxxxxx&lt;/P&gt;&lt;P&gt;Host type (S):UNIX (standard)&lt;/P&gt;&lt;P&gt;PASV&lt;/P&gt;&lt;P&gt;227 Entering Passive Mode(149,149,15,100,59,23)&lt;/P&gt;&lt;P&gt;connecting to 149.149.15.100:15127&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;!Conntection failed 149.149.15.100-connection refused&lt;/P&gt;&lt;P&gt;!connect error 0&lt;/P&gt;&lt;P&gt;PORT 172,20,46,74,7,132&lt;/P&gt;&lt;P&gt;500| I won't open a connection to 172.20.46.74(only to 198.146.198.101)&lt;/P&gt;&lt;P&gt;!Failed "port"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 21:14:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829931#M956233</guid>
      <dc:creator>randyclark</dc:creator>
      <dc:date>2008-01-28T21:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and FTP problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829932#M956235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fixup protocol ftp 1021&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a security person, I am very suprised that&lt;/P&gt;&lt;P&gt;people still use FTP these days.  Not only&lt;/P&gt;&lt;P&gt;the protocol is insecure, you will run into&lt;/P&gt;&lt;P&gt;issues like this.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that ftp server box is a Unix box.&lt;/P&gt;&lt;P&gt;If that is the case, why not use SecureFTP &lt;/P&gt;&lt;P&gt;(sFTP).  sFTP is a component of sshd daemon&lt;/P&gt;&lt;P&gt;which is very secure.  You can configure&lt;/P&gt;&lt;P&gt;it to run at AES256-cbc with sha-1 and allow&lt;/P&gt;&lt;P&gt;ssh outbound access.  Everything will be ok &lt;/P&gt;&lt;P&gt;after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is 2008, not 1998.  FTP and TFTP should&lt;/P&gt;&lt;P&gt;be banned due to its inherent weak security by nature.  TFTP should be replaced by Secure&lt;/P&gt;&lt;P&gt;Copy (scp).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 22:28:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829932#M956235</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-01-28T22:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and FTP problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829933#M956237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why they are still using FTP. It's another college who has the FTP server. Maybe they fear change. I'll try the fixup ftp 1021 command and post the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inspect is the new command on the ASA for fixup correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 13:49:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-ftp-problem/m-p/829933#M956237</guid>
      <dc:creator>randyclark</dc:creator>
      <dc:date>2008-01-30T13:49:58Z</dc:date>
    </item>
  </channel>
</rss>

