<?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: Problem w/ DNS forwarding in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015089#M544280</link>
    <description>You example seems to be wrong, I see two zone1.corp and zone3 is not listed. Have you reloaded named after the file modification?</description>
    <pubDate>Tue, 21 Nov 2006 08:44:12 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-11-21T08:44:12Z</dc:date>
    <item>
      <title>Problem w/ DNS forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015088#M544279</link>
      <description>Everyone,&lt;BR /&gt;&lt;BR /&gt;I am running a DNS server for some domains and am forwarding request for other domains. Here is a sample of my zone configurations...&lt;BR /&gt;&lt;BR /&gt;zone "zone1.corp" {&lt;BR /&gt;type forward;&lt;BR /&gt;forwarders {100.1.19.25; 100.1.1.168; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "zone1.corp" {&lt;BR /&gt;type forward;&lt;BR /&gt;forwarders {100.1.19.11; 100.1.1.88; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "zone2.com" {&lt;BR /&gt;type master;&lt;BR /&gt;file "db.zone1";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;I'm trying to add a second domain to forward to but after modifying the named.conf file in /etc it will still forward to the first domain (zone1) but it is not forwarding the request to the new domain (zone3). I'm running HP-UX 11.11.&lt;BR /&gt;&lt;BR /&gt;What am I missing? Any and all help will be appreciated.</description>
      <pubDate>Tue, 21 Nov 2006 08:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015088#M544279</guid>
      <dc:creator>SDVICK1</dc:creator>
      <dc:date>2006-11-21T08:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem w/ DNS forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015089#M544280</link>
      <description>You example seems to be wrong, I see two zone1.corp and zone3 is not listed. Have you reloaded named after the file modification?</description>
      <pubDate>Tue, 21 Nov 2006 08:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015089#M544280</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-21T08:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem w/ DNS forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015090#M544281</link>
      <description>That was a typo on my part...  It should look like this: &lt;BR /&gt;&lt;BR /&gt;zone "zone1.corp" {&lt;BR /&gt;type forward;&lt;BR /&gt;forwarders {100.1.19.25; 100.1.1.168; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "zone3.corp" {&lt;BR /&gt;type forward;&lt;BR /&gt;forwarders {100.1.19.11; 100.1.1.88; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "zone2.com" {&lt;BR /&gt;type master;&lt;BR /&gt;file "db.zone1";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;And yes, I restarted named.  I did both a sig_named restart and I also manually killed it and restarted the daemon.</description>
      <pubDate>Tue, 21 Nov 2006 08:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015090#M544281</guid>
      <dc:creator>SDVICK1</dc:creator>
      <dc:date>2006-11-21T08:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem w/ DNS forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015091#M544282</link>
      <description>Add the "forward only;" declaration to your zones and then provide the output of:&lt;BR /&gt;&lt;BR /&gt;dig zone1.corp NS&lt;BR /&gt;dig zone2.corp NS&lt;BR /&gt;dig zone3.corp NS</description>
      <pubDate>Tue, 21 Nov 2006 09:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015091#M544282</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-21T09:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem w/ DNS forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015092#M544283</link>
      <description>Please forgive my ignorance...  I just inherited this system so, I'm having to learn on the fly.  When you say "add "forward only"" to the zones, do you mean like this:&lt;BR /&gt;&lt;BR /&gt;zone "zone1.corp" {&lt;BR /&gt;type forward only;&lt;BR /&gt;forwarders {100.1.19.25; 100.1.1.168; };&lt;BR /&gt;};</description>
      <pubDate>Tue, 21 Nov 2006 09:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015092#M544283</guid>
      <dc:creator>SDVICK1</dc:creator>
      <dc:date>2006-11-21T09:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem w/ DNS forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015093#M544284</link>
      <description>Should be like this:&lt;BR /&gt;&lt;BR /&gt;zone "zone3.corp" {&lt;BR /&gt;type forward;&lt;BR /&gt;forward only;&lt;BR /&gt;forwarders {100.1.19.11; 100.1.1.88; };&lt;BR /&gt;};</description>
      <pubDate>Tue, 21 Nov 2006 09:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015093#M544284</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-21T09:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem w/ DNS forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015094#M544285</link>
      <description>Here is the output from the three "dig" commands.  Because I'm having to disguise the true names of the servers, there may be a letter or two missing from a name.  If you have a question about one, let me know.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Nov 2006 10:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015094#M544285</guid>
      <dc:creator>SDVICK1</dc:creator>
      <dc:date>2006-11-21T10:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem w/ DNS forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015095#M544286</link>
      <description>Looks like correct answers are obtained, can you explain the problem again please? With an example if possible.</description>
      <pubDate>Tue, 21 Nov 2006 11:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015095#M544286</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-21T11:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem w/ DNS forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015096#M544287</link>
      <description>Once I entered the "forward only" it started working.  Points will be assigned soon.</description>
      <pubDate>Tue, 21 Nov 2006 11:25:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015096#M544287</guid>
      <dc:creator>SDVICK1</dc:creator>
      <dc:date>2006-11-21T11:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem w/ DNS forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015097#M544288</link>
      <description>Thanx!!</description>
      <pubDate>Tue, 21 Nov 2006 12:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-w-dns-forwarding/m-p/5015097#M544288</guid>
      <dc:creator>SDVICK1</dc:creator>
      <dc:date>2006-11-21T12:23:56Z</dc:date>
    </item>
  </channel>
</rss>

