<?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: allow FTP site in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547507#M605406</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;&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/objectgroups.html"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/objectgroups.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Dec 2010 21:02:31 GMT</pubDate>
    <dc:creator>cadet alain</dc:creator>
    <dc:date>2010-12-02T21:02:31Z</dc:date>
    <item>
      <title>allow FTP site</title>
      <link>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547501#M605400</link>
      <description>&lt;P&gt;Noob here. I want to allow an ftp site for our users. I know how to do it via ASDM but have been wanting to use CLI.Looked online but haven't been able to find what i'm looking for.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:16:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547501#M605400</guid>
      <dc:creator>1salvarez</dc:creator>
      <dc:date>2019-03-11T19:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: allow FTP site</title>
      <link>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547502#M605401</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;To allow FTP traffic you need a static NAT rule to allow access to the FTP server and an ACL allowing the ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;Let's say your internal FTP is 10.1.1.1 and the public IP will be 200.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you requiere a static translation rule (ASDM or CLI) and an ACL permitting FTP from any source to the public IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do it via CLI you can post the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh run static&lt;/P&gt;&lt;P&gt;sh run access-group&lt;/P&gt;&lt;P&gt;sh run access-list NAME&amp;nbsp;&amp;nbsp; --&amp;gt; change NAME for the name of the ACL applied to the outside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 20:21:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547502#M605401</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-30T20:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: allow FTP site</title>
      <link>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547503#M605402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 19:50:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547503#M605402</guid>
      <dc:creator>1salvarez</dc:creator>
      <dc:date>2010-12-02T19:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: allow FTP site</title>
      <link>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547504#M605403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the IP of the FTP server behind the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding to the list you will need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (in,out) tcp PUBLIC_IP 21 PRIVATE_IP 21&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host PUBLIC_IP eq 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 19:56:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547504#M605403</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-12-02T19:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: allow FTP site</title>
      <link>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547505#M605404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We dont have FTP server. This is for ftp sites that we need to access&lt;/P&gt;&lt;P&gt;. For example thru ASDM to allow acces to an FTP site I would go to Configuration&amp;gt;Firewall&amp;gt;Objects&amp;gt;Network Objects/Groups&amp;gt; and I'll add the IP and name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/" /&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 20:29:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547505#M605404</guid>
      <dc:creator>1salvarez</dc:creator>
      <dc:date>2010-12-02T20:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: allow FTP site</title>
      <link>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547506#M605405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's to allow outbound FTP access to an external server, you should add the IP of the server to the object-group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If from an internal computer you try to connect to this new FTP server what happen?&lt;/P&gt;&lt;P&gt;Can you reach it via telnet x.x.x.x 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 20:58:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547506#M605405</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-12-02T20:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: allow FTP site</title>
      <link>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547507#M605406</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;&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/objectgroups.html"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/objectgroups.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 21:02:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547507#M605406</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2010-12-02T21:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: allow FTP site</title>
      <link>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547508#M605407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for your help guys. That doc looks like what&lt;/P&gt;&lt;P&gt; I am looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 17:43:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-ftp-site/m-p/1547508#M605407</guid>
      <dc:creator>1salvarez</dc:creator>
      <dc:date>2010-12-03T17:43:44Z</dc:date>
    </item>
  </channel>
</rss>

