- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS, resolution with second dns-server doesn't wor...
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
12-02-2008 05:55 AM
12-02-2008 05:55 AM
DNS, resolution with second dns-server doesn't work
nameserver 10.200.210.7 (internal)
nameserver 10.120.3.56 (external)
nameserver 193.28.97.130 (internal)
Some servers we have to resolv with the external server. But it doesn't work. When I resolv the adress manual, it works:
nslookup
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 06:08 AM
12-02-2008 06:08 AM
Re: DNS, resolution with second dns-server doesn't work
As far as I know, DNS will try with first nameserver listed in resolv.conf and it will not go to the next server until or unless the first server is unavailable.
If this is the case you need to change the order in resolv.conf based on your requirment. You need to put the server first which is resolving most of the hosts.
you can put the remaining entries in your /etc/hosts file as a workaround.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 06:10 AM
12-02-2008 06:10 AM
Re: DNS, resolution with second dns-server doesn't work
nsquery hosts
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 06:12 AM
12-02-2008 06:12 AM
Re: DNS, resolution with second dns-server doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 06:17 AM
12-02-2008 06:17 AM
Re: DNS, resolution with second dns-server doesn't work
Using "dns [NOTFOUND=continue]" for the hosts policy.
Searching dns for 10.128.0.109
10.128.0.109 was NOTFOUND
Switch configuration: Allows fallback
All name services have been searched
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 06:22 AM
12-02-2008 06:22 AM
Re: DNS, resolution with second dns-server doesn't work
...The algorithm used is: Try a name server; if the query times out, try the next and continue until all name servers have been tried, then repeat trying all the name servers until a maximum number of retries have been made...
This means that the second server (external) only gets queried if the first server does not respond. If the first server responds with a negative answer, then that's your answer.
To set up external name resolution, you only use the two internal nameservers in the resolv.conf file. then in these internal DNS servers you forward all nonlocal requests to the external DNS server. Check out the BIND manuals for details, the configuration varies with different versions of bind.
Talk you your DNS admin if it is not you about external resolution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 06:40 AM
12-02-2008 06:40 AM
Re: DNS, resolution with second dns-server doesn't work
Puting the external host names and IPs that you need to resolve in in your local /etc/hosts file is a workaround but it is not a formal external name resolution method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 06:49 AM
12-02-2008 06:49 AM
Re: DNS, resolution with second dns-server doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2008 03:05 AM
12-03-2008 03:05 AM