<?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: How can we allow External Network to access DMZ network? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964626#M1106151</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1636764"&gt;@Beginnerrr&lt;/a&gt;&amp;nbsp;&amp;nbsp;the NAT IP address is either "interface" which uses the IP address of your outside interface (192.168.20.5) or you specify another IP address within that 192.168.20.0/24 range - you don't specify a network that is not routable to your ASA's outside interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;object network dmz-server&lt;BR /&gt;&amp;nbsp;host 192.168.30.200&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) static &lt;STRONG&gt;interface&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;Change the NAT above and then connect to 192.168.20.5 from the outside network. Obviously 192.168.20.0/24 needs to be routable from the outside network (I assume this is a lab or private WAN environment).&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 18:54:04 GMT</pubDate>
    <dc:creator>Rob Ingram</dc:creator>
    <dc:date>2023-11-22T18:54:04Z</dc:date>
    <item>
      <title>How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4963936#M1106111</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="External-DMZ.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/203129i081930C7DE2845E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="External-DMZ.png" alt="External-DMZ.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I am trying to configure the ASA to allow the External Network to access web service provided by DMZ web server which is on the DMZ network. Above is my network diagram.&lt;/P&gt;&lt;P&gt;In My ASA configuration.&lt;/P&gt;&lt;P&gt;route 0.0.0.0 0.0.0.0 next hop router&lt;BR /&gt;interface e0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;192.168.20.1 255.255.255.252&lt;BR /&gt;&lt;BR /&gt;interface e0/1&lt;BR /&gt;nameif dmz&lt;BR /&gt;security-level 70&lt;BR /&gt;192.168.30.6 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;object network external-network&lt;BR /&gt;subnet 192.168.50.0 255.255.255.252&lt;BR /&gt;&lt;BR /&gt;object network dmz-server&lt;BR /&gt;host 192.168.30.200&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nat (dmz,outside) static interface&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;WARNING: All traffic destined to the IP address of the outside interface is being redirected.&lt;BR /&gt;WARNING: Users may not be able to access any service enabled on the outside interface.&lt;BR /&gt;&lt;BR /&gt;access-list external_web_in extended permit tcp object external-network object dmz-server eq www&lt;BR /&gt;access-group external_web_in in interface outside&lt;BR /&gt;&lt;BR /&gt;I am unable to access web service on the DMZ server from the External network.&lt;/P&gt;&lt;P&gt;I performed packet tracer and do not see any errors and failures.&lt;/P&gt;&lt;P&gt;The command is packet-tracer input outside tcp 192.168.50.5 1025 192.168.30.200 80 and the output is shown below&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: Resolve Egress Interface&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;found next-hop 192.168.30.200 using egress ifc dmz&lt;/P&gt;&lt;P&gt;Phase: 2&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: log&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;access-group external_web_in in interface outside&lt;BR /&gt;access-list external_web_in extended permit tcp object external-network object dmz-server eq www&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 4&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 5&lt;BR /&gt;Type: QOS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 6&lt;BR /&gt;Type: QOS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 7&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 8&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 9&lt;BR /&gt;Type: FLOW-CREATION&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;New flow created with id 3, packet dispatched to next module&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;output-interface: dmz&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Please kindly assist.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 20:35:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4963936#M1106111</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-22T20:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4963938#M1106112</link>
      <description>&lt;P&gt;Router know the subnet of dmz?&lt;/P&gt;
&lt;P&gt;You need static route in router toward ASA for dmz server.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 18:00:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4963938#M1106112</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-11-21T18:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4963953#M1106113</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;, External Router cant know the subnet and the route of DMZ as DMZ is supposed to be hidden..&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 18:04:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4963953#M1106113</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-21T18:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4963969#M1106114</link>
      <description>&lt;P&gt;Yes if you use NAT&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your config without NAT so router need to know subnet of server.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/115904-asa-config-dmz-00.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/115904-asa-config-dmz-00.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Check this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 18:06:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4963969#M1106114</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-11-21T18:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4963971#M1106115</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;,so if I want to use NAT, how do I configure for this situation? Can I use dynamic NAT or static NAT?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 18:08:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4963971#M1106115</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-21T18:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964000#M1106118</link>
      <description>&lt;P&gt;Static not dynamic NAT what you need.&lt;/P&gt;
&lt;P&gt;Static is bidirectional NAT'&lt;/P&gt;
&lt;P&gt;We config as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nat(dmz'out)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the external can access server in dmz using outside IP (mapped) not real IP' this way we hide server IP from external.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 18:31:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964000#M1106118</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-11-21T18:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964017#M1106120</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1636764"&gt;@Beginnerrr&lt;/a&gt; you can use static NAT or PAT, either NAT behind the outside interface IP or specify another "public" IP address local to your ASA outside interface network. Example:&lt;/P&gt;
&lt;P&gt;Static PAT:&lt;/P&gt;
&lt;P&gt;object nat dmz-server-tcp80&lt;BR /&gt;&amp;nbsp;host 192.168.30.200&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) static interface service tcp 80 80&lt;/P&gt;
&lt;P&gt;Static NAT:&lt;/P&gt;
&lt;P&gt;object nat dmz-server&lt;BR /&gt;&amp;nbsp;host 192.168.30.200&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) static interface&lt;/P&gt;
&lt;P&gt;** or replace "interface" with an IP address routed to the outside interface of the ASA.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 18:54:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964017#M1106120</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-11-22T18:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964623#M1106150</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;&amp;nbsp;, I configure the NAT under the dmz-server. I configure the interface to be the same as the External device IP.&lt;/P&gt;&lt;P&gt;It did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;route 0.0.0.0 0.0.0.0 next hop router&lt;BR /&gt;interface e0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;192.168.20.5 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;interface e0/1&lt;BR /&gt;nameif dmz&lt;BR /&gt;security-level 70&lt;BR /&gt;192.168.30.6 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;object network external-network&lt;BR /&gt;subnet 192.168.50.0 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;object network dmz-server&lt;BR /&gt;host 192.168.30.200&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nat (dmz,outside) static 192.168.50.5&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 18:45:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964623#M1106150</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-22T18:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964626#M1106151</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1636764"&gt;@Beginnerrr&lt;/a&gt;&amp;nbsp;&amp;nbsp;the NAT IP address is either "interface" which uses the IP address of your outside interface (192.168.20.5) or you specify another IP address within that 192.168.20.0/24 range - you don't specify a network that is not routable to your ASA's outside interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;object network dmz-server&lt;BR /&gt;&amp;nbsp;host 192.168.30.200&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) static &lt;STRONG&gt;interface&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;Change the NAT above and then connect to 192.168.20.5 from the outside network. Obviously 192.168.20.0/24 needs to be routable from the outside network (I assume this is a lab or private WAN environment).&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 18:54:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964626#M1106151</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-11-22T18:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964628#M1106152</link>
      <description>&lt;P&gt;Hi again&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the subnet your Object for NAT different than dmz and out subnet&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 18:54:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964628#M1106152</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-11-22T18:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964637#M1106153</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;&amp;nbsp;, yes this is my lab and I have updated the diagram for a more clearer explanation. Assuming if you mention that the IP need to be a public ip in order to be routable from the outside network. Then the interface should be 209.150.150.225.&lt;/P&gt;&lt;P&gt;Is that correct?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 19:16:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964637#M1106153</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-22T19:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow External Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964638#M1106154</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1636764"&gt;@Beginnerrr&lt;/a&gt; you just need to define the NAT rule as per the example provided above and traffic to your outside interface IP address will be translated to 192.168.30.200. As it's a lab try the commands for yourself to understand how it works.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 19:19:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-external-network-to-access-dmz-network/m-p/4964638#M1106154</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-11-22T19:19:35Z</dc:date>
    </item>
  </channel>
</rss>

