<?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 DNS/resolution issue... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705171#M544075</link>
    <description>All,&lt;BR /&gt;&lt;BR /&gt;I'm seeing something strange, and would like some input as to why this is happening, and more importantly, how to correct it.&lt;BR /&gt;&lt;BR /&gt;Currently, we use telnet through a terminal emulator to access an HPUX server application.  We recently migrated to Active Directory for our windows environment.  As such, I began getting this error for my remote laptop users:&lt;BR /&gt;&lt;BR /&gt;Jan  9 07:43:50 &lt;SERVER&gt; telnetd[14214]: gethostbyaddr: &lt;LAPTOP&gt;.&lt;DOMAIN&gt;.com !=  xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;When I conduct an nslookup/dig from the server against the laptop name, I get an IP entry for the laptop that belongs to the last location the laptop was located.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;- gethostbyaddr = IP of location 1&lt;BR /&gt;- laptop user (travelling sales) leaves and goes to next location&lt;BR /&gt;- laptop acquires new IP for location 2&lt;BR /&gt;- laptop reports location 2 IP, DNS still reports location 1 IP&lt;BR /&gt;&lt;BR /&gt;Can anyone explain why? And how to correct?&lt;BR /&gt;&lt;BR /&gt;Hope this made sense...&lt;BR /&gt;Dwyane&lt;/DOMAIN&gt;&lt;/LAPTOP&gt;&lt;/SERVER&gt;</description>
    <pubDate>Mon, 09 Jan 2006 08:11:29 GMT</pubDate>
    <dc:creator>Dwyane Everts_1</dc:creator>
    <dc:date>2006-01-09T08:11:29Z</dc:date>
    <item>
      <title>DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705171#M544075</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;I'm seeing something strange, and would like some input as to why this is happening, and more importantly, how to correct it.&lt;BR /&gt;&lt;BR /&gt;Currently, we use telnet through a terminal emulator to access an HPUX server application.  We recently migrated to Active Directory for our windows environment.  As such, I began getting this error for my remote laptop users:&lt;BR /&gt;&lt;BR /&gt;Jan  9 07:43:50 &lt;SERVER&gt; telnetd[14214]: gethostbyaddr: &lt;LAPTOP&gt;.&lt;DOMAIN&gt;.com !=  xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;When I conduct an nslookup/dig from the server against the laptop name, I get an IP entry for the laptop that belongs to the last location the laptop was located.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;- gethostbyaddr = IP of location 1&lt;BR /&gt;- laptop user (travelling sales) leaves and goes to next location&lt;BR /&gt;- laptop acquires new IP for location 2&lt;BR /&gt;- laptop reports location 2 IP, DNS still reports location 1 IP&lt;BR /&gt;&lt;BR /&gt;Can anyone explain why? And how to correct?&lt;BR /&gt;&lt;BR /&gt;Hope this made sense...&lt;BR /&gt;Dwyane&lt;/DOMAIN&gt;&lt;/LAPTOP&gt;&lt;/SERVER&gt;</description>
      <pubDate>Mon, 09 Jan 2006 08:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705171#M544075</guid>
      <dc:creator>Dwyane Everts_1</dc:creator>
      <dc:date>2006-01-09T08:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705172#M544076</link>
      <description>Hi Dwayne,&lt;BR /&gt;&lt;BR /&gt;That error means that telnetd did a reverse lookup (DNS PTR RECORD) on the laptops hostname (DNS A RECORD) and it does not equal (!=)the IP that is returned from the DNS server. A lot of UNIX applications do reverse lookups on remote systems when they connect. &lt;BR /&gt;&lt;BR /&gt;It sounds like your DNS dynamic updates are not working to your Active directory DNS servers in-addr.arpa database records aka PTR/ aka Reverse lookup databases. &lt;BR /&gt;&lt;BR /&gt;I'm not a AD DNS guru but I know that by default the AD DNS servers to not create in-addr.arpa (PTR) record db files. Its easy to create them if thats the case. &lt;BR /&gt;&lt;BR /&gt;It sounds like your Active directory DNS servers do have the in-addr.arpa db files created but possibly are not set up for dynamic updates from your DHCP server? I'd confirm both w/ the administrator. &lt;BR /&gt;&lt;BR /&gt;I would ask the AD DNS admin to review the PTR databases to make sure they been set up to allow dynamic updates (allow-udpate statements) for the in-addr.arpa database files aka PTR records aka Reverse lookup database. &lt;BR /&gt;&lt;BR /&gt;They are probably set up for the Address record database so compairing the two should shed some light on the issue. &lt;BR /&gt;&lt;BR /&gt;Hope this helps. &lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 08:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705172#M544076</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2006-01-09T08:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705173#M544077</link>
      <description>I wonder if it is a DHCP lease issue.  Your laptop is probably getting it's IP through DHCP.  You may be reconnecting to the domain before the lease for the original location expires.  This could create a conflict.  &lt;BR /&gt;&lt;BR /&gt;From your windows command prompt, run:&lt;BR /&gt;ipconfig /all &lt;BR /&gt;&lt;BR /&gt;If your are using dhcp, this will show your lease times.  At my site, the lease times are for one day.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 08:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705173#M544077</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2006-01-10T08:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705174#M544078</link>
      <description>John, and Todd...&lt;BR /&gt;&lt;BR /&gt;You are both correct (after t-shooting with the AD admin).&lt;BR /&gt;&lt;BR /&gt;The problem is...the lease is not being released when a DHCP device leaves the network.&lt;BR /&gt;&lt;BR /&gt;Is there a way to configure DHCP devices to release their IPs when they logout of the network?&lt;BR /&gt;&lt;BR /&gt;Dwyane</description>
      <pubDate>Tue, 10 Jan 2006 08:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705174#M544078</guid>
      <dc:creator>Dwyane Everts_1</dc:creator>
      <dc:date>2006-01-10T08:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705175#M544079</link>
      <description>You could configure a batch job to do an:&lt;BR /&gt;&lt;BR /&gt;ipconfig /release&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 10 Jan 2006 09:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705175#M544079</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-01-10T09:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705176#M544080</link>
      <description>I think the easiest solution is to shorten your lease time.</description>
      <pubDate>Tue, 10 Jan 2006 09:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705176#M544080</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2006-01-10T09:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705177#M544081</link>
      <description>The lease time is already at 120 minutes.&lt;BR /&gt;&lt;BR /&gt;This issue doesn't appear to be causing any adverse problems.  Does anyone know of a reason why I shouldn't turn the notification off?  Is there a way to turn it off?&lt;BR /&gt;&lt;BR /&gt;"Out of sight, out of mind," right?&lt;BR /&gt;&lt;BR /&gt;Dwyane</description>
      <pubDate>Tue, 10 Jan 2006 11:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705177#M544081</guid>
      <dc:creator>Dwyane Everts_1</dc:creator>
      <dc:date>2006-01-10T11:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705178#M544082</link>
      <description>I am not aware of any way to tell telnetd to not do reverse lookups or to not log those messages.&lt;BR /&gt;&lt;BR /&gt;Maybe have the AD admin fix the issue w/ the DNS servers configuratino to allow the DHCP servers to update the the in-addr.arpa databases...that would solve the root problem. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 11:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705178#M544082</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2006-01-10T11:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705179#M544083</link>
      <description>The DHCP updates isn't as easy as you think.  These laptops are obtaining an IP from the VPN Concentrator (config'd with a lease for 120 minutes), then its up to the laptop to register with DNS.  The problem is, when a laptop is shutoff, the lease isn't releasing.&lt;BR /&gt;&lt;BR /&gt;If I can't turn off the notifications, the only alternative is Geoff's idea.  Problem with that is getting laptops to do it as part of both a logout script and/or shutdown procedure.&lt;BR /&gt;&lt;BR /&gt;Dwyane</description>
      <pubDate>Tue, 10 Jan 2006 12:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705179#M544083</guid>
      <dc:creator>Dwyane Everts_1</dc:creator>
      <dc:date>2006-01-10T12:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705180#M544084</link>
      <description>Hi Dwyane,&lt;BR /&gt;&lt;BR /&gt; Sorry to hear that.  I know that HP has done some enhancements to some remsh to disable reverse lookups with a -s option but nothing for telnetd to date. There have been enhancement requests in the past that were denied. &lt;BR /&gt;&lt;BR /&gt;I've worked w/ some VPN devices thats are DDNS aware, you may want to see if thats possible. &lt;BR /&gt;&lt;BR /&gt;Sorry I dont have any alternate suggestions. &lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 13:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705180#M544084</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2006-01-10T13:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705181#M544085</link>
      <description>Check the settings on your laptop's network connection and make sure it's setup to register your network connection in DNS.&lt;BR /&gt;&lt;BR /&gt;Start -&amp;gt; Settings -&amp;gt; Network Connetions&lt;BR /&gt;&lt;BR /&gt;Select nework connection -&amp;gt; right mouse click properties.  Select "Internet Protocol(TCP/IP)" -&amp;gt; properties -&amp;gt; Advanced... -&amp;gt; DNS.  At the bottom you should see a "Register this connection's addresses in DNS" checkbox.</description>
      <pubDate>Thu, 12 Jan 2006 08:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705181#M544085</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2006-01-12T08:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705182#M544086</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;These settings are all set as part of our "Ghost" image.  The laptops are registering, but not releasing.  And that is causing multiple IP assigned to the same name.&lt;BR /&gt;&lt;BR /&gt;Dwyane</description>
      <pubDate>Thu, 12 Jan 2006 09:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705182#M544086</guid>
      <dc:creator>Dwyane Everts_1</dc:creator>
      <dc:date>2006-01-12T09:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705183#M544087</link>
      <description>Hi Dwayne,&lt;BR /&gt; &lt;BR /&gt; Not to beat a dead horse, but does the AD DNS admin see the update that the laptop makes when it aquires the second ip address?&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;- gethostbyaddr = IP of location 1&lt;BR /&gt;- laptop user (travelling sales) leaves and goes to next location&lt;BR /&gt;- laptop acquires new IP for location 2&lt;BR /&gt;- laptop reports location 2 IP, DNS still reports location 1 IP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If DNS is still reporting the location 1 then it was never updated w/ the new IP address? &lt;BR /&gt;&lt;BR /&gt;I think its worth confirming. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2006 09:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705183#M544087</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2006-01-12T09:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705184#M544088</link>
      <description>What we have discussed here:&lt;BR /&gt;&lt;BR /&gt;1. Remote users (VPN, laptops) connect to a VPN Concentrator; which, issues the DHCP address with a 120 minute lease&lt;BR /&gt;2. The laptops then register their IP with DNS/AD&lt;BR /&gt;&lt;SO far=""&gt;&lt;BR /&gt;3. The user logs out or shuts down, but the IP doesn't get released. Nor, does the  VPN Concentrator tell the DNS to release the IP when the lease is up. (hhhmmm, bug with the VPN Concentrator code maybe?)&lt;BR /&gt;&lt;BR /&gt;Ideas thrown around as possible solutions:&lt;BR /&gt;1. Write a "release" script for the laptops to execute as part of the logout/shutdown process.&lt;BR /&gt;2. Configure the VPN Concetrator to use DDNS. With this, a laptop user logs in, and the VPN Concentrator passes the IP request to a &lt;COUGH&gt; windows DHCP server. This allows the DHCP server to handle the dynamic updates on the AD server. In fact, the DHCP process load would be so small, it would be setup on the AD server.&lt;BR /&gt;&lt;BR /&gt;Any other thoughts?&lt;BR /&gt;Dwyane&lt;/COUGH&gt;&lt;/SO&gt;</description>
      <pubDate>Thu, 12 Jan 2006 09:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705184#M544088</guid>
      <dc:creator>Dwyane Everts_1</dc:creator>
      <dc:date>2006-01-12T09:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705185#M544089</link>
      <description>Todd,&lt;BR /&gt;&lt;BR /&gt;DNS reports only the first entry in the DB table; but when we looked, we can see MULTIPLE (3+) DHCP IPs assigned to the same name.  We've removed a lot of them, but we are seeing them accumulate again.&lt;BR /&gt;&lt;BR /&gt;Dwyane</description>
      <pubDate>Thu, 12 Jan 2006 09:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705185#M544089</guid>
      <dc:creator>Dwyane Everts_1</dc:creator>
      <dc:date>2006-01-12T09:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: DNS/resolution issue...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705186#M544090</link>
      <description>Same overhere...&lt;BR /&gt;&lt;BR /&gt;There is an scope option in your dhcp config where you can set clients to do a dhcp release when shutting down.&lt;BR /&gt;&lt;BR /&gt;add new scope option =&amp;gt; advanced =&amp;gt; set microsoft scope option =&amp;gt; option 002 set to 0x1&lt;BR /&gt;&lt;BR /&gt;If other sollutions are avaible please post since lots of users disconnect before shutting down. Or even use hybernation.&lt;BR /&gt;&lt;BR /&gt;Probable sollution would be to use scavening of reccords? So that unused reccord get deleted after a while.&lt;BR /&gt;&lt;BR /&gt;Greetz</description>
      <pubDate>Tue, 07 Nov 2006 11:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-issue/m-p/3705186#M544090</guid>
      <dc:creator>kheno</dc:creator>
      <dc:date>2006-11-07T11:07:23Z</dc:date>
    </item>
  </channel>
</rss>

