<?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 Re: DNS Server Redirects? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214801#M835624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I want them to get to, but the "server" that they are pointing to is the interface on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I'm thinking that it "could" be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz1) interface 10.50.50.251 netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the above static, will that hurt our normal DNS on this inside? It should only affect traffic coming in on the dmz1 interface, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2009 13:37:23 GMT</pubDate>
    <dc:creator>John Blakley</dc:creator>
    <dc:date>2009-05-18T13:37:23Z</dc:date>
    <item>
      <title>DNS Server Redirects?</title>
      <link>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214797#M835617</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 100 servers in a DMZ. We did our 2nd phase firewall test this weekend, and I found out that all of the servers in the DMZ are set to look at the firewall's DMZ interface for DNS. The old firewall was a Symantec SGS that did DNS forwarding, so the client could set up their DNS settings to point to the firewall instead of an actual DNS server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found out that there are several hundred people that have their proxy server set up in IE as the firewall's ip address and the port is 80. My questions are this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a.) Is there any way to do a redirect in the ASA for any DNS requests coming in on the DMZ interface, to another server either inbound our outbound? Can I use nat for something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b.) Is there ANY way to be able to configure the ASA to act as a proxy besides cut-through? I just want the request that comes in on port 80 to be allowed out, but I think the ASA is seeing this has web management port, and drops the traffic. (I'm probably wrong on that one.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:33:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214797#M835617</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2019-03-11T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Server Redirects?</title>
      <link>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214798#M835618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a) infact you must use NAT, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz, outside) 10.1.1.1 192.168.1.1 netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'dns' keyword is the magic here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) I believe cut-through is your only option, i.e. statics and ACL combinations to get the outcome you desire&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 13:06:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214798#M835618</guid>
      <dc:creator>handsy</dc:creator>
      <dc:date>2009-05-18T13:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Server Redirects?</title>
      <link>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214799#M835619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One problem that I see is that I can't assign a static to an address that's used on the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DMZ1: 10.45.136.66/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside: 10.50.50.54&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DNS server on the inside: 10.50.50.251&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would my static look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz1) interface 10.50.50.251 netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this work, and would anything get screwed up by this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 13:17:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214799#M835619</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-05-18T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Server Redirects?</title>
      <link>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214800#M835621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So are the DMZ servers pointing at 10.50.50.251 for DNS, or is that the address you want them to get to? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;DMZ servers currently pointing at 10.2.3.4&lt;/P&gt;&lt;P&gt;DMZ servers need to be using 10.50.50.251&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside, dmz1) 10.2.3.4 10.50.50.251 netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This article may help you:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968d1.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968d1.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I'm helping, and not hindering? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 13:33:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214800#M835621</guid>
      <dc:creator>handsy</dc:creator>
      <dc:date>2009-05-18T13:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Server Redirects?</title>
      <link>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214801#M835624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I want them to get to, but the "server" that they are pointing to is the interface on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I'm thinking that it "could" be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz1) interface 10.50.50.251 netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the above static, will that hurt our normal DNS on this inside? It should only affect traffic coming in on the dmz1 interface, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 13:37:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214801#M835624</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-05-18T13:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Server Redirects?</title>
      <link>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214802#M835627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks good, but personally I would want to test that out-of-hours before deploying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how you get on &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 13:41:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214802#M835627</guid>
      <dc:creator>handsy</dc:creator>
      <dc:date>2009-05-18T13:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Server Redirects?</title>
      <link>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214803#M835628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dude....it works.... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a personal at the house that I can test things on. I VPN in from the office and remote into a box at the house. I set up the workstation to point to my ASA as the dns server. When I use the dns tag for doctoring, it says that ALL traffic will be redirected, so instead I did this (and it works too).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) udp interface 53 4.2.2.1 53 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That forwarded all of my traffic to 4.2.2.1, and I was able to get on the internet. That rocks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 14:00:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214803#M835628</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-05-18T14:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Server Redirects?</title>
      <link>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214804#M835632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! Glad you got it working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 15:30:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dns-server-redirects/m-p/1214804#M835632</guid>
      <dc:creator>handsy</dc:creator>
      <dc:date>2009-05-18T15:30:09Z</dc:date>
    </item>
  </channel>
</rss>

