- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: The dns resolver not querying all the nameserv...
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
08-28-2006 04:22 PM
08-28-2006 04:22 PM
The dns resolver not querying all the nameservers listed.
Find below the contents of the /etc/resolv.conf and output of nslookup query:
[root@bangpcplin1 ~]# more /etc/resolv.conf
domain bea.com
nameserver 172.18.40.175
nameserver 10.160.29.91
nameserver 10.160.29.92
nameserver 10.160.29.51
[root@bangpcplin1 ~]# nslookup lclnxas4
Server: 172.18.40.175
Address: 172.18.40.175#53
** server can't find lclnxas4: SERVFAIL
The DNS resolver will not query the subsequent nameservers for the nslookup, I wonder why? Please suggest.
Thanks & Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 04:34 PM
08-28-2006 04:34 PM
Re: The dns resolver not querying all the nameservers listed.
Do you set Access Control List? Please make sure you allow the IP Addresses Range for the hosts you want to allow for DNS query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 06:22 PM
08-28-2006 06:22 PM
Re: The dns resolver not querying all the nameservers listed.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 07:38 PM
08-28-2006 07:38 PM
Re: The dns resolver not querying all the nameservers listed.
If you can provide mode details about your DNS zones/configuration we'll be able to suggest you the optimal DNS config.
For example, you can ask 172.18.40.175 to forward all queries for bea.com to 10.160.29.91.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 10:23 PM
08-28-2006 10:23 PM
Re: The dns resolver not querying all the nameservers listed.
If some of your nameservers have different data, you cannot configure /etc/resolv.conf to "fetch data about one domain from server A, and everything else from server B". In some situations it *seems* to work, but the situation will not be completely stable and deterministic. The name service for some domains may fail when one of the servers goes down for maintenance... and not resume when that server comes back.
To get more flexible configuration, you need BIND or another name server that can be used in forward-only configuration.
BIND 9.x is flexible enough that you can set it to forward queries to other name servers in a per-zone basis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 09:02 AM
08-29-2006 09:02 AM