<?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 INSIDE TO DMZ in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/inside-to-dmz/m-p/2728976#M166775</link>
    <description>&lt;P&gt;I want to access Web Server from inside. My Web server is located in DMZ (IP:192.168.4.11). So how to NAT and create ACLs???&amp;nbsp;&lt;/P&gt;&lt;P&gt;P/s: my English is not good!!! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" src="http://i.imgur.com/wzkT1Wz.png" style="width: 780px; height: 389px;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 06:45:54 GMT</pubDate>
    <dc:creator>pokemon284</dc:creator>
    <dc:date>2019-03-12T06:45:54Z</dc:date>
    <item>
      <title>INSIDE TO DMZ</title>
      <link>https://community.cisco.com/t5/network-security/inside-to-dmz/m-p/2728976#M166775</link>
      <description>&lt;P&gt;I want to access Web Server from inside. My Web server is located in DMZ (IP:192.168.4.11). So how to NAT and create ACLs???&amp;nbsp;&lt;/P&gt;&lt;P&gt;P/s: my English is not good!!! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" src="http://i.imgur.com/wzkT1Wz.png" style="width: 780px; height: 389px;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:45:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-to-dmz/m-p/2728976#M166775</guid>
      <dc:creator>pokemon284</dc:creator>
      <dc:date>2019-03-12T06:45:54Z</dc:date>
    </item>
    <item>
      <title>HiIf you don't have an access</title>
      <link>https://community.cisco.com/t5/network-security/inside-to-dmz/m-p/2728977#M166776</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you don't have an access-list on the inside interface and the security-level is higher on the inside interface than on the DMZ interface, you don't need to do anything.&lt;/P&gt;&lt;P&gt;If you have an access-list on the inside interface you will need to add an access-list entry to that access-list where you permit http traffic to 192.168.4.11. But this also depends on how your access-list is configured. The best way would be that you posted your access-list configuration.&lt;/P&gt;&lt;P&gt;You do not need any NAT statements for this.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2015 19:48:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-to-dmz/m-p/2728977#M166776</guid>
      <dc:creator>Henrik Grankvist</dc:creator>
      <dc:date>2015-10-17T19:48:28Z</dc:date>
    </item>
    <item>
      <title>Hi,In addition to what Henrik</title>
      <link>https://community.cisco.com/t5/network-security/inside-to-dmz/m-p/2728978#M166777</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In addition to what Henrik suggested- the config depends on how you are planning to access the webserver.&lt;/P&gt;&lt;P&gt;From Inside : using webserver Internal IP : ASA code&amp;nbsp;8.2 and below: you need 'Static' statement.&lt;/P&gt;&lt;P&gt;Code 8.3 and above- You should be able to access without any issues.&lt;/P&gt;&lt;P&gt;From Inside: using public IP/URL of the webserver- You need DNS doctoring. Google for the same based on code.&lt;/P&gt;&lt;P&gt;Hth&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2015 19:55:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-to-dmz/m-p/2728978#M166777</guid>
      <dc:creator>mvsheik123</dc:creator>
      <dc:date>2015-10-17T19:55:28Z</dc:date>
    </item>
    <item>
      <title>I configed NAT and ACL for :</title>
      <link>https://community.cisco.com/t5/network-security/inside-to-dmz/m-p/2728979#M166778</link>
      <description>&lt;P&gt;I configed NAT and ACL for : Public WWW, DNS in dmz to the outside&lt;/P&gt;&lt;P&gt;What should I do to access WebServer in dmz&amp;nbsp;from inside???&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 192.168.0.100 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet2&lt;BR /&gt;&amp;nbsp;nameif dmz&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;ip address 192.168.4.10 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dns domain-lookup outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;name-server 8.8.8.8&lt;BR /&gt;&amp;nbsp;name-server 8.8.4.4&lt;BR /&gt;object network INSIDE-INTERNET&lt;BR /&gt;&amp;nbsp;subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;object network DMZ-INTERNET&lt;BR /&gt;&amp;nbsp;subnet 192.168.4.0 255.255.255.0&lt;BR /&gt;object network WWW&lt;BR /&gt;&amp;nbsp;host 192.168.4.11&lt;BR /&gt;object network DNS&lt;BR /&gt;&amp;nbsp;host 192.168.4.11&lt;BR /&gt;access-list AB extended permit tcp any object WWW eq www&lt;BR /&gt;access-list AB extended permit udp any object DNS eq domain&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;object network INSIDE-INTERNET&lt;BR /&gt;&amp;nbsp;nat (inside,outside) dynamic interface&lt;BR /&gt;object network DMZ-INTERNET&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) dynamic interface&lt;BR /&gt;object network WWW&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) static 192.168.0.99 service tcp www www&lt;BR /&gt;object network DNS&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) static 192.168.0.99 service udp domain domain&lt;BR /&gt;access-group AB in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.0.2 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2015 01:45:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-to-dmz/m-p/2728979#M166778</guid>
      <dc:creator>pokemon284</dc:creator>
      <dc:date>2015-10-18T01:45:06Z</dc:date>
    </item>
  </channel>
</rss>

