<?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: Strange DNS lookup problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877526#M580366</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try nslookup from unix machine and also a windows NT machine. Does the same problem arises ?&lt;BR /&gt;&lt;BR /&gt;I hope you have not disabled recursive querying in your internal HP server and external Linux server.&lt;BR /&gt;&lt;BR /&gt;Also have you removed ( move somewhere )db.cache file from your internal HP-UX DNS server and configure your internal DNS server as root server of your internal domain and forwarder as external linux DNS server&lt;BR /&gt;&lt;BR /&gt;Also run nslookup in debug mode.&lt;BR /&gt;&lt;BR /&gt;#nslookup -d2&lt;BR /&gt;server x.x.x.x&lt;BR /&gt;&amp;gt;ftp.ucctechweb.com.&lt;BR /&gt;&lt;BR /&gt;pl paste the contents here&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>Thu, 09 Jan 2003 06:52:28 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2003-01-09T06:52:28Z</dc:date>
    <item>
      <title>Strange DNS lookup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877522#M580362</link>
      <description>I am having difficulty performing a lookup on the host ftp.ucctechweb.com.  &lt;BR /&gt;&lt;BR /&gt;In my environment, my HPUX DNS server handles lookup requests for internal hosts.  For any requests outside my zone (e.g. &lt;A href="http://www.yahoo.com)," target="_blank"&gt;www.yahoo.com),&lt;/A&gt; the HP server points to a forwarder which is a Linux box that has access to the internet.&lt;BR /&gt;&lt;BR /&gt;When I try an nslookup for ftp.ucctechweb.com, I get timeouts at both the HPUX server and my Linux server.  Any lookups for other hosts (e.g. &lt;A href="http://www.hp.com," target="_blank"&gt;www.hp.com,&lt;/A&gt; &lt;A href="http://www.yahoo.com," target="_blank"&gt;www.yahoo.com,&lt;/A&gt; etc.), work just fine.  Now, if I use another 'outside' DNS server (like Time Warner or AT&amp;amp;T), ftp.ucctechweb.com resolves just fine.  From this evidence, it's hard to determine whether this is a configuration problem on my end or elsewhere.&lt;BR /&gt;&lt;BR /&gt;Any ideas? &lt;BR /&gt;&lt;BR /&gt;Thanks...</description>
      <pubDate>Wed, 08 Jan 2003 21:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877522#M580362</guid>
      <dc:creator>Bryan_6</dc:creator>
      <dc:date>2003-01-08T21:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Strange DNS lookup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877523#M580363</link>
      <description>Bryan,&lt;BR /&gt;&lt;BR /&gt;Does it work if you run nslookup on the linux server and set it to use your ISP's DNS server?&lt;BR /&gt;&lt;BR /&gt;May be the problem is with your ISP's name resolution.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 08 Jan 2003 21:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877523#M580363</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2003-01-08T21:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Strange DNS lookup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877524#M580364</link>
      <description>Just a question.  If you do an nslookup on ucctechweb.com does that work?  I tried both on my local DNS and they have different IPs.  Wondering if it is the ftp that is causing the problem or something else.  Can you go to other ftp sites?  &lt;BR /&gt;&lt;BR /&gt;My bet would be the Linux box since it is also timing out but it could be further up the chain.  Can you contact the sysadmin on the next step and ask him to do an nslookup locally?&lt;BR /&gt;&lt;BR /&gt;In O'Reilly's  DNS and BIND there is an interesting technique for resolving the problem.&lt;BR /&gt;&lt;BR /&gt;nslookup&lt;BR /&gt;set norec&lt;BR /&gt;set nosearch&lt;BR /&gt;ftp.ucctechweb.com&lt;BR /&gt;&lt;BR /&gt;Since the DNS does not know the IP it should give you a list of servers that it would ask.  You then change to one of them with&lt;BR /&gt;server "hostname"&lt;BR /&gt;and it gives you a list of its sources.  You can also ask it if it knows ftp.ucctechweb.com in the same manner and move up the chain to see where you go wrong.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Wed, 08 Jan 2003 21:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877524#M580364</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-01-08T21:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Strange DNS lookup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877525#M580365</link>
      <description>Well, I don't know if this is significant or not, but I ran through a couple of nslookup steps (see below) and found that when looking up the domain ucctechweb.com (using my local DNS server), I rec'd 'no answer' but it still listed where its authority was located.  I then set server to their DNS server and ucctechweb.com resolved fine.  I also tested a lookup against my domain (snaponcredit.com) which worked as well.  &lt;BR /&gt;&lt;BR /&gt;While it would appear more evident that it's my server failing, I wonder if it's the opposite - my server is moving up the domain chain to locate an authority for ucctechweb.com, but their server (or another) didn't respond ('no answer').  When I attempt to lookup my domain from their server, the lookup moves through the domain chain, reaches my server, and responds without any problems.  Hope this makes sense...  Let me know what you think...&lt;BR /&gt;&lt;BR /&gt;$ nslookup&lt;BR /&gt;&amp;gt; set type=soa&lt;BR /&gt;&amp;gt; ucctechweb.com&lt;BR /&gt;;; connection timed out; no servers could be reached&lt;BR /&gt;&amp;gt; set norecurse&lt;BR /&gt;&amp;gt; set nosearch&lt;BR /&gt;&amp;gt; ucctechweb.com&lt;BR /&gt;Server:         XXX.XXX.XXX.XXX&lt;BR /&gt;Address:        XXX.XXX.XXX.XXX#53&lt;BR /&gt;&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;*** Can't find ucctechweb.com: No answer&lt;BR /&gt;&lt;BR /&gt;Authoritative answers can be found from:&lt;BR /&gt;ucctechweb.com  nameserver = NS.CCH-LIS.com.&lt;BR /&gt;ucctechweb.com  nameserver = NS2.CCH-LIS.com.&lt;BR /&gt;NS.CCH-LIS.com  internet address = 208.203.201.2&lt;BR /&gt;&amp;gt; server ns.cch-lis.com&lt;BR /&gt;Default server: ns.cch-lis.com&lt;BR /&gt;Address: 208.203.201.2#53&lt;BR /&gt;&amp;gt; ucctechweb.com&lt;BR /&gt;Server:         ns.cch-lis.com&lt;BR /&gt;Address:        208.203.201.2#53&lt;BR /&gt;&lt;BR /&gt;ucctechweb.com&lt;BR /&gt;        origin = ucctechweb.com.&lt;BR /&gt;        mail addr = Postmaster.ucctechweb.com.&lt;BR /&gt;        serial = 2002092001&lt;BR /&gt;        refresh = 14400&lt;BR /&gt;        retry = 3600&lt;BR /&gt;        expire = 600&lt;BR /&gt;        minimum = 86000&lt;BR /&gt;&amp;gt; snaponcredit.com&lt;BR /&gt;Server:         ns.cch-lis.com&lt;BR /&gt;Address:        208.203.201.2#53&lt;BR /&gt;&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;snaponcredit.com&lt;BR /&gt;        origin = socns1.snaponcredit.com.&lt;BR /&gt;        mail addr = root.localhost.snaponcredit.com.&lt;BR /&gt;        serial = 2002121901&lt;BR /&gt;        refresh = 3600&lt;BR /&gt;        retry = 3600&lt;BR /&gt;        expire = 3600&lt;BR /&gt;        minimum = 3600&lt;BR /&gt;&lt;BR /&gt;Authoritative answers can be found from:&lt;BR /&gt;snaponcredit.com        nameserver = socns1.snaponcredit.com.&lt;BR /&gt;snaponcredit.com        nameserver = SOCNS2.snaponcredit.com.&lt;BR /&gt;socns1.snaponcredit.com internet address = 12.31.48.66&lt;BR /&gt;SOCNS2.snaponcredit.com internet address = 12.31.48.67&lt;BR /&gt;&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2003 23:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877525#M580365</guid>
      <dc:creator>Bryan_6</dc:creator>
      <dc:date>2003-01-08T23:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Strange DNS lookup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877526#M580366</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try nslookup from unix machine and also a windows NT machine. Does the same problem arises ?&lt;BR /&gt;&lt;BR /&gt;I hope you have not disabled recursive querying in your internal HP server and external Linux server.&lt;BR /&gt;&lt;BR /&gt;Also have you removed ( move somewhere )db.cache file from your internal HP-UX DNS server and configure your internal DNS server as root server of your internal domain and forwarder as external linux DNS server&lt;BR /&gt;&lt;BR /&gt;Also run nslookup in debug mode.&lt;BR /&gt;&lt;BR /&gt;#nslookup -d2&lt;BR /&gt;server x.x.x.x&lt;BR /&gt;&amp;gt;ftp.ucctechweb.com.&lt;BR /&gt;&lt;BR /&gt;pl paste the contents here&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>Thu, 09 Jan 2003 06:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877526#M580366</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-01-09T06:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Strange DNS lookup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877527#M580367</link>
      <description>In early Linux, I had similar problems.  Linux DNS did just not cut the mustard as an out of the box product.  I have since version 6.0 of Redhat been downloading source and compiling my own version.  I lost all problems.  &lt;BR /&gt;&lt;BR /&gt;My first try with Linux DNS was Redhat 6.0 and the RPM for bind.  I ended up failing all over with simple requests on whole domains with no apparent reason.  I initially put the first bad domain into my cache, but then others started failing too.  &lt;BR /&gt;&lt;BR /&gt;Sooo, my suggestion is either use a different box for your DNS  gateway, or download and compile your own version which tends to be alot less buggy.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Thu, 09 Jan 2003 14:22:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877527#M580367</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-01-09T14:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Strange DNS lookup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877528#M580368</link>
      <description>The next step per O'reilly is to do:&lt;BR /&gt;nslookup -d2&lt;BR /&gt;this will give you a lot of stuff right at the first then it will give you the &amp;gt; prompt.  Type in your ucctechweb.com and see what it says then.  I'd do this on both the HP and the Linux and then compare it to the yahoo.com results.&lt;BR /&gt;&lt;BR /&gt;I'm wondering if your Linux box might not have gotten a bad answer once and cached it and keeps giving you that instead of going out and finding a new answer.  Can you flush the cache?&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Thu, 09 Jan 2003 14:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877528#M580368</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-01-09T14:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Strange DNS lookup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877529#M580369</link>
      <description>One thing I noticed when looking at this problem:&lt;BR /&gt;&lt;BR /&gt;I did the nslookup&lt;BR /&gt;set type=soa&lt;BR /&gt;ucctecweb.com&lt;BR /&gt;&lt;BR /&gt;In the response, it says authoritative answers can be found from:&lt;BR /&gt;ns.ucctechweb.com&lt;BR /&gt;and&lt;BR /&gt;ns.wsb.com&lt;BR /&gt;&lt;BR /&gt;It lists the IP for the first one, but not the second.&lt;BR /&gt;I pointed to ns.wsb.com and looked up ftp.ucctechweb.com and got no response from server.&lt;BR /&gt;&lt;BR /&gt;I've had something similar happen before when routing was bad to one nameserver for a domain out on the net.  I'd recycle DNS and it would work for a while again.&lt;BR /&gt;My guess is that my server was getting "stuck" pointing to the unreachable nameserver.  Perhaps your system is consistently trying to resolve from the ns.wsb.com NS and that's why it's failing.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Samanth</description>
      <pubDate>Thu, 09 Jan 2003 17:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877529#M580369</guid>
      <dc:creator>Samantha Fetter</dc:creator>
      <dc:date>2003-01-09T17:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Strange DNS lookup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877530#M580370</link>
      <description>Alright!  It would appear that cache was stuck looking at the wrong server for resolution.  Once it was cleared, the lookups started working.  Thanks to Samantha and Ron for pointing me in that direction.  And thanks to all for some good troubleshooting information.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Bryan</description>
      <pubDate>Thu, 09 Jan 2003 18:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877530#M580370</guid>
      <dc:creator>Bryan_6</dc:creator>
      <dc:date>2003-01-09T18:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Strange DNS lookup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877531#M580371</link>
      <description>Judging from the date stamp on his whois record,I think ucctechweb.com changed his nameserver registrations on January 6 and neither the old or new servers are actually usable.  The new servers, at cch-lis.com, appear to be behind a firewall which prevents access to them via DNS (UDP 53 or TCP 53).  The old servers appear to be firewalled from UDP 53, the DNS default, but respond on TCP 53, i.e.&lt;BR /&gt;dig +tcp @ns.wsb.com ucctechweb.com&lt;BR /&gt;works.  The servers you got results from were probably using cache.  One of the truisms about DNS is that hosing it up often makes things work weirdly rather than definitively breaking them.</description>
      <pubDate>Thu, 09 Jan 2003 18:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-dns-lookup-problem/m-p/2877531#M580371</guid>
      <dc:creator>W.C. Epperson</dc:creator>
      <dc:date>2003-01-09T18:34:32Z</dc:date>
    </item>
  </channel>
</rss>

