<?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 / Redirect in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dns-rewrite-redirect/m-p/2507913#M235641</link>
    <description>&lt;P&gt;Hi There.&lt;/P&gt;&lt;P&gt;I want to achieve DNS rewrite for my users at the&lt;STRONG&gt; inside interface (192.168.0.1/24).&lt;/STRONG&gt; So when they to reach &lt;A href="http://www.myactivedirectory.com" target="_blank"&gt;www.myactivedirectory.com&lt;/A&gt;&lt;STRONG&gt; 7.7.7.7 (on the mypages interface) &lt;/STRONG&gt;the ASA should translate/rewrite 7.7.7.7 (orginal request) into &lt;STRONG&gt;8.8.8.8 (on the tmg interface)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;How can solve this ? The alias commands dosent work anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA 8.2(4)&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 04:37:00 GMT</pubDate>
    <dc:creator>Roger Base</dc:creator>
    <dc:date>2019-03-12T04:37:00Z</dc:date>
    <item>
      <title>DNS Rewrite / Redirect</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-redirect/m-p/2507913#M235641</link>
      <description>&lt;P&gt;Hi There.&lt;/P&gt;&lt;P&gt;I want to achieve DNS rewrite for my users at the&lt;STRONG&gt; inside interface (192.168.0.1/24).&lt;/STRONG&gt; So when they to reach &lt;A href="http://www.myactivedirectory.com" target="_blank"&gt;www.myactivedirectory.com&lt;/A&gt;&lt;STRONG&gt; 7.7.7.7 (on the mypages interface) &lt;/STRONG&gt;the ASA should translate/rewrite 7.7.7.7 (orginal request) into &lt;STRONG&gt;8.8.8.8 (on the tmg interface)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;How can solve this ? The alias commands dosent work anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA 8.2(4)&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:37:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-redirect/m-p/2507913#M235641</guid>
      <dc:creator>Roger Base</dc:creator>
      <dc:date>2019-03-12T04:37:00Z</dc:date>
    </item>
    <item>
      <title>Hi, Can you explain bit more</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-redirect/m-p/2507914#M235645</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you explain bit more on your query?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;say if a user 192.168.0.100 from inside if he tried to access a URL &lt;A href="https://community.cisco.com/www.myactivedirectory.com" target="_blank"&gt;www.myactivedirectory.com&lt;/A&gt; (7.7.7.7) asa should redirect the user to 8.8.8.8 instead of the original destination ip right?&lt;/P&gt;&lt;P&gt;or you want to issue the private or real ip of the server instead of the public ip?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2014 12:25:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-redirect/m-p/2507914#M235645</guid>
      <dc:creator>nkarthikeyan</dc:creator>
      <dc:date>2014-08-13T12:25:20Z</dc:date>
    </item>
    <item>
      <title>Sorry for the confusion.When</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-redirect/m-p/2507915#M235648</link>
      <description>&lt;P&gt;Sorry for the confusion.&lt;/P&gt;&lt;P&gt;When you are on the Testusers subnet you will access &lt;A href="http://mypage.local" target="_blank"&gt;http://mypage.local&lt;/A&gt; with dns record of 172.17.212.20 (servers subnet) (I wanna rewrite that record with 192.168.8.10 on my ASA Hotspot subnet.)&lt;/P&gt;&lt;P&gt;But the rule I wrote dosent seem to affect that.&lt;/P&gt;&lt;P&gt;static (Servers,Testusers) 192.168.8.10 172.17.212.20 netmask 255.255.255.255 dns&lt;BR /&gt;static (Testusers,Servers) 192.168.8.10 172.17.212.20 netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;DNS inspection is ON&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2.8&lt;BR /&gt;nameif Hotspost&lt;BR /&gt;security-level 65&lt;BR /&gt;ip address 192.168.8.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2.212&lt;BR /&gt;nameif Servers&lt;BR /&gt;security-level 75&lt;BR /&gt;ip address 172.17.212.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2.74&lt;BR /&gt;nameif Testusers&lt;BR /&gt;security-level 40&lt;BR /&gt;ip address 172.17.74.1 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2014 12:45:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-redirect/m-p/2507915#M235648</guid>
      <dc:creator>Roger Base</dc:creator>
      <dc:date>2014-08-13T12:45:33Z</dc:date>
    </item>
    <item>
      <title>Hi, Using 192.168.8.10 (</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-redirect/m-p/2507916#M235651</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using 192.168.8.10 ( which belongs to hotspot interface range) is quite improper here in this case.... we need to do a different method, let me check if that can be done possibly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2014 13:02:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-redirect/m-p/2507916#M235651</guid>
      <dc:creator>nkarthikeyan</dc:creator>
      <dc:date>2014-08-13T13:02:39Z</dc:date>
    </item>
    <item>
      <title>It should be possible to this</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-redirect/m-p/2507917#M235657</link>
      <description>&lt;P&gt;It should be possible to this on 3 diffrent interfaces.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2014 13:34:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-redirect/m-p/2507917#M235657</guid>
      <dc:creator>Roger Base</dc:creator>
      <dc:date>2014-08-13T13:34:06Z</dc:date>
    </item>
  </channel>
</rss>

