<?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 Forward DNS request to External DNS in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/forward-dns-request-to-external-dns/m-p/2371635#M271263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you responding. Can this syntax be used for ASA version pre 8.3? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the OpenDNS servers are external DNS servers. I need to route request for 1 external DNS server (Google) to another external DNS server (OpenDNS). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 02:25:26 GMT</pubDate>
    <dc:creator>isomdr</dc:creator>
    <dc:date>2014-02-25T02:25:26Z</dc:date>
    <item>
      <title>Forward DNS request to External DNS</title>
      <link>https://community.cisco.com/t5/network-security/forward-dns-request-to-external-dns/m-p/2371633#M271257</link>
      <description>&lt;P&gt;Right now we use OpenDNS for our webfiltering and have our ASA set to only allow DNS requests out to the OpenDNS servers we have configured. If any device tries to use a different DNS, like Google's, the ASA will just drop the traffic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to do this with iptables. Example;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="box-sizing: border-box; word-wrap: break-word; white-space: pre-wrap; color: #666666; background-color: #ffffff; line-height: 0.48cm;"&gt;&lt;DIV style="box-sizing: border-box; line-height: 18px; word-wrap: break-word;"&gt;iptables -I PREROUTING -t nat -p udp -d 8.8.4.4 --dport 53 -j DNAT --to-destination [&lt;STRONG style="box-sizing: border-box; line-height: 0.48cm;"&gt;OpenDNS server]&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="box-sizing: border-box; line-height: 18px; word-wrap: break-word;"&gt;iptables -I PREROUTING -t nat -p udp -d 8.8.8.8 --dport 53 -j DNAT --to-destination [OpenDNS&lt;STRONG style="box-sizing: border-box; line-height: 0.48cm;"&gt; server]&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now our network is setup with 2 internal DNS, one primary and one backup, that direct all external requests to the OpenDNS servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our ASA "dns guard' is enabled and have the below set as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_in extended permit tcp host 172.17.0.20 host [OpenDNS server]&lt;SPAN style="font-size: 10pt;"&gt; eq domain&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;access-list acl_in extended permit udp host 172.17.0.20 host [OpenDNS server]&lt;SPAN style="line-height: 18.141733169555664px; color: #666666; background-color: #ffffff; white-space: pre-wrap; font-family: monospace; "&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;eq domain&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;access-list acl_in extended permit tcp host 172.17.0.20 host [OpenDNS server] eq domain&lt;/P&gt;&lt;P&gt;access-list acl_in extended permit udp host 172.17.0.20 host [OpenDNS server] eq domain&lt;/P&gt;&lt;P&gt;access-list acl_in extended permit tcp host 172.17.0.21 host [OpenDNS server] eq domain&lt;/P&gt;&lt;P&gt;access-list acl_in extended permit udp host 172.17.0.21 host [OpenDNS server] eq domain&lt;/P&gt;&lt;P&gt;access-list acl_in extended permit tcp host 172.17.0.21 host [OpenDNS server] eq domain&lt;/P&gt;&lt;P&gt;access-list acl_in extended permit udp host 172.17.0.21 host [OpenDNS server] eq domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be able to foreward requests for Google's DNS (8.8.8.8, 8.8.4.4) to OpenDNS. Is this possible?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:32:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-dns-request-to-external-dns/m-p/2371633#M271257</guid>
      <dc:creator>isomdr</dc:creator>
      <dc:date>2019-03-12T03:32:17Z</dc:date>
    </item>
    <item>
      <title>Forward DNS request to External DNS</title>
      <link>https://community.cisco.com/t5/network-security/forward-dns-request-to-external-dns/m-p/2371634#M271260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible to accomplish on the ASA using static Destination NAT.&amp;nbsp; What you will do is NAT any traffic destined to Google's DNS to an Open DNS server.&amp;nbsp; An example is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network googleDNS&lt;/P&gt;&lt;P&gt; host 8.8.8.8&lt;/P&gt;&lt;P&gt;object network OpenDNS&lt;/P&gt;&lt;P&gt; host 10.1.1.2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (Inside,Outside) source static any any destination static googleDNS OpenDNS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 15:42:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-dns-request-to-external-dns/m-p/2371634#M271260</guid>
      <dc:creator>David White</dc:creator>
      <dc:date>2014-01-23T15:42:53Z</dc:date>
    </item>
    <item>
      <title>Forward DNS request to External DNS</title>
      <link>https://community.cisco.com/t5/network-security/forward-dns-request-to-external-dns/m-p/2371635#M271263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you responding. Can this syntax be used for ASA version pre 8.3? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the OpenDNS servers are external DNS servers. I need to route request for 1 external DNS server (Google) to another external DNS server (OpenDNS). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 02:25:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-dns-request-to-external-dns/m-p/2371635#M271263</guid>
      <dc:creator>isomdr</dc:creator>
      <dc:date>2014-02-25T02:25:26Z</dc:date>
    </item>
  </channel>
</rss>

