<?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 Dns Resolution to external dns server from dmz in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dns-resolution-to-external-dns-server-from-dmz/m-p/1470643#M707279</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling with dns resolution from a machine located in the dmz. The Inside machines are ok but I want&amp;nbsp; only 1 machine in the Dmz to be able to access the Internet. I have configured the following and I can use the IP address in the browser and pull up a page ok, but not using nslookup on the PC or via the browser. The PC has an external dns server configured 195.14.130.170. I configured the following but just cant get dns queries to work. One extra complication is that there is a vpn configured and this same host is accessed via the vpn (this bit works ok). Have I configured this ok to allow the vpn to configure working and allow this host internet access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (dmz) 1 access-list dmz_nat_outbound&lt;/P&gt;&lt;P&gt;object-group service webservices tcp-udp&lt;BR /&gt; port-object eq www&lt;BR /&gt; port-object eq 443&lt;BR /&gt; port-object eq domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz_nat_outbound extended permit tcp 192.168.20.10 any object-group webservices&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 18:19:29 GMT</pubDate>
    <dc:creator>Communications</dc:creator>
    <dc:date>2019-03-11T18:19:29Z</dc:date>
    <item>
      <title>Dns Resolution to external dns server from dmz</title>
      <link>https://community.cisco.com/t5/network-security/dns-resolution-to-external-dns-server-from-dmz/m-p/1470643#M707279</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling with dns resolution from a machine located in the dmz. The Inside machines are ok but I want&amp;nbsp; only 1 machine in the Dmz to be able to access the Internet. I have configured the following and I can use the IP address in the browser and pull up a page ok, but not using nslookup on the PC or via the browser. The PC has an external dns server configured 195.14.130.170. I configured the following but just cant get dns queries to work. One extra complication is that there is a vpn configured and this same host is accessed via the vpn (this bit works ok). Have I configured this ok to allow the vpn to configure working and allow this host internet access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (dmz) 1 access-list dmz_nat_outbound&lt;/P&gt;&lt;P&gt;object-group service webservices tcp-udp&lt;BR /&gt; port-object eq www&lt;BR /&gt; port-object eq 443&lt;BR /&gt; port-object eq domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz_nat_outbound extended permit tcp 192.168.20.10 any object-group webservices&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:19:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-resolution-to-external-dns-server-from-dmz/m-p/1470643#M707279</guid>
      <dc:creator>Communications</dc:creator>
      <dc:date>2019-03-11T18:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dns Resolution to external dns server from dmz</title>
      <link>https://community.cisco.com/t5/network-security/dns-resolution-to-external-dns-server-from-dmz/m-p/1470644#M707327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you run a packet tracer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input inside udp 192.168.20.10 53 195.14.130.170 53 detailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you could try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add another line to the access-list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz_nat_outbound extended permit &lt;STRONG&gt;udp&lt;/STRONG&gt; 192.168.20.10 any domain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Aug 2010 12:44:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-resolution-to-external-dns-server-from-dmz/m-p/1470644#M707327</guid>
      <dc:creator>rahgovin</dc:creator>
      <dc:date>2010-08-01T12:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dns Resolution to external dns server from dmz</title>
      <link>https://community.cisco.com/t5/network-security/dns-resolution-to-external-dns-server-from-dmz/m-p/1470645#M707359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahgovin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding, I noticed that I had specified TCP in the access list even though I had added domain to the port object group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Help.&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 18:41:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-resolution-to-external-dns-server-from-dmz/m-p/1470645#M707359</guid>
      <dc:creator>Communications</dc:creator>
      <dc:date>2010-08-04T18:41:20Z</dc:date>
    </item>
  </channel>
</rss>

