<?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 on ASA 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dns-rewrite-on-asa-5510/m-p/2597150#M202734</link>
    <description>&lt;P&gt;We have a guest wireless network configured that grants internet access only to users. The guest traffic is coming from a port on our 5508 WLC directly to the "guest"&amp;nbsp;interface on our ASA 5510 (security level 50). The clients get DHCP from the WLC&amp;nbsp;and DNS from external (ISP) DNS servers. Everything works great with one exception. We host our company website on the internal network ("inside" interface -&amp;nbsp;security level 100). We need our guests to be able to access this internal web server.&lt;/P&gt;&lt;P&gt;After doing some research, it looks like I can accomplish this with DNS rewrite.&lt;/P&gt;&lt;P&gt;I would greatly appreciate configurations recommendations and command syntax for both the NAT command and ACL entry.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 05:11:14 GMT</pubDate>
    <dc:creator>John Woods</dc:creator>
    <dc:date>2019-03-12T05:11:14Z</dc:date>
    <item>
      <title>DNS Rewrite on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-on-asa-5510/m-p/2597150#M202734</link>
      <description>&lt;P&gt;We have a guest wireless network configured that grants internet access only to users. The guest traffic is coming from a port on our 5508 WLC directly to the "guest"&amp;nbsp;interface on our ASA 5510 (security level 50). The clients get DHCP from the WLC&amp;nbsp;and DNS from external (ISP) DNS servers. Everything works great with one exception. We host our company website on the internal network ("inside" interface -&amp;nbsp;security level 100). We need our guests to be able to access this internal web server.&lt;/P&gt;&lt;P&gt;After doing some research, it looks like I can accomplish this with DNS rewrite.&lt;/P&gt;&lt;P&gt;I would greatly appreciate configurations recommendations and command syntax for both the NAT command and ACL entry.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:11:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-on-asa-5510/m-p/2597150#M202734</guid>
      <dc:creator>John Woods</dc:creator>
      <dc:date>2019-03-12T05:11:14Z</dc:date>
    </item>
    <item>
      <title>Hi,Let me assume these</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-on-asa-5510/m-p/2597151#M202735</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Let me assume these parameters to describe this for you :-&lt;/P&gt;&lt;P&gt;Web server(inside):- 10.2.2.3&lt;/P&gt;&lt;P&gt;Users:- DMZ[172.16.0.0/24]&lt;/P&gt;&lt;P&gt;Natted IP for Web Server:- 2.2.2.2&lt;/P&gt;&lt;P&gt;You simply need to use this NAT statement:-&lt;/P&gt;&lt;P&gt;object network DMZ-Inside&lt;/P&gt;&lt;P&gt;host 10.2.2.3&lt;/P&gt;&lt;P&gt;nat (DMZ,inside) static 2.2.2.2&lt;/P&gt;&lt;P&gt;Access list should allow the traffic to the private IP from the DMZ inbound to inside interface.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2014 14:58:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-on-asa-5510/m-p/2597151#M202735</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-12-05T14:58:04Z</dc:date>
    </item>
    <item>
      <title>Well, the short version for</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-on-asa-5510/m-p/2597152#M202736</link>
      <description>&lt;P&gt;Well, the short version for configuring DNS rewrite for the webserver is to add the DNS keyword to the end of the existing NAT statement for that webserver.&lt;/P&gt;&lt;P&gt;You will then need to also allow traffic from the wireless clients to the webserver private IP on the ASA guest interface.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2014 21:45:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-on-asa-5510/m-p/2597152#M202736</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-12-05T21:45:50Z</dc:date>
    </item>
    <item>
      <title>Hi,Also , if you use the "DNS</title>
      <link>https://community.cisco.com/t5/network-security/dns-rewrite-on-asa-5510/m-p/2597153#M202737</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Also , if you use the "DNS" keyword on the ASA with the STatic NAT , you need to make sure that the DNS queries actually go through the ASA device and it will not work if you have an internal DNS server defined on the clients on the same subnet or behind the same interface.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Sat, 06 Dec 2014 06:04:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-rewrite-on-asa-5510/m-p/2597153#M202737</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-12-06T06:04:35Z</dc:date>
    </item>
  </channel>
</rss>

