<?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: ASA DMZ configuration issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560454#M675925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to access the FTP server (on the DMZ) from the inside network, that's what you need (we can restrict it to be from a single server).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If on the other hand, you need the FTP server to initiate a connection to the inside server, then you will need a static NAT and an ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Sep 2010 19:47:53 GMT</pubDate>
    <dc:creator>Federico Coto Fajardo</dc:creator>
    <dc:date>2010-09-17T19:47:53Z</dc:date>
    <item>
      <title>ASA DMZ configuration issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560451#M675922</link>
      <description>&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Good afternoon experts - I am in need of a quick resolution to what I am sure is a fairly standard configuration issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Description:&amp;nbsp; we need to configure a DMZ on an ASA for an FTP server with a public IP address.&amp;nbsp; Outside partners need to send files to this FTP server.&amp;nbsp; We then need to have these files transferred internally to a file server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Problem:&amp;nbsp; outside partners are able to send the files to the FTP server in the DMZ, but we cannot retrieve them from the internal file server through the ASA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Relevant configuration:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt; nameif OUTSIDE&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 205.x.y.z 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; nameif INSIDE (IP address of internal file server is 192.168.x.x)&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.x.x.x 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt; description DMZ IP (IP address of FTP server 198.d.e.25)&lt;BR /&gt; nameif DMZ&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 198.d.e.30 255.255.255.248&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT contains this:&lt;/P&gt;&lt;P&gt;nat (INSIDE) 0 access-list NO-NAT&lt;/P&gt;&lt;P&gt;access-list NO-NAT line 153 extended permit ip host 192.168.x.x host 198.d.e.25 &lt;BR /&gt;nat (DMZ) 0 access-list NO-NAT-DMZ&lt;BR /&gt;access-list NO-NAT-DMZ line 1 remark Allow traffic from SFTP server to Corp-Server&lt;BR /&gt;access-list NO-NAT-DMZ line 2 extended permit ip host 198.d.e.25 host 192.168.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no access-group rules applied to INSIDE or DMZ interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is missing, or misconfigured?&amp;nbsp; Your input is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Patrick&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:41:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560451#M675922</guid>
      <dc:creator>Sharkey13</dc:creator>
      <dc:date>2019-03-11T18:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: ASA DMZ configuration issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560452#M675923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many many ways to do it.&lt;/P&gt;&lt;P&gt;But for example if you need from the internal network to reach the DMZ, can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.x.x.x. 255.255.255.0&lt;/P&gt;&lt;P&gt;global (DMZ) 1 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>Fri, 17 Sep 2010 19:01:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560452#M675923</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-09-17T19:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA DMZ configuration issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560453#M675924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Federico - thanks for the reply, but I have one question - why would I want the "nat (inside) 1 10.x.x.x. " command to reference the 10.x.x.x - the IP address of the interface, and not the internal file server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 19:36:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560453#M675924</guid>
      <dc:creator>Sharkey13</dc:creator>
      <dc:date>2010-09-17T19:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: ASA DMZ configuration issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560454#M675925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to access the FTP server (on the DMZ) from the inside network, that's what you need (we can restrict it to be from a single server).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If on the other hand, you need the FTP server to initiate a connection to the inside server, then you will need a static NAT and an ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 19:47:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560454#M675925</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-09-17T19:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: ASA DMZ configuration issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560455#M675926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the static/global commands and access-list.&lt;/P&gt;&lt;P&gt;You need a Security Plus License to do this. The Base license only allow two regular zones (inside, outside) and och restricted zone(dmz) which ONLY can communicate to a zone with lower security level(outside). Run show ver command and check the license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 21:01:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560455#M675926</guid>
      <dc:creator>roger-jonsson</dc:creator>
      <dc:date>2010-09-17T21:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: ASA DMZ configuration issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560456#M675927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Federico, Roger - thanks for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Turns out there was an issue with the FTP authentication, not a DMZ config issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA DMZ config worked as posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&amp;nbsp; Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 21:17:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-dmz-configuration-issue/m-p/1560456#M675927</guid>
      <dc:creator>Sharkey13</dc:creator>
      <dc:date>2010-09-17T21:17:04Z</dc:date>
    </item>
  </channel>
</rss>

