- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DNS/resolution issue...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 12:11 AM
01-09-2006 12:11 AM
DNS/resolution issue...
I'm seeing something strange, and would like some input as to why this is happening, and more importantly, how to correct it.
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:
Jan 9 07:43:50
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.
Example:
- gethostbyaddr = IP of location 1
- laptop user (travelling sales) leaves and goes to next location
- laptop acquires new IP for location 2
- laptop reports location 2 IP, DNS still reports location 1 IP
Can anyone explain why? And how to correct?
Hope this made sense...
Dwyane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 12:34 AM
01-09-2006 12:34 AM
Re: DNS/resolution issue...
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.
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.
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.
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.
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.
They are probably set up for the Address record database so compairing the two should shed some light on the issue.
Hope this helps.
Todd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 12:21 AM
01-10-2006 12:21 AM
Re: DNS/resolution issue...
From your windows command prompt, run:
ipconfig /all
If your are using dhcp, this will show your lease times. At my site, the lease times are for one day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 12:50 AM
01-10-2006 12:50 AM
Re: DNS/resolution issue...
You are both correct (after t-shooting with the AD admin).
The problem is...the lease is not being released when a DHCP device leaves the network.
Is there a way to configure DHCP devices to release their IPs when they logout of the network?
Dwyane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 01:27 AM
01-10-2006 01:27 AM
Re: DNS/resolution issue...
ipconfig /release
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 01:36 AM
01-10-2006 01:36 AM
Re: DNS/resolution issue...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 03:31 AM
01-10-2006 03:31 AM
Re: DNS/resolution issue...
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?
"Out of sight, out of mind," right?
Dwyane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 03:58 AM
01-10-2006 03:58 AM
Re: DNS/resolution issue...
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 04:47 AM
01-10-2006 04:47 AM
Re: DNS/resolution issue...
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.
Dwyane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 05:15 AM
01-10-2006 05:15 AM
Re: DNS/resolution issue...
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.
I've worked w/ some VPN devices thats are DDNS aware, you may want to see if thats possible.
Sorry I dont have any alternate suggestions.
Good Luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 12:54 AM
01-12-2006 12:54 AM
Re: DNS/resolution issue...
Start -> Settings -> Network Connetions
Select nework connection -> right mouse click properties. Select "Internet Protocol(TCP/IP)" -> properties -> Advanced... -> DNS. At the bottom you should see a "Register this connection's addresses in DNS" checkbox.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 01:03 AM
01-12-2006 01:03 AM
Re: DNS/resolution issue...
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.
Dwyane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 01:06 AM
01-12-2006 01:06 AM
Re: DNS/resolution issue...
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?
Example:
- gethostbyaddr = IP of location 1
- laptop user (travelling sales) leaves and goes to next location
- laptop acquires new IP for location 2
- laptop reports location 2 IP, DNS still reports location 1 IP
If DNS is still reporting the location 1 then it was never updated w/ the new IP address?
I think its worth confirming.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 01:21 AM
01-12-2006 01:21 AM
Re: DNS/resolution issue...
1. Remote users (VPN, laptops) connect to a VPN Concentrator; which, issues the DHCP address with a 120 minute lease
2. The laptops then register their IP with DNS/AD
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?)
Ideas thrown around as possible solutions:
1. Write a "release" script for the laptops to execute as part of the logout/shutdown process.
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
Any other thoughts?
Dwyane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 01:24 AM
01-12-2006 01:24 AM
Re: DNS/resolution issue...
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.
Dwyane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2006 03:07 AM
11-07-2006 03:07 AM
Re: DNS/resolution issue...
There is an scope option in your dhcp config where you can set clients to do a dhcp release when shutting down.
add new scope option => advanced => set microsoft scope option => option 002 set to 0x1
If other sollutions are avaible please post since lots of users disconnect before shutting down. Or even use hybernation.
Probable sollution would be to use scavening of reccords? So that unused reccord get deleted after a while.
Greetz