<?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 resolver in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750979#M585733</link>
    <description>I opened up the file /etc/resolv.conf&lt;BR /&gt;replaced current lines:&lt;BR /&gt;&lt;BR /&gt;nameserver 172.xx.xx.xx&lt;BR /&gt;nameserver 172.xx.xx.xx&lt;BR /&gt;&lt;BR /&gt;with &lt;BR /&gt;&lt;BR /&gt;nameserver 172.00.xx.xx&lt;BR /&gt;nameserver 172.00.xx.xx&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
    <pubDate>Mon, 24 Jun 2002 17:28:03 GMT</pubDate>
    <dc:creator>Teck Sim</dc:creator>
    <dc:date>2002-06-24T17:28:03Z</dc:date>
    <item>
      <title>DNS resolver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750977#M585731</link>
      <description>After I updated DNS resolver addresses on UNIX servers to new DNS server addresses, users are unable to log on to the servers.&lt;BR /&gt;My network guy told me that I have to restart the network services.  What is that mean?&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 24 Jun 2002 17:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750977#M585731</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-06-24T17:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: DNS resolver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750978#M585732</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What exactly were the changes you made to the server?. Can you give us one example?.&lt;BR /&gt;&lt;BR /&gt;If you changed the server names to new IP addresses, then you will need to configure the hostname as well the new IP address on the server.&lt;BR /&gt;&lt;BR /&gt;Make sure /etc/resolv.conf on the servers point to correct DNS resolvers.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 24 Jun 2002 17:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750978#M585732</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-06-24T17:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: DNS resolver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750979#M585733</link>
      <description>I opened up the file /etc/resolv.conf&lt;BR /&gt;replaced current lines:&lt;BR /&gt;&lt;BR /&gt;nameserver 172.xx.xx.xx&lt;BR /&gt;nameserver 172.xx.xx.xx&lt;BR /&gt;&lt;BR /&gt;with &lt;BR /&gt;&lt;BR /&gt;nameserver 172.00.xx.xx&lt;BR /&gt;nameserver 172.00.xx.xx&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Mon, 24 Jun 2002 17:28:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750979#M585733</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-06-24T17:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: DNS resolver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750980#M585734</link>
      <description>There is no need to do anything on your end as far as starting or restarting a service. nameserver resolution is realtime and the resolv.conf file is read for every request. Start by manually requesting a DNS server to provide you with an address with the command:&lt;BR /&gt;&lt;BR /&gt;nslookup some-name dns-server's-IP-address&lt;BR /&gt;&lt;BR /&gt;(in your example: nslookup some-name 172.0.xx.xx)&lt;BR /&gt;&lt;BR /&gt;Did it work? If not, the DNS server is not reachable. Start with a ping to the DNS server's address. If it does not respond, then there is a big network problem in reaching the new DNS servers. If it does respond but nslookup fails, then the server is not responding to your requests for DNS responses.&lt;BR /&gt;&lt;BR /&gt;Now if you do get a response using the above nslookup command, check /etc/resolv.conf, the first IP address listed. Is it the same as the one above? If yes, try nslookup without the dns-server's IP address as the 2nd parameter. Did it report that it can't resolve the DNS server's name? That is a big (but common) problem in the DNS server: it doesn't knwo it's own name! For security, all DNS servers must be able to resolve their own IP address into a name.</description>
      <pubDate>Mon, 24 Jun 2002 17:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750980#M585734</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-06-24T17:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: DNS resolver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750981#M585735</link>
      <description>On each server where you made changes, run 'nslookup' on the server name (command: hostname) and make sure they return the correct IP address that is configured on the server.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 24 Jun 2002 17:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750981#M585735</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-06-24T17:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: DNS resolver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750982#M585736</link>
      <description>Could this be a routing issue? Like your default route is still pointing to 172.xx.xx.xx instead of 172.00.xx.xx?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 24 Jun 2002 17:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750982#M585736</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-24T17:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: DNS resolver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750983#M585737</link>
      <description>Hi Teck,&lt;BR /&gt;&lt;BR /&gt;  Did you do any changes in the /etc/nsswitch.conf file? If you copy the nsswitch.hp_defaults to nsswitch.conf file you will have this problem. Have a look at the /etc/nsswitch.conf file and make sure the source for your password is files (/etc/passwd).</description>
      <pubDate>Mon, 24 Jun 2002 19:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750983#M585737</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-06-24T19:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: DNS resolver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750984#M585738</link>
      <description>Restarting networking on HP-UX can be done quiet simply by executing &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net stop &lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net start &lt;BR /&gt;&lt;BR /&gt;it will stop and restart the network subsets , meaning the rc startup scripting , just make sure that afterwards you control any left over routing entries pointing to old paths if any changes on lancard ip addresses where made and alter accordingly , any changes to DNS servers shoukd be instantanious however</description>
      <pubDate>Tue, 25 Jun 2002 06:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750984#M585738</guid>
      <dc:creator>sven verhaegen</dc:creator>
      <dc:date>2002-06-25T06:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: DNS resolver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750985#M585739</link>
      <description>Hi Teck,&lt;BR /&gt;&lt;BR /&gt;I guess that system's FQDN (fully qualified domain name) has changed - due to different resolution from the new DNS server(s).&lt;BR /&gt;And since CDE store the name of the previously used hostname, it cannot access the screen with the old name, any more...&lt;BR /&gt;Move those users' "$HOME/.dt/" directories to another name (or remove them), and then let them try again - does is work now?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2002 15:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolver/m-p/2750985#M585739</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-06-25T15:42:51Z</dc:date>
    </item>
  </channel>
</rss>

