<?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: Firewall FTP Problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/firewall-ftp-problem/m-p/1355850#M749874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wasim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is 172.16.11.108 the FTP server in DMZ ? Are you accessing it from 192.168.80.89 or any other PC from the inside network 192.168.80.0/24 ? I see the ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl-in extended permit ip host 192.168.80.89 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow only traffic from 192.168.80.89 to go from inside interface.. If you are trying to FTP from any other IP you might need to add another ACL similar to the one below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl-in extended permit tcp 192.168.80.0 255.255.255.0 host 172.16.11.108 eq ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can probably allow ip from 192.168.80.0/24 to 172.16.11.108 (for testing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might also need to build a static entry for the FTP server to inside , just as the way you did for the inside FTP server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (serverdmz,inside) 172.16.11.108 172.16.11.108 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can also define a nat 0 for traffic going from inside network 192.168.80.0/24 to the DMZ segment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 111&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 111 permit ip 192.168.80.0 0.0.0.255 172.16.11.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would be able to access the FTP server once you make these changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.. all the best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2010 16:52:12 GMT</pubDate>
    <dc:creator>sachinraja</dc:creator>
    <dc:date>2010-02-09T16:52:12Z</dc:date>
    <item>
      <title>Firewall FTP Problem</title>
      <link>https://community.cisco.com/t5/network-security/firewall-ftp-problem/m-p/1355849#M749865</link>
      <description>&lt;P&gt;i have firewall ASA 8.0(4). My FTP server is located in DMZ side and one FTP server is located on inside network.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;172.16.11.0&amp;nbsp; DMZ&lt;/P&gt;&lt;P&gt;192.168.80.0 Inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From DMZ I can do the FTP and everything but from inside I am not able to do the FTP to DMZ server. Though Ping and remote&lt;/P&gt;&lt;P&gt;desktop i can do.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below is the configuration of my firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; mac-address 000c.f542.4abc standby 020c.f542.4abc&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.0.1 255.255.255.224 standby 192.168.0.2 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;interface GigabitEthernet0/3.1&lt;BR /&gt; mac-address 000c.f342.4abc standby 020c.f342.4abc&lt;BR /&gt; nameif serverdmz&lt;BR /&gt; security-level 90&lt;BR /&gt; ip address 172.16.11.1 255.255.255.0 standby 172.16.11.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list acl-in extended permit ip host 192.168.80.89 any&lt;/P&gt;&lt;P&gt;static (inside,serverdmz) 192.168.80.89 192.168.80.89 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list acl-serverdmz extended permit ip host 172.16.11.108 any&lt;/P&gt;&lt;P&gt;access-list aclnat_serverdmz extended permit ip any 172.16.11.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;nat (inside) 2 access-list aclnat_cards&lt;BR /&gt;nat (inside) 3 access-list aclnat_serverdmz&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (serverdmz) 1 172.16.11.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;global (partners) 1 172.16.15.253 netmask 255.255.255.255&lt;BR /&gt;global (serverdmz) 1 172.16.11.254&lt;BR /&gt;global (serverdmz) 3 interface&lt;BR /&gt;global (cardsdmz) 2 interface &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ENOCDC-FW01/Rack1# show conn address 172.16.11.108&lt;BR /&gt;1933 in use, 15723 most used&lt;BR /&gt;TCP serverdmz 172.16.11.108:3389 inside 192.168.80.89:2367, idle 0:00:31, bytes 1798427, flags UIO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from dmz to inside everything is working fine but from inside I am not able to do the FTP on DMZ server. though the FTP server is working fine locally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out how to find a solution for this.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:06:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-ftp-problem/m-p/1355849#M749865</guid>
      <dc:creator>wasiimcisco</dc:creator>
      <dc:date>2019-03-11T17:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall FTP Problem</title>
      <link>https://community.cisco.com/t5/network-security/firewall-ftp-problem/m-p/1355850#M749874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wasim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is 172.16.11.108 the FTP server in DMZ ? Are you accessing it from 192.168.80.89 or any other PC from the inside network 192.168.80.0/24 ? I see the ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl-in extended permit ip host 192.168.80.89 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow only traffic from 192.168.80.89 to go from inside interface.. If you are trying to FTP from any other IP you might need to add another ACL similar to the one below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl-in extended permit tcp 192.168.80.0 255.255.255.0 host 172.16.11.108 eq ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can probably allow ip from 192.168.80.0/24 to 172.16.11.108 (for testing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might also need to build a static entry for the FTP server to inside , just as the way you did for the inside FTP server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (serverdmz,inside) 172.16.11.108 172.16.11.108 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can also define a nat 0 for traffic going from inside network 192.168.80.0/24 to the DMZ segment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 111&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 111 permit ip 192.168.80.0 0.0.0.255 172.16.11.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would be able to access the FTP server once you make these changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.. all the best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 16:52:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-ftp-problem/m-p/1355850#M749874</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2010-02-09T16:52:12Z</dc:date>
    </item>
  </channel>
</rss>

