- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS problem.
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-20-2001 04:05 AM
12-20-2001 04:05 AM
I would like to define 2 DNS servers in order to if server number one can't resolv the name then pass to second DNS server. I known server 203.155.33.1 can't resolv name: www.dtac.co.th but server 202.44.144.33 can!!
Then I defined as below,
===== /etc/resolv.conf ======
domain delta.co.th
seach delta.co.th
nameserver 203.155.33.1
nameserver 202.44.144.33
=============================
the result failed nslookup couldn't try to second server. Maybe I defined entry on /etc/resolv.conf wrong.
Please help me correct this conf file.
Many thks in advance for you helps
Worapoj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 04:33 AM
12-20-2001 04:33 AM
Solutionzone "." {
type hint;
file "named.ca";
};
This allows the dns server to accept requests from 'other'domains and resolve them via the route servers in the named.ca file.
Not sure if it's the same in a hpux setup
You also have the entry-
allow-transfer { sec dns ip address; } ;
In named.conf as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 04:45 AM
12-20-2001 04:45 AM
Re: DNS problem.
I haven't found named.conf on my system!!
Best Regards,
Worapoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 04:45 AM
12-20-2001 04:45 AM
Re: DNS problem.
To get this to work you're going to have to change the configuration of the name servers. What you want isn't possible to configure in resolv.conf.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 04:52 AM
12-20-2001 04:52 AM
Re: DNS problem.
I have no limit to only change on this file resolv.conf . If you have another way , Please suggest.
Thks/Worapoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 05:04 AM
12-20-2001 05:04 AM
Re: DNS problem.
If you're not the name server's admin then the only thing you can try is reversing the nameserver lines in your resolv.conf and hope that the other server will forward the requests correctly.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 05:11 AM
12-20-2001 05:11 AM
Re: DNS problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 05:15 AM
12-20-2001 05:15 AM
Re: DNS problem.
If you are the admin for these machines then it may help.
Regs
George