<?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 Forwarding in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forwarding/m-p/3432743#M563655</link>
    <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;Check this post from yesterday.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=752565" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=752565&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Tue, 30 Nov 2004 04:23:53 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2004-11-30T04:23:53Z</dc:date>
    <item>
      <title>DNS Forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forwarding/m-p/3432742#M563654</link>
      <description>Good morning,&lt;BR /&gt;&lt;BR /&gt;I have a DNS root server (internal network) running bind 8.3.3 (also tried on 9.2.2).  I have been asked to set up a forwarder to allow domain.net. to be forwarded to a private network though firewalls.&lt;BR /&gt;I have read all the info and it appeared to be as easy as adding this to the named.conf file;&lt;BR /&gt;&lt;BR /&gt;zone "domain.net" {&lt;BR /&gt;        type forward;&lt;BR /&gt;        forwarders { xx.xx.xx.xx ; };&lt;BR /&gt;        forward only;&lt;BR /&gt;        };&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I did this and it did not work.  I have tried to forward everything but supplied a empty list of forwarders in the included named.conf file for our internal top level domain.  This did not work.  To test it I supplied another dev server as a dns server and all the requests were forwarded but still not the domain.net names.&lt;BR /&gt;&lt;BR /&gt;Has anyone ever done this and is there something I am missing?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2004 04:01:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-forwarding/m-p/3432742#M563654</guid>
      <dc:creator>Mike Duffy_1</dc:creator>
      <dc:date>2004-11-30T04:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forwarding/m-p/3432743#M563655</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;Check this post from yesterday.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=752565" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=752565&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 30 Nov 2004 04:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-forwarding/m-p/3432743#M563655</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-11-30T04:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forwarding/m-p/3432744#M563656</link>
      <description>Thanks for the info but it is not what I am after.  I need to continue to use my root doamin server to service requests but anything for domain.net should be passed out to a specific dns server on a private network.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2004 04:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-forwarding/m-p/3432744#M563656</guid>
      <dc:creator>Mike Duffy_1</dc:creator>
      <dc:date>2004-11-30T04:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forwarding/m-p/3432745#M563657</link>
      <description>Put the forward in the Option area like so:&lt;BR /&gt;&lt;BR /&gt;I do this for a particular zone:&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;        directory        "/etc/namedb";&lt;BR /&gt;        forwarders       {&lt;BR /&gt;                X.X.X.1; X.X.X.2; Y.Y.Y.Y;  // first 2 are internet servers last 1 is for session.specialdomain.com&lt;BR /&gt;         };&lt;BR /&gt;        forward only;                   // while in transition&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then the zone section like so:&lt;BR /&gt;&lt;BR /&gt;// special zone for specialdomain.com&lt;BR /&gt;&lt;BR /&gt;zone "specialdomain.com" in {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "named.specialdomain.com";&lt;BR /&gt;        allow-transfer {&lt;BR /&gt;                192.168/16;&lt;BR /&gt;                127.0.0.1;&lt;BR /&gt;        };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The actual zone file:&lt;BR /&gt;&lt;BR /&gt;$ORIGIN .&lt;BR /&gt;$TTL 14400      ; 4 hours&lt;BR /&gt;rservices.com    IN  SOA sentinel.specialdomain.com. dnsguy.mydomain.ca. (&lt;BR /&gt;                        18 10800 1800 3600000 259200)&lt;BR /&gt;        IN      NS      sentinel.specialdomain.com.&lt;BR /&gt;sentinel.specialdomain.com. IN      A       192.168.162.157&lt;BR /&gt;session.specialdomain.com.  IN      NS      ss1.specialdomain.com.&lt;BR /&gt;ss1.specialdomain.com.      IN      A       Y.Y.Y.200&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So what does that do?  instead of me checking the "real" domain for specialdomain.com for the A record of ss1.specialdomain.com, we set it to Y.Y.Y.200 - which really isn't advertised.  Then for all other requests, check the forwarder Y.Y.Y.Y name server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2004 08:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-forwarding/m-p/3432745#M563657</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-11-30T08:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forwarding/m-p/3432746#M563658</link>
      <description>Geoff,&lt;BR /&gt;&lt;BR /&gt;Thanks for the detailed response.  We tried it and had problems.  We have gone back to the third party who are offering the DNS service and they gave us misleading info! We have discovered a much simpler fix and will test it tonight.&lt;BR /&gt;&lt;BR /&gt;I will post the resolution if it works just in case someone else has the same problem.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2004 11:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-forwarding/m-p/3432746#M563658</guid>
      <dc:creator>Mike Duffy_1</dc:creator>
      <dc:date>2004-11-30T11:56:21Z</dc:date>
    </item>
  </channel>
</rss>

