<?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 Internal Network to access DMZ network? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963703#M1106087</link>
    <description>&lt;P&gt;MHM&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2023 14:12:08 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2023-11-21T14:12:08Z</dc:date>
    <item>
      <title>How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963656#M1106069</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Internal-DMZ.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/203029i94A6C5BA824211E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Internal-DMZ.png" alt="Internal-DMZ.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I am trying to configure the ASA to allow the Internal 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;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;interface e0/0&lt;/DIV&gt;&lt;DIV&gt;nameif inside&lt;/DIV&gt;&lt;DIV&gt;security-level 100&lt;/DIV&gt;&lt;DIV&gt;192.168.20.5 255.255.255.0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;interface e0/1&lt;/DIV&gt;&lt;DIV&gt;nameif dmz&lt;/DIV&gt;&lt;DIV&gt;security-level 70&lt;/DIV&gt;&lt;DIV&gt;192.168.30.6 255.255.255.0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;object network internal-network&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;subnet 192.168.20.0 255.255.255.0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;object network dmz-server&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;host 192.168.30.200&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;access-list internal_web_in extended permit ip object internal-network object dmz-server eq www&lt;/DIV&gt;&lt;DIV&gt;access-group internal_web_in in interface inside&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am unable to access web service on the DMZ server from the Internal PC&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please kindly assist.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 12:11:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963656#M1106069</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-21T12:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963657#M1106070</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1636764"&gt;@Beginnerrr&lt;/a&gt; my initial guess is traffic is being NAT translated, do you have an NAT exemption rule in place to ensure traffic from the LAN to the DMZ is not unintentially translated?&lt;/P&gt;
&lt;P&gt;You can run packet-tracer from the CLI to simulate the traffic flow from the LAN to the DMZ, provide the full output as this might provide a clue to the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 11:55:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963657#M1106070</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-11-21T11:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963659#M1106071</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 have not configured any NAT commands on this. How do I achieve this?&lt;BR /&gt;Could you please advise on how to run packet-tracer?&lt;BR /&gt;&lt;BR /&gt;Can I ask if it is like this?&lt;BR /&gt;&lt;SPAN&gt;packet-tracer input internal tcp 192.168.20.4 1025 192.168.30.200 80?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 11:59:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963659#M1106071</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-21T11:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963660#M1106072</link>
      <description>&lt;P&gt;Remove the access list you use and check again.&lt;/P&gt;
&lt;P&gt;The security level of inside is 100 and it higher than dmz 70 so the traffic will allow without acl.&lt;/P&gt;
&lt;P&gt;How internal dns the ip of web?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can use IP instead of web name in access.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 12:04:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963660#M1106072</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-11-21T12:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963663#M1106073</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1636764"&gt;@Beginnerrr&lt;/a&gt; try this:-&lt;/P&gt;
&lt;P&gt;packet-tracer input &lt;STRONG&gt;inside &lt;/STRONG&gt;tcp 192.168.20.4 1025 192.168.30.200 80&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 12:03:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963663#M1106073</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-11-21T12:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963668#M1106074</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;, here is the output.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;BR /&gt;MAC Access list&lt;/P&gt;&lt;P&gt;Phase: 2&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: 3&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 internal_web_in in interface inside&lt;BR /&gt;access-list internal_web_in extended permit tcp object internal-network object dmz-server eq www&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 4&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: 5&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: 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: 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: 8&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: 9&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: 10&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 1, packet dispatched to next module&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: inside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: dmz&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: allow&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 12:16:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963668#M1106074</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-21T12:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963669#M1106075</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;,&lt;/P&gt;&lt;P&gt;but the Internal network is classified as 100 while DMZ is classified as 70 or 50. I refer to this number in Cisco Academy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 12:17:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963669#M1106075</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-21T12:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963671#M1106076</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1636764"&gt;@Beginnerrr&lt;/a&gt; the packet-tracer output looks ok, it confirms no NAT and the ACL is working. Do the devices in the LAN and DMZ have the ASA IP address configured as the default gateway? Is there a local firewall enabled on the device in the DMZ?&lt;/P&gt;
&lt;P&gt;How are you testing communication, by using a web browser to the IP address of the DMZ server or ping? If ping, then you need to explictly allow icmp replies or run the command &lt;STRONG&gt;fixup protocol icmp&lt;/STRONG&gt; to enable icmp inspection.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 12:24:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963671#M1106076</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-11-21T12:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963672#M1106077</link>
      <description>&lt;P&gt;Are you trying to access the server via its IP address or via a FQDN?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 12:25:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963672#M1106077</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2023-11-21T12:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963674#M1106078</link>
      <description>&lt;P&gt;I am accessing the server via IP address.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 12:27:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963674#M1106078</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-21T12:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963678#M1106081</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;,&lt;/P&gt;&lt;P&gt;Thank to your solution, I was able to find that the firewall is enabled on DMZ web server. I have disabled the firewall and the local LAN is able to access the DMZ.&lt;/P&gt;&lt;P&gt;May I kindly ask on how to configure NAT for this internal and DMZ?&lt;BR /&gt;Please advise.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 12:35:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963678#M1106081</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-21T12:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963680#M1106082</link>
      <description>&lt;P&gt;And you confirmed the items mentioned by &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt; in his most recent reply?&lt;/P&gt;
&lt;P&gt;Have you verified the DMZ server is listening on tcp/80? (use the following command as admin from the server cli: netstat -a | find ":80")&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 12:40:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963680#M1106082</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2023-11-21T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963681#M1106083</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1636764"&gt;@Beginnerrr&lt;/a&gt; what kind of NAT? Refer to this guide - &lt;A href="http://www.practicalnetworking.net/stand-alone/cisco-asa-nat/" target="_blank"&gt;http://www.practicalnetworking.net/stand-alone/cisco-asa-nat/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 12:41:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963681#M1106083</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-11-21T12:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963698#M1106085</link>
      <description>&lt;P&gt;Yes that why I suggest removing acl.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 13:23:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963698#M1106085</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-11-21T13:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963703#M1106087</link>
      <description>&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 14:12:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963703#M1106087</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-11-21T14:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963740#M1106094</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;,&lt;/P&gt;&lt;P&gt;I am configuring dynamic NAT but as far as I know that there is no need to configure NAT between DMZ and Internal.&lt;/P&gt;&lt;P&gt;but for external network to access DMZ there is a need to configure NAT? How to achieve this? Would it be something like this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;nat (dmz,outside) after-auto source dynamic any interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 14:16:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963740#M1106094</guid>
      <dc:creator>Beginnerrr</dc:creator>
      <dc:date>2023-11-21T14:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can we allow Internal Network to access DMZ network?</title>
      <link>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963774#M1106097</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;for external network to access DMZ you would need a static NAT. (1-1 mapping). Typically, we use an address in the same subnet as the outside interface and translate the DMZ server IP to that address. You then also use an ACL to allow inbound traffic from outside to reach the DMZ server on the necessary listening port(s).&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 14:43:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-can-we-allow-internal-network-to-access-dmz-network/m-p/4963774#M1106097</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2023-11-21T14:43:52Z</dc:date>
    </item>
  </channel>
</rss>

