<?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: nslookup shall prefer one address in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-shall-prefer-one-address/m-p/2814859#M583095</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thank you for the hint.&lt;BR /&gt;I put the following line in the /etc/named.boot&lt;BR /&gt;&lt;BR /&gt;options         no-round-robin&lt;BR /&gt;&lt;BR /&gt;Now it works&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
    <pubDate>Fri, 27 Sep 2002 12:14:21 GMT</pubDate>
    <dc:creator>Peter Klausner_1</dc:creator>
    <dc:date>2002-09-27T12:14:21Z</dc:date>
    <item>
      <title>nslookup shall prefer one address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-shall-prefer-one-address/m-p/2814855#M583091</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;is there a possibilty to determine the order of Ip-Addresse when making an nslookup&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;root @ ovhost-prod&amp;gt; nslookup ovhost&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name:    ovhost.systor.com&lt;BR /&gt;Addresses:  10.122.13.66, 10.122.28.66, 10.122.13.65&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The list of IP-Addresses shall start with 10.122.13.65&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks ind advance &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 10:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-shall-prefer-one-address/m-p/2814855#M583091</guid>
      <dc:creator>Peter Klausner_1</dc:creator>
      <dc:date>2002-09-27T10:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: nslookup shall prefer one address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-shall-prefer-one-address/m-p/2814856#M583092</link>
      <description>Hi,&lt;BR /&gt;yes , it depends on the order of your A records&lt;BR /&gt;placed in your zone data file.&lt;BR /&gt;for example&lt;BR /&gt;If the order is like this&lt;BR /&gt;&lt;BR /&gt;ovhost IN A 10.122.13.65&lt;BR /&gt;ovhost IN A 10.122.28.66&lt;BR /&gt;ovhost IN A 10.122.13.66&lt;BR /&gt;&lt;BR /&gt;Then nslookup will present like this&lt;BR /&gt;(dont forget to restart named after this change)&lt;BR /&gt;&lt;BR /&gt;Name: ovhost.systor.com &lt;BR /&gt;Addresses: 10.122.13.65, 10.122.28.66, 10.122.13.66 &lt;BR /&gt;&lt;BR /&gt;dont forget to restart named after this change&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 10:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-shall-prefer-one-address/m-p/2814856#M583092</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-27T10:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: nslookup shall prefer one address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-shall-prefer-one-address/m-p/2814857#M583093</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the order plays no role. The whole process seems to be random.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Fri, 27 Sep 2002 10:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-shall-prefer-one-address/m-p/2814857#M583093</guid>
      <dc:creator>Peter Klausner_1</dc:creator>
      <dc:date>2002-09-27T10:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: nslookup shall prefer one address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-shall-prefer-one-address/m-p/2814858#M583094</link>
      <description>Hi,&lt;BR /&gt;sorry , misunderstood your question&lt;BR /&gt;&lt;BR /&gt;IF you are using BIND 9 , there is no way to stop this randomness.&lt;BR /&gt;&lt;BR /&gt;But in BIND 8 it is possible ,&lt;BR /&gt;&lt;BR /&gt;put the A records as i told you in my previous &lt;BR /&gt;post. &lt;BR /&gt;&lt;BR /&gt;Edit /etc/named.conf and put this rrset-order option&lt;BR /&gt;&lt;BR /&gt;options { &lt;BR /&gt;        directory "/var/named/"; &lt;BR /&gt;&lt;BR /&gt;rrset-order { order fixed; };&lt;BR /&gt;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;restart named.&lt;BR /&gt;&lt;BR /&gt;that's it.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 10:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-shall-prefer-one-address/m-p/2814858#M583094</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-27T10:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: nslookup shall prefer one address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-shall-prefer-one-address/m-p/2814859#M583095</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thank you for the hint.&lt;BR /&gt;I put the following line in the /etc/named.boot&lt;BR /&gt;&lt;BR /&gt;options         no-round-robin&lt;BR /&gt;&lt;BR /&gt;Now it works&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 12:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nslookup-shall-prefer-one-address/m-p/2814859#M583095</guid>
      <dc:creator>Peter Klausner_1</dc:creator>
      <dc:date>2002-09-27T12:14:21Z</dc:date>
    </item>
  </channel>
</rss>

