<?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: DMZ FTP server setup in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dmz-ftp-server-setup/m-p/1015683#M917962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is mainly caused by the denial of reply back traffic comming from the your FTP server. so there are two sollutions: firest in the DMZ access list allow traffic from FTP server to any on FTP ports OR, configure traffic inspection, you can use the default ASA inspection: &lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 1500 &lt;/P&gt;&lt;P&gt;  inspect ftp &lt;/P&gt;&lt;P&gt;  inspect h323 h225 &lt;/P&gt;&lt;P&gt;  inspect h323 ras &lt;/P&gt;&lt;P&gt;  inspect netbios &lt;/P&gt;&lt;P&gt;  inspect rsh &lt;/P&gt;&lt;P&gt;  inspect rtsp &lt;/P&gt;&lt;P&gt;  inspect skinny &lt;/P&gt;&lt;P&gt;  inspect esmtp &lt;/P&gt;&lt;P&gt;  inspect sqlnet &lt;/P&gt;&lt;P&gt;  inspect sunrpc &lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;  inspect sip &lt;/P&gt;&lt;P&gt;  inspect xdmcp &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 11:28:35 GMT</pubDate>
    <dc:creator>mohammed_moustafa</dc:creator>
    <dc:date>2008-06-23T11:28:35Z</dc:date>
    <item>
      <title>DMZ FTP server setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-ftp-server-setup/m-p/1015681#M917943</link>
      <description>&lt;P&gt;ASA 5510 with 8.0(3)&lt;/P&gt;&lt;P&gt;Iam trying to configure DMZ network and configure for FTP server access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FTP access is fine but when I configure DMZ interface to access from inside network, the FTP access from outside does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that we can login to FTP site and unable to list folders &amp;amp; files and get the error message and also internet access will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remove the access-group entry on DMZ interface FTP works fine and able to list folders &amp;amp; files and internet access works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the config and can some one help me to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:02:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-ftp-server-setup/m-p/1015681#M917943</guid>
      <dc:creator>ckuriyar74</dc:creator>
      <dc:date>2019-03-11T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ FTP server setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-ftp-server-setup/m-p/1015682#M917946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check the following&lt;/P&gt;&lt;P&gt;1. Whether the FTP server is in Active or passive mode ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. what packets / traffic are getting dropped from FTP server to the client outside?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 11:12:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-ftp-server-setup/m-p/1015682#M917946</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-06-23T11:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ FTP server setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-ftp-server-setup/m-p/1015683#M917962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is mainly caused by the denial of reply back traffic comming from the your FTP server. so there are two sollutions: firest in the DMZ access list allow traffic from FTP server to any on FTP ports OR, configure traffic inspection, you can use the default ASA inspection: &lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 1500 &lt;/P&gt;&lt;P&gt;  inspect ftp &lt;/P&gt;&lt;P&gt;  inspect h323 h225 &lt;/P&gt;&lt;P&gt;  inspect h323 ras &lt;/P&gt;&lt;P&gt;  inspect netbios &lt;/P&gt;&lt;P&gt;  inspect rsh &lt;/P&gt;&lt;P&gt;  inspect rtsp &lt;/P&gt;&lt;P&gt;  inspect skinny &lt;/P&gt;&lt;P&gt;  inspect esmtp &lt;/P&gt;&lt;P&gt;  inspect sqlnet &lt;/P&gt;&lt;P&gt;  inspect sunrpc &lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;  inspect sip &lt;/P&gt;&lt;P&gt;  inspect xdmcp &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 11:28:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-ftp-server-setup/m-p/1015683#M917962</guid>
      <dc:creator>mohammed_moustafa</dc:creator>
      <dc:date>2008-06-23T11:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ FTP server setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-ftp-server-setup/m-p/1015684#M917971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how is it going with you, the problem is solved or what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 12:14:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-ftp-server-setup/m-p/1015684#M917971</guid>
      <dc:creator>mohammed_moustafa</dc:creator>
      <dc:date>2008-06-24T12:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ FTP server setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-ftp-server-setup/m-p/1015685#M917983</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;It solved my issue, just miised traffic inspection. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 07:25:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-ftp-server-setup/m-p/1015685#M917983</guid>
      <dc:creator>ckuriyar74</dc:creator>
      <dc:date>2008-06-27T07:25:14Z</dc:date>
    </item>
  </channel>
</rss>

