<?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: Changing DNS Servers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360312#M566161</link>
    <description>reguarding the DNS server name in the hosts file, it doesn't need to be, but it's a good idea. &lt;BR /&gt;&lt;BR /&gt;check your nssswitch.conf and make sure the hosts line looks something like this&lt;BR /&gt;&lt;BR /&gt;hosts: DNS [not found=continue error=continue] FILES&lt;BR /&gt;&lt;BR /&gt;could someone check the syntax of that, it's been a while. i'm certain of the content, just not the puncuation.</description>
    <pubDate>Thu, 19 Aug 2004 09:03:09 GMT</pubDate>
    <dc:creator>Thomas Bianco</dc:creator>
    <dc:date>2004-08-19T09:03:09Z</dc:date>
    <item>
      <title>Changing DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360308#M566157</link>
      <description>I've been using a DNS server outside our firewall at address 130.110... Now I want to use a DNS server on a Windoze machine inside the fire wall at address 10.64... Using SAM I added the address as first Name Resolver, but when I tried an nslookup, after a long wait it gave me:&lt;BR /&gt;&lt;BR /&gt;# nslookup xyz.us.abc.com&lt;BR /&gt;&lt;BR /&gt;*** Can't find server name for address 10.64...:  Server failed &lt;BR /&gt;Using /etc/hosts on: hpysm&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name:  xyz.us.abc.com&lt;BR /&gt;&lt;FOUND using="" the="" 130.110...="" dns="" server=""&gt; &lt;BR /&gt;&lt;BR /&gt;Why can't I get 10.64... to work?&lt;BR /&gt;&lt;/FOUND&gt;</description>
      <pubDate>Wed, 18 Aug 2004 14:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360308#M566157</guid>
      <dc:creator>Ed Hon</dc:creator>
      <dc:date>2004-08-18T14:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360309#M566158</link>
      <description>&lt;BR /&gt;Look at your /etc/resolv.conf file.&lt;BR /&gt;It should contain the following lines:&lt;BR /&gt;&lt;BR /&gt;domain &lt;YOUR_MACHINES_DOMAIN&gt;&lt;BR /&gt;nameserver 10.64... &lt;BR /&gt;nameserver &lt;ALTERNATE dns="" server=""&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure both nameservers are valid, and be sure to use IP addresses.&lt;BR /&gt;&lt;BR /&gt;Is "us.abc.com" your clients domain name?  Check with your windows admin to make sure the DNS server is configured to resolve hosts outside of your domain.&lt;/ALTERNATE&gt;&lt;/YOUR_MACHINES_DOMAIN&gt;</description>
      <pubDate>Wed, 18 Aug 2004 14:42:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360309#M566158</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2004-08-18T14:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360310#M566159</link>
      <description>Start with ping.&lt;BR /&gt;&lt;BR /&gt;# ping 10.64.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;and then telnet to port 53&lt;BR /&gt;&lt;BR /&gt;# telnet 10.64.xxx.xxx 53&lt;BR /&gt;&lt;BR /&gt;Try from a machine that can reach the DNS server without using the firewall.&lt;BR /&gt;&lt;BR /&gt;Since the DNS server is inside the firewall, check with your firewall admin if the port 53 UDP/TCP is resticted to only some clients &lt;BR /&gt;</description>
      <pubDate>Wed, 18 Aug 2004 15:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360310#M566159</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-08-18T15:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360311#M566160</link>
      <description>us.abb.com is in the client's domain.  The 10.64... address is reachable by ping and telnet port 53.  /etc/resolv.conf looks good. I wonder - does the IP address of the DNS server itself have to be in the name resolution  table?</description>
      <pubDate>Thu, 19 Aug 2004 08:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360311#M566160</guid>
      <dc:creator>Ed Hon</dc:creator>
      <dc:date>2004-08-19T08:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Changing DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360312#M566161</link>
      <description>reguarding the DNS server name in the hosts file, it doesn't need to be, but it's a good idea. &lt;BR /&gt;&lt;BR /&gt;check your nssswitch.conf and make sure the hosts line looks something like this&lt;BR /&gt;&lt;BR /&gt;hosts: DNS [not found=continue error=continue] FILES&lt;BR /&gt;&lt;BR /&gt;could someone check the syntax of that, it's been a while. i'm certain of the content, just not the puncuation.</description>
      <pubDate>Thu, 19 Aug 2004 09:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360312#M566161</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2004-08-19T09:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360313#M566162</link>
      <description>Judging from the output, I would say the DNS service isn't running on the Windows box (or at least not functioning properly... hard to believe on a Windows system, I know :). The resolver is trying to talk to it first (after it looks in /etc/hosts) and is timing out trying to communicate with the server. That's why you're getting the delay in response. Since you still have the original DNS server defined as the secondary DNS server to use, it's still resolving once the resolver moves on and attempts the resolution through it.&lt;BR /&gt;&lt;BR /&gt;It also looks like you have an nsswitch.conf file configured to look in files first since DNS is the first method by default. Make sure the hosts entry in the looks like the following so binaries compiled with the 10.X libraries resolve the same way as 11.X binaries:&lt;BR /&gt;&lt;BR /&gt;hosts: files [SUCCESS=return NOTFOUND=continue TRYAGAIN=continue UNAVAIL=continue] dns&lt;BR /&gt;&lt;BR /&gt;I'm guessing you're not using NIS since that would typically be between files and dns in the resolution order.</description>
      <pubDate>Thu, 19 Aug 2004 09:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360313#M566162</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-08-19T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360314#M566163</link>
      <description>Everything on the HP side looks good. I think it's an issue with the Windows DNS server.  We've worked around the problem by finding another DNS server outside the firewall.  I think I recall something about Windows clients working ok with a Windows DNS server, but not when a Unix computer tries to access it.</description>
      <pubDate>Fri, 20 Aug 2004 10:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360314#M566163</guid>
      <dc:creator>Ed Hon</dc:creator>
      <dc:date>2004-08-20T10:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Changing DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360315#M566164</link>
      <description>be aware it can be done. I am, quite successfully, using a windows DNS server (in fact, an AD intergrated DNS server) to serve both HPUX and Windows clients. it's in the default configuration, nothing specail.</description>
      <pubDate>Fri, 20 Aug 2004 10:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-dns-servers/m-p/3360315#M566164</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2004-08-20T10:46:08Z</dc:date>
    </item>
  </channel>
</rss>

