<?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 named in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/named/m-p/2833747#M938580</link>
    <description>My organization is renumbering its nodes from 142.61.xxx.xxx to 10.xxx.xxx.xxx so that it can segment the network traffic.&lt;BR /&gt;&lt;BR /&gt;I have an HP-UX server with address 142.61.xx.28 , I want to set up and test named with the 10.xxx.xxx.xxx addresses without changing the host itself!   Is this possible?   I have tried it - named  seems to be running but the command &lt;BR /&gt;nslookup &lt;NAME to="" look="" up=""&gt; 142.61.xx.28 &lt;BR /&gt;says that the name server is not available&lt;/NAME&gt;</description>
    <pubDate>Fri, 25 Oct 2002 20:06:04 GMT</pubDate>
    <dc:creator>Peter Brimacombe</dc:creator>
    <dc:date>2002-10-25T20:06:04Z</dc:date>
    <item>
      <title>named</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named/m-p/2833747#M938580</link>
      <description>My organization is renumbering its nodes from 142.61.xxx.xxx to 10.xxx.xxx.xxx so that it can segment the network traffic.&lt;BR /&gt;&lt;BR /&gt;I have an HP-UX server with address 142.61.xx.28 , I want to set up and test named with the 10.xxx.xxx.xxx addresses without changing the host itself!   Is this possible?   I have tried it - named  seems to be running but the command &lt;BR /&gt;nslookup &lt;NAME to="" look="" up=""&gt; 142.61.xx.28 &lt;BR /&gt;says that the name server is not available&lt;/NAME&gt;</description>
      <pubDate>Fri, 25 Oct 2002 20:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named/m-p/2833747#M938580</guid>
      <dc:creator>Peter Brimacombe</dc:creator>
      <dc:date>2002-10-25T20:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: named</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named/m-p/2833748#M938581</link>
      <description>Are you sure you have named setup correctly?&lt;BR /&gt;/etc/named.boot&lt;BR /&gt;/etc/named.db directory&lt;BR /&gt;/etc/named.db/ zone files&lt;BR /&gt;/etc/named.db/ arpa files&lt;BR /&gt;&lt;BR /&gt;man named to get it going and also don't forget about the hpux utiliy hosts_to_named to create the zone files for you from the /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;Also check /var/adm/syslog/syslog.log for named errors that might give you a hint.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2002 20:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named/m-p/2833748#M938581</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2002-10-25T20:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: named</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named/m-p/2833749#M938582</link>
      <description>As far as I know:&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;find:&lt;BR /&gt;IP_ADDRESS[0]=142.61.xx.28&lt;BR /&gt;&lt;BR /&gt;change to:&lt;BR /&gt;IP_ADDRESS[0]=10.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Oct 2002 10:46:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named/m-p/2833749#M938582</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2002-10-28T10:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: named</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named/m-p/2833750#M938583</link>
      <description>If you have your basic named config correct.&lt;BR /&gt;&lt;BR /&gt;You must then just  configure multiplexing.&lt;BR /&gt;&lt;BR /&gt;In the /etc/rc.config.d/netconf file&lt;BR /&gt;add an extra interface&lt;BR /&gt;&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;INTERFACE_NAME[1]=lan0:1&lt;BR /&gt;IP_ADDRESS[1]=10.xxx.xxx.xxx&lt;BR /&gt;SUBNET_MASK=255.yyy.yyy.yyy&lt;BR /&gt;&lt;/SNIP&gt;&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;[1]&amp;lt;-- is one above your current land card number.&lt;BR /&gt;&lt;BR /&gt;now you can do a nslookup&lt;BR /&gt;and then at the &amp;gt; prompt&lt;BR /&gt;type "server 10.xxx.xxx.xxx" and test.&lt;BR /&gt;&lt;BR /&gt;PS. This aught to work ... I am assuming you have a simple networking enviroment. Also make sure the machine that conmnects to the new IP has an IP in the 10.xxx.xxx.xxx range that matches with the subnet mask.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Gerhard&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Oct 2002 11:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named/m-p/2833750#M938583</guid>
      <dc:creator>Gerhard Roets</dc:creator>
      <dc:date>2002-10-28T11:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: named</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named/m-p/2833751#M938584</link>
      <description>Presumably, you added a secondary IP address with something like:&lt;BR /&gt;&lt;BR /&gt;   ifconfig lan0:5 10.1.1.1&lt;BR /&gt;&lt;BR /&gt;But, did you stop/start named so it would find the new address and listen on it?&lt;BR /&gt;&lt;BR /&gt;After doing a stop/start on 'named', execute:&lt;BR /&gt;&lt;BR /&gt;   netstat -an&lt;BR /&gt;&lt;BR /&gt;You should see something like:&lt;BR /&gt;&lt;BR /&gt;  udp  0  0  10.120.212.53&lt;BR /&gt;  udp  0  0  10.1.1.1.53&lt;BR /&gt;  udp  0  0  127.0.0.1.53&lt;BR /&gt;  udp  0  0  10.10.120.12.53&lt;BR /&gt;&lt;BR /&gt;The above system has 3 aliases on the NIC:&lt;BR /&gt;&lt;BR /&gt;   netstat -ivn&lt;BR /&gt;&lt;BR /&gt; Name   Mtu  ... Address&lt;BR /&gt; lan0   1500 ... 10.10.120.12&lt;BR /&gt; lan0:5 1500 ... 10.10.120.212&lt;BR /&gt; lan0:7 1500 ... 10.1.1.1&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Mon, 28 Oct 2002 19:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named/m-p/2833751#M938584</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2002-10-28T19:11:13Z</dc:date>
    </item>
  </channel>
</rss>

