- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- reverse dns lookup 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
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
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
тАО02-24-2006 07:34 AM
тАО02-24-2006 07:34 AM
reverse dns lookup issue
My dns resolution is files first dns second
if I add the incoming host to the /etc/hosts file, prompt comes back immediately, so it is a reverse dns issue
when I come from a host, ip of which is not in hosts file, I get the login prompt about 30 seconds later.
funny thing is, when I lookup this hosts-non-existent host by nslookup, dns returns the ip address, in a snap, no delays at all.
I cleared the arp caches on both sides but still the same issue.
Can someone shed any light on this if possible. I am baffled.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2006 08:30 AM
тАО02-24-2006 08:30 AM
Re: reverse dns lookup issue
# nslookup host
Should return IP
# nslookup I.P.add.ress
Should return appropriate hostname
If one works but the other doesn't then you are correct.
You need db's on your DNS server for both your domain and the IP addresses.
We have for example:
db.1.2
db.domain1
db.domain2
etc.
etc.
If this is the first machine with this problem, it may be that the name/IP was added in one place, but not another.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2006 08:41 AM
тАО02-24-2006 08:41 AM
Re: reverse dns lookup issue
Thanks for the insight but both name and ip address lookups return the other instantaneously. So, the dns server configuration is quite all right.
As more detail to the issue, this all has started when we physically needed to relocate 2 of our 3 dns servers yesterday evening and this morning. We made the necessary modifications to our resolv.conf files to temporarily remove the server which was relocating and not going to be available, during this period, but now again all 3 of our servers up, the reverse lookup is not working right. And this is not on only one or two servers. This is, I am now noticing, anything that uses these dns servers. By the way, the dns servers needed to change IP address while relocating due to anal retentiveness of the network folks to add more spice to it.
My gut feeling is telling me, the ip address of the dns server is somehow chaced somewhere and never let go. We reboot a test server and it immediately start working fine after reboot.
Again, thanks for any help in advance.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2006 09:03 AM
тАО02-24-2006 09:03 AM
Re: reverse dns lookup issue
nslookup
server "first dns server"
ip_addr
does it work fast??, then do same for second dns server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2006 09:52 AM
тАО02-24-2006 09:52 AM
Re: reverse dns lookup issue
If I have a chance of rebooting this server, which I do not for almost another month or so, I know the issue will go away, bacause we tested another one with the same problem and succeded. I know it is clearing some sort of cache upon reboot but don't know exactly what and where.
As I have mentioned in my original post, I tried flushing the arp cache but it did not help.
One thing I am noticing, even after the delayed response by telnetd, the hostname does not get registered in the arp table. The arp table, after clearing it and numerous attempts from other hosts, only registers IP addresses as a result of arp -an command running.
Soemthing is not working right.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2006 10:16 AM
тАО02-24-2006 10:16 AM
Re: reverse dns lookup issue
Which dns server resolves it??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2006 10:23 AM
тАО02-24-2006 10:23 AM
Re: reverse dns lookup issue
Searching dns for admsvr
Hostname: admsvr.domain.com
Aliases:
Address: w.x.y.z
Switch configuration: Terminates Search
the address returned is the correct address but there is no information which dns server resolved the address. Since the command returned immediately, I am under the impression that it is the first dns server who is responsible for resolution.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2006 10:57 AM
тАО02-24-2006 10:57 AM
Re: reverse dns lookup issue
inetd -c
to re-read the configuration, it did not help.
inetd -k
then
inetd -l
now the server is responding to requests as rapidly as expected.
Thanks to those who tried to help.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 04:48 AM
тАО02-27-2006 04:48 AM
Re: reverse dns lookup issue
WRT nslookup, since it is a command rather than a daemon, it will always use the current information, although nslookup is somewhat "notorious" for not heeding it completely, hence the trend towards other utilities (dig et al)