- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: DNS setup
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
тАО08-27-2003 12:33 AM
тАО08-27-2003 12:33 AM
I have a system configured as DNS client pointing to three DNS servers. I have the entries for all the three DNS servers ip adresses in the /etc/resolv.conf.
But when I disconnect the first DNS server from the network, my DNS client seems not able to auto communicate to the second DNS server.
When I keyed "nslooklup", it hang there. But if I connect the first DNS server back into the network, the nslookup command will return the first DNS server name and ip address.
Any advise?
Regards,
Ronny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2003 12:48 AM
тАО08-27-2003 12:48 AM
Re: DNS setup
"the algorithm used is to try a name server, and if the query times out, try the next, until out of name servers"
So the query must timeout. DNS sends a paket and waits for a response if there is no response within a while, the next dns server will be used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2003 12:50 AM
тАО08-27-2003 12:50 AM
Re: DNS setup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2003 02:10 AM
тАО08-27-2003 02:10 AM
Re: DNS setup
Thank you for the replies.
1. Are you saying I did not wait long enough for the first query to timeout?
2. My resolv.conf looks like this,
domain m1.com.sg
nameserver 202.79.64.21
nameserver 202.56.128.30
nameserver 202.56.136.46
Is there any problem with it?
3. The man page says max three name servers, does it includes the domain entry for my case, since I have four entries.
4. Is there any way I can check the current timeout and retry settings in the "nslookup"?
5. Is there any way if I can change the timeout and retry settings?
Regards,
Ronny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2003 02:16 AM
тАО08-27-2003 02:16 AM
Re: DNS setup
you can set the timeout and retry values within nslookup (set retry=, set timeout=). but this information is well documented within the man pages of nslookup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2003 06:41 AM
тАО08-27-2003 06:41 AM
SolutionIf you comment or remove the first entry, then try another nslookup and get no response, the remaining resolv.conf entry may be invalid.
To confirm that those other services are being tried, use tcpdump to monitor port 53 for queries. If you see that a query has been sent to that service, but you get no response, then either the server doesn't have an entry for the host you're requesting in which case it may go off to another server or the root servers in an attempt to find it, or the host simply doesn't offer the service.
If the later you need to recheck with your dns admins to see if you have the correct entries in your resolv.conf file.
As Ralf says, try shortening the timeout parameters as documented in the man page for resolv.conf
Good luck.
Al
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2007 08:23 PM
тАО07-16-2007 08:23 PM