<?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 forward not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forward-not-working/m-p/3833701#M272203</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;I have put the next two zones in the /etc/named.conf, but it didn't work what I want.&lt;BR /&gt;for example, when I do "nslookup belgium.eu.foreigner.mnc123.mcc456.gprs" the dns query will not forward to the extern DNS server 100.100.100.10x. Instead of going to zone "eu.foreigner.mnc123.mcc456.gprs" it goes to zone "mnc123.mcc456.gprs", result --&amp;gt; NXDOMAIN.&lt;BR /&gt;&lt;BR /&gt;Can you guys have a look what is wrong with my configuration??&lt;BR /&gt;&lt;BR /&gt;If you have any idea to solve my problem please let me know.&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;zone "eu.foreigner.mnc123.mcc456.gprs" in {&lt;BR /&gt;        type forward;&lt;BR /&gt;        forwarders {&lt;BR /&gt;              100.100.100.100;&lt;BR /&gt;              100.100.100.101;&lt;BR /&gt;              };&lt;BR /&gt;        forward only;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "mnc123.mcc456.gprs" in {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "root.zone";&lt;BR /&gt;        allow-query {any;};&lt;BR /&gt;        allow-update {none;};&lt;BR /&gt;        allow-transfer {trusted-nameservers;};&lt;BR /&gt;};&lt;BR /&gt;</description>
    <pubDate>Mon, 31 Jul 2006 05:27:28 GMT</pubDate>
    <dc:creator>john ho_3</dc:creator>
    <dc:date>2006-07-31T05:27:28Z</dc:date>
    <item>
      <title>dns forward not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forward-not-working/m-p/3833701#M272203</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I have put the next two zones in the /etc/named.conf, but it didn't work what I want.&lt;BR /&gt;for example, when I do "nslookup belgium.eu.foreigner.mnc123.mcc456.gprs" the dns query will not forward to the extern DNS server 100.100.100.10x. Instead of going to zone "eu.foreigner.mnc123.mcc456.gprs" it goes to zone "mnc123.mcc456.gprs", result --&amp;gt; NXDOMAIN.&lt;BR /&gt;&lt;BR /&gt;Can you guys have a look what is wrong with my configuration??&lt;BR /&gt;&lt;BR /&gt;If you have any idea to solve my problem please let me know.&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;zone "eu.foreigner.mnc123.mcc456.gprs" in {&lt;BR /&gt;        type forward;&lt;BR /&gt;        forwarders {&lt;BR /&gt;              100.100.100.100;&lt;BR /&gt;              100.100.100.101;&lt;BR /&gt;              };&lt;BR /&gt;        forward only;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "mnc123.mcc456.gprs" in {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "root.zone";&lt;BR /&gt;        allow-query {any;};&lt;BR /&gt;        allow-update {none;};&lt;BR /&gt;        allow-transfer {trusted-nameservers;};&lt;BR /&gt;};&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 05:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-forward-not-working/m-p/3833701#M272203</guid>
      <dc:creator>john ho_3</dc:creator>
      <dc:date>2006-07-31T05:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: dns forward not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forward-not-working/m-p/3833702#M272204</link>
      <description>&lt;!--!*#--&gt;Shalom,&lt;BR /&gt;&lt;BR /&gt;Suggest you turn on logging:&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;/etc/named.conf&lt;BR /&gt;&lt;BR /&gt;logging {&lt;BR /&gt;        category lame-servers   { null; };&lt;BR /&gt;        category xfer-in                { null; };&lt;BR /&gt;        category xfer-out               { null; };&lt;BR /&gt;//      category update                 { null; };&lt;BR /&gt;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;Then look at syslog to /var/adm/syslog/syslog .log for furhter information.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 05:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-forward-not-working/m-p/3833702#M272204</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-31T05:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: dns forward not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forward-not-working/m-p/3833703#M272205</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;If I trun on debug in DNS server I see this:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set debug&lt;BR /&gt;&amp;gt; belgium.eu.foreigner.mnc123.mcc456.gprs&lt;BR /&gt;Server:         127.0.0.1&lt;BR /&gt;Address:        127.0.0.1#53&lt;BR /&gt;&lt;BR /&gt;------------&lt;BR /&gt;    QUESTIONS:&lt;BR /&gt;        belgium.eu.foreigner.mnc123.mcc456.gprs, type = A, class = IN&lt;BR /&gt;    ANSWERS:&lt;BR /&gt;    AUTHORITY RECORDS:&lt;BR /&gt;    -&amp;gt;  mnc123.mcc456.gprs&lt;BR /&gt;        origin = dnsint01.mnc123.mcc456.gprs&lt;BR /&gt;        mail addr = root.mnc123.mcc456.gprs&lt;BR /&gt;        serial = 2006071001&lt;BR /&gt;        refresh = 10800&lt;BR /&gt;        retry = 3600&lt;BR /&gt;        expire = 432000&lt;BR /&gt;        minimum = 86400&lt;BR /&gt;    ADDITIONAL RECORDS:&lt;BR /&gt;------------&lt;BR /&gt;** server can't find belgium.eu.foreigner.mnc123.mcc456.gprs: NXDOMAIN&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;As you can see it goes to the zone "mnc123.mcc456.gprs and not to zone "eu.foreigner.mnc123.mcc456.gprs".&lt;BR /&gt;&lt;BR /&gt;any clue?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Mon, 31 Jul 2006 06:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-forward-not-working/m-p/3833703#M272205</guid>
      <dc:creator>john ho_3</dc:creator>
      <dc:date>2006-07-31T06:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: dns forward not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forward-not-working/m-p/3833704#M272206</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Did you bounce the named daemon after modifying named.conf?&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/named stop&lt;BR /&gt;# /sbin/init.d/named start&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 31 Jul 2006 07:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-forward-not-working/m-p/3833704#M272206</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-07-31T07:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: dns forward not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-forward-not-working/m-p/3833705#M272207</link>
      <description>hi,&lt;BR /&gt;DNS daemon was not really restart.&lt;BR /&gt;I had done rndc reload and I had checked the syslog.log and it is ok no error after the next messages: &lt;BR /&gt;&lt;BR /&gt;Jul 31 15:34:41.129 general: info: loading configuration from '/etc/named.conf'&lt;BR /&gt;&lt;BR /&gt;so any clue??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;//john</description>
      <pubDate>Mon, 31 Jul 2006 08:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-forward-not-working/m-p/3833705#M272207</guid>
      <dc:creator>john ho_3</dc:creator>
      <dc:date>2006-07-31T08:37:09Z</dc:date>
    </item>
  </channel>
</rss>

