<?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 problem at DMZ in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-at-dmz/m-p/2829104#M173776</link>
    <description>&lt;P&gt;hi expert.&lt;/P&gt;
&lt;P&gt;i am new at cisco asa. i tried to resolve my lab but fail. please help. at DMZ&amp;nbsp; has a web and dns server. public user not access my web server.&lt;/P&gt;
&lt;P&gt;//&lt;/P&gt;
&lt;P&gt;julhas&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 07:04:30 GMT</pubDate>
    <dc:creator>tulijulhas</dc:creator>
    <dc:date>2019-03-12T07:04:30Z</dc:date>
    <item>
      <title>problem at DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-at-dmz/m-p/2829104#M173776</link>
      <description>&lt;P&gt;hi expert.&lt;/P&gt;
&lt;P&gt;i am new at cisco asa. i tried to resolve my lab but fail. please help. at DMZ&amp;nbsp; has a web and dns server. public user not access my web server.&lt;/P&gt;
&lt;P&gt;//&lt;/P&gt;
&lt;P&gt;julhas&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:04:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-at-dmz/m-p/2829104#M173776</guid>
      <dc:creator>tulijulhas</dc:creator>
      <dc:date>2019-03-12T07:04:30Z</dc:date>
    </item>
    <item>
      <title>Hi Julhas,</title>
      <link>https://community.cisco.com/t5/network-security/problem-at-dmz/m-p/2829105#M173777</link>
      <description>&lt;P&gt;Hi Julhas,&lt;/P&gt;
&lt;P&gt;Have you configured a static NAT on the ASA to translate a public IP to the server or real IP.&lt;/P&gt;
&lt;P&gt;object network obj-10.10.10.10&lt;BR /&gt;host &amp;lt;server IP&amp;gt;&lt;BR /&gt; nat (DMZ,outside) static &amp;lt;mapped IP&amp;gt;&lt;/P&gt;
&lt;P&gt;Can you provide the configuration of the ASA?&lt;/P&gt;
&lt;P&gt;You can also take the packet tracer on the ASA to check the flow of the packet on the ASA.&lt;/P&gt;
&lt;P&gt;packet-tracer input outside&amp;nbsp;tcp 8.8.8.8 12345 &amp;lt;server mapped IP&amp;gt; 80&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Shivapramod M&lt;BR /&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2015 01:48:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-at-dmz/m-p/2829105#M173777</guid>
      <dc:creator>Shivapramod M</dc:creator>
      <dc:date>2015-12-25T01:48:28Z</dc:date>
    </item>
    <item>
      <title>Hi Shivapramod M,</title>
      <link>https://community.cisco.com/t5/network-security/problem-at-dmz/m-p/2829106#M173778</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #000000;"&gt;&lt;A href="https://supportforums.cisco.com/users/shim2" title="View user profile." class="username" lang="" about="/users/shim2" typeof="sioc:UserAccount" property="foaf:name" datatype="" style="color: #000000;"&gt;Shivapramod M&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;As per my attached diagram, i have configured as below:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.4(2)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 20.20.20.1 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt; nameif dmz&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 10.10.10.1 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet2&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network dmzwebserver&lt;BR /&gt; host 10.10.10.3&lt;BR /&gt;object network mydmzdnsserver&lt;BR /&gt; host 10.10.10.2&lt;BR /&gt;access-list 100 extended permit tcp any host 10.10.10.2 eq domain&lt;BR /&gt;access-list 100 extended permit tcp any host 10.10.10.3 eq www&lt;BR /&gt;access-list 100 extended permit tcp any host 20.20.20.3 eq www&lt;BR /&gt;access-list 100 extended permit tcp any host 20.20.20.4 eq domain&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;object network dmzwebserver&lt;BR /&gt; nat (dmz,outside) static 20.20.20.3 dns&lt;BR /&gt;object network mydmzdnsserver&lt;BR /&gt; nat (dmz,outside) static 20.20.20.4 dns&lt;BR /&gt;access-group 100 in interface outside&lt;/P&gt;
&lt;P&gt;route outside 0.0.0.0 0.0.0.0 20.20.20.2 1&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;class-map myclass&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map mypolicy&lt;BR /&gt; class myclass&lt;BR /&gt; inspect icmp&lt;BR /&gt; inspect http&lt;BR /&gt; inspect dns&lt;BR /&gt;!&lt;BR /&gt;service-policy mypolicy global&lt;/P&gt;
&lt;P&gt;: end&lt;/P&gt;
&lt;P&gt;........................................&lt;/P&gt;
&lt;P&gt;is the issue between ISP dns and dmz dns?????&lt;/P&gt;
&lt;P&gt;pls see the attachment.&lt;/P&gt;
&lt;P&gt;//&lt;/P&gt;
&lt;P&gt;julhas&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2015 07:50:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-at-dmz/m-p/2829106#M173778</guid>
      <dc:creator>tulijulhas</dc:creator>
      <dc:date>2015-12-25T07:50:35Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/problem-at-dmz/m-p/2829107#M173779</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Julhas,&lt;/P&gt;
&lt;P&gt;Remove the last two access-list which are pointing to the public ip.&lt;/P&gt;
&lt;P&gt;Also i could see that you are using 'tcp' for dns access-list instead of 'udp'. Please change that. I guess that is the reason that your users might not able to resolve the ip.&lt;/P&gt;
&lt;P&gt;Also check 'nslookup' on from the host for the website which you are trying to access and see if you are able to the site name to ip.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Akshay Rastogi&lt;/P&gt;
&lt;P&gt;Remember to rate helpful posts.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2015 18:22:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-at-dmz/m-p/2829107#M173779</guid>
      <dc:creator>Akshay Rastogi</dc:creator>
      <dc:date>2015-12-25T18:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Shivapramod M,</title>
      <link>https://community.cisco.com/t5/network-security/problem-at-dmz/m-p/4404232#M1080837</link>
      <description>&lt;P&gt;Can you share the .pkt file with me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 18:32:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-at-dmz/m-p/4404232#M1080837</guid>
      <dc:creator>vedantratnnema201814016</dc:creator>
      <dc:date>2021-05-17T18:32:38Z</dc:date>
    </item>
  </channel>
</rss>

