<?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: DNS through DMZ not working in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946282#M918492</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define which subnet you want to come in in the acl as right now all you have is 192.168.0.x 255.255.255.0 allowed for dns.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit tcp 192.168.0.0 255.255.255.0 host 192.168.200.21 eq domain &lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit udp 192.168.0.0 255.255.255.0 host 192.168.200.21 eq domain &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2008 13:34:53 GMT</pubDate>
    <dc:creator>ROBERT DERY</dc:creator>
    <dc:date>2008-06-12T13:34:53Z</dc:date>
    <item>
      <title>DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946281#M918490</link>
      <description>&lt;P&gt;I have a DMZ on my ASA 5510 that is working for everything except internal DNS.  If I try to ping an internal IP of 192.168.200.10 it responds but if I try to ping that IP by name it won't resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the DMZ related part of the config:&lt;/P&gt;&lt;P&gt;static (Inside,DMZ1) 10.10.0.0 10.10.0.0 netmask 255.255.0.0&lt;/P&gt;&lt;P&gt;static (Inside,DMZ1) 192.168.16.0 192.168.16.0 netmask 255.255.248.0&lt;/P&gt;&lt;P&gt;static (Inside,DMZ1) 192.168.100.0 192.168.100.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;static (Inside,DMZ1) 192.168.200.0 192.168.200.0 netmask 255.255.248.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit tcp host 192.168.0.25 host 192.168.200.15 eq 1433&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit tcp host 192.168.0.25 host 192.168.200.45 eq 1433&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit tcp host 192.168.0.25 host 192.168.200.61 eq 1433&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit tcp host 192.168.0.25 host 192.168.200.51 eq 54321&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit tcp host 192.168.0.25 host 192.168.100.7 eq 1433&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit tcp host 192.168.0.25 host 192.168.200.3 eq www&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit icmp any any echo&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit tcp 192.168.0.0 255.255.255.0 host 192.168.200.21 eq domain&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit udp 192.168.0.0 255.255.255.0 host 192.168.200.21 eq domain&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit tcp 192.168.0.0 255.255.255.0 host 192.168.200.7 eq domain&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit udp 192.168.0.0 255.255.255.0 host 192.168.200.7 eq domain&lt;/P&gt;&lt;P&gt;access-list dmz1 extended deny ip 192.168.0.0 255.255.255.0 192.168.16.0 255.255.248.0&lt;/P&gt;&lt;P&gt;access-list dmz1 extended deny ip 192.168.0.0 255.255.255.0 192.168.200.0 255.255.248.0&lt;/P&gt;&lt;P&gt;access-list dmz1 extended deny ip 192.168.0.0 255.255.255.0 192.168.100.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list dmz1 extended deny ip 192.168.0.0 255.255.255.0 10.10.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that I'm allowing DNS through the 'eq domain' statements above but the only way I have had to create a host file on the DMZ server to get it working.  Any thoughts?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:58:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946281#M918490</guid>
      <dc:creator>qbakies11</dc:creator>
      <dc:date>2019-03-11T12:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946282#M918492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define which subnet you want to come in in the acl as right now all you have is 192.168.0.x 255.255.255.0 allowed for dns.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit tcp 192.168.0.0 255.255.255.0 host 192.168.200.21 eq domain &lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit udp 192.168.0.0 255.255.255.0 host 192.168.200.21 eq domain &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 13:34:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946282#M918492</guid>
      <dc:creator>ROBERT DERY</dc:creator>
      <dc:date>2008-06-12T13:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946283#M918493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not understand what you are trying to say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't my statement allow anything in the 192.168.0.0/24 subnet to pass DNS to 192.168.200.21?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 13:40:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946283#M918493</guid>
      <dc:creator>qbakies11</dc:creator>
      <dc:date>2008-06-12T13:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946284#M918494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now you are only allowing the following subnets:&lt;/P&gt;&lt;P&gt;static (Inside,DMZ1) 192.168.16.0 192.168.16.0 netmask 255.255.248.0 &lt;/P&gt;&lt;P&gt;static (Inside,DMZ1) 192.168.100.0 192.168.100.0 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;static (Inside,DMZ1) 192.168.200.0 192.168.200.0 netmask 255.255.248.0 &lt;/P&gt;&lt;P&gt;no 192.168.0.0 is defined. Or you can change the mask in the acl to say for eg.&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit tcp 192.168.0.0 255.255.0.0 host 192.168.200.21 eq domain &lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit udp 192.168.0.0 255.255.0.0 host 192.168.200.21 eq domain &lt;/P&gt;&lt;P&gt;Note: the mask changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 13:45:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946284#M918494</guid>
      <dc:creator>ROBERT DERY</dc:creator>
      <dc:date>2008-06-12T13:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946285#M918495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried both of the above suggestions and neither of them worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 14:04:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946285#M918495</guid>
      <dc:creator>qbakies11</dc:creator>
      <dc:date>2008-06-12T14:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946286#M918496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, didn't read the full question as you are trying to get there via name. Do a packet trace in the gui and it will tell you exactly where it fails.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 14:13:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946286#M918496</guid>
      <dc:creator>ROBERT DERY</dc:creator>
      <dc:date>2008-06-12T14:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946287#M918497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a packet trace through the ASDM and got the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result - The packet is dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Info: (inspect-dns-invalid-pak) DNS Inspect invalid packet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this mean I need to do something to the inspection list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 14:30:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946287#M918497</guid>
      <dc:creator>qbakies11</dc:creator>
      <dc:date>2008-06-12T14:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946288#M918498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the packet-tracer output?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input DMZ1 udp 192.168.0.5 1025  192.168.200.21  53 detailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also "show run all policy-map"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 14:37:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946288#M918498</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-12T14:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946289#M918499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is the output from those commands.  I changed the 192.168.0.5 to 192.168.0.25 because it is actually the IP of my webserver in the DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:  I had to attach the results in the following message.  Please see below for the attachment.  Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 14:43:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946289#M918499</guid>
      <dc:creator>qbakies11</dc:creator>
      <dc:date>2008-06-12T14:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946290#M918500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to attach the results because they were to large.  They are attached here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 14:48:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946290#M918500</guid>
      <dc:creator>qbakies11</dc:creator>
      <dc:date>2008-06-12T14:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946291#M918501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This output you are seeing sees normal (because we are sending a NON-DNS packet on the DNS port), try to add the following lines in your config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect dns migrated_dns_map_1&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 1024&lt;/P&gt;&lt;P&gt;  no message-length maximum server&lt;/P&gt;&lt;P&gt;  no message-length maximum client&lt;/P&gt;&lt;P&gt;  no dns-guard&lt;/P&gt;&lt;P&gt;  no protocol-enforcement&lt;/P&gt;&lt;P&gt;  nat-rewrite&lt;/P&gt;&lt;P&gt;  no id-randomization&lt;/P&gt;&lt;P&gt;  no id-mismatch&lt;/P&gt;&lt;P&gt;  no tsig enforced&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or even&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  no inspect dns migrated_dns_map_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 15:13:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946291#M918501</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-12T15:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946292#M918502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to adjust the inspect dns parameters and that didn't work so I completely removed the inspect dns entry and that did not work either.  I still get the same 'DNS Inspect invalid packet'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 15:37:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946292#M918502</guid>
      <dc:creator>qbakies11</dc:creator>
      <dc:date>2008-06-12T15:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946293#M918503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No please stop using the packet-tracer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use that DMZ machine to do an actual nslookup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 15:52:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946293#M918503</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-12T15:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946294#M918504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked.  Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 15:58:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946294#M918504</guid>
      <dc:creator>qbakies11</dc:creator>
      <dc:date>2008-06-12T15:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946295#M918505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok great. If you like you can put the DNS map back, and try which of those commands was actually causing the problem by enabling one at a time and then checking. The 512 limit, the protocol enforcement or dns-guard. Just make sure you do clear local-host after every change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 16:05:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946295#M918505</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-12T16:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946296#M918506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue was giving me a hard time too.  I tried your fix and it worked great.  Thanks Farrukh!  Your posts are always helpful.&lt;/P&gt;&lt;P&gt;And.... what's up with the packet tracer?  Some times it's helpful and other times it's very misleading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 16:05:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946296#M918506</guid>
      <dc:creator>kristyorr</dc:creator>
      <dc:date>2008-09-16T16:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: DNS through DMZ not working</title>
      <link>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946297#M918507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The packet-tracer was just used to make sure the firewall function is OK. It does not really generate a 'valid DNS packet', so it not be a proper test. Thats why I asked to stop using the packter tracer and test using real DNS packet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway I'm glad I could help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 19:14:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-through-dmz-not-working/m-p/946297#M918507</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-09-16T19:14:52Z</dc:date>
    </item>
  </channel>
</rss>

