<?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 rewrite for outside interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dns-rewrite-for-outside-interface/m-p/1408789#M728580</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For hosts on the dmz when connecting from the inside we use the static with dns command for dns rewrite (external dns) , but i would like to use this for the ip/dns on the outside interface to, is this somehow possible, to rewrite the external outside ip to the internal inside ip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't have a dns on the inside for this, it's possible, but wanted to check if this was possible to configure on the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 17:21:54 GMT</pubDate>
    <dc:creator>Johan Svanberg</dc:creator>
    <dc:date>2019-03-11T17:21:54Z</dc:date>
    <item>
      <title>DNS rewrite for outside interface</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-for-outside-interface/m-p/1408789#M728580</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For hosts on the dmz when connecting from the inside we use the static with dns command for dns rewrite (external dns) , but i would like to use this for the ip/dns on the outside interface to, is this somehow possible, to rewrite the external outside ip to the internal inside ip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't have a dns on the inside for this, it's possible, but wanted to check if this was possible to configure on the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:21:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-for-outside-interface/m-p/1408789#M728580</guid>
      <dc:creator>Johan Svanberg</dc:creator>
      <dc:date>2019-03-11T17:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: DNS rewrite for outside interface</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-for-outside-interface/m-p/1408790#M728582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if I understand your questions correctly, but this link should help-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://blogs.interfacett.com/mike-storm/2006/6/29/bidirectional-nat-on-a-cisco-pix-or-asa.html"&gt;http://blogs.interfacett.com/mike-storm/2006/6/29/bidirectional-nat-on-a-cisco-pix-or-asa.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 16:57:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-for-outside-interface/m-p/1408790#M728582</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2010-03-15T16:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNS rewrite for outside interface</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-for-outside-interface/m-p/1408791#M728583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Your question is not very clear as to where your users/client and server would be located (which ifc of ASA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Though what I understand, is that you want to have internal (behind inside ifc of ASA) users and you want them to be able to access an external website using an internal IP even though the external DNS server sends server's external IP address in the DNS reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, here firewall needs to rewrite the DNS qreply packet coming back to client. This scenario of "Destination NAT" can be achieved as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) &lt;INTERNAL_IP_OF_SERVER&gt; &lt;EXTERNAL_IP_OF_SERVER&gt; netmask 255.255.255.255 dns&lt;/EXTERNAL_IP_OF_SERVER&gt;&lt;/INTERNAL_IP_OF_SERVER&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 05:30:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-for-outside-interface/m-p/1408791#M728583</guid>
      <dc:creator>vilaxmi</dc:creator>
      <dc:date>2010-03-16T05:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: DNS rewrite for outside interface</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-for-outside-interface/m-p/1408792#M728585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying, i'm not being really clear about this myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to do like below but i understand thats not possible, just as an example for the dns rewrite. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) &amp;lt;&lt;STRONG&gt;inside_interface_ip&lt;/STRONG&gt;&amp;gt; &amp;lt;&lt;STRONG&gt;outside_interface_ip&lt;/STRONG&gt;&amp;gt; netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When users on the inside connects to &lt;A href="https://vpn.company.com"&gt;https://vpn.company.com&lt;/A&gt; they get from the external dns the &lt;STRONG&gt;outside_interface_ip&lt;/STRONG&gt;, so i would like the firewall to rewrite the dns reply with the &lt;STRONG&gt;inside_interface_ip&lt;/STRONG&gt; instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is only a one timer when we need to install the vpnclient and its smooth to use the webvpn functions for this and i use group alias for this and we use certficate authentication, so i would like to use the same dns name, but we dont have an dns on the inside for this, it's possible, but i wanted to check if i could get this to work with the firewall instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very like the scenario where we have resources on the dmz and both external users and inside users need to connect with dns address to the servers, for this we have the static nat with dns configured and works great, but i would like the same rewrite but from the outside_interface_ip to the inside_interface_ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or get the inside users to connect to the vpn service on the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 09:54:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-for-outside-interface/m-p/1408792#M728585</guid>
      <dc:creator>Johan Svanberg</dc:creator>
      <dc:date>2010-03-16T09:54:28Z</dc:date>
    </item>
  </channel>
</rss>

