- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- forwarders in named.boot are not being used
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
03-27-2001 11:53 PM
03-27-2001 11:53 PM
On a DNS-server which does the name-to-ip translation on a LAN there were no forwarders and no root DNS servers known.
On another subnet, there is another DNS-server. I want to make the first DNS-server to forward requests to that server. I therefore added the line
forwarders
to /etc/named.data/named.boot
and I restarted the name-daemon.
However, this does not seem efficient.
I can ping the IP of the other DNS-server but I cannot request it to do name-resolution.
What have I forgotten ?
TIA,
Jeroen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 06:15 AM
03-28-2001 06:15 AM
SolutionYou have to KILL the named and start it as a new process to get parameter changes such as forwarders to take effect. If you just HUP it or sig_named restart, that will NOT read the forwarders line.
Sometimes you have to repeat the IP address of the fowarder.
Check /var/adm/syslog/syslog.log for syntax errors or other complaints by named.
Turn on debuging output and examine the named debug log. Consult named and sig_named man page for infos.
Problems such as these are also covered in the BIND Operations Guide ("BOG") in /usr/share/doc/bog.txt, "DNS and BIND" O'Reilly book, and various FAQs e.g. www.dns.net www.acmebw.com
Hope this helps,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 01:55 PM
03-28-2001 01:55 PM
Re: forwarders in named.boot are not being used
forwaders
sometimes this works..
also, what do you have in db.cache file? you could add the other dns server you wish to forward queries to here, then do a ndc reload to load the hints file
. IN NS dnsserver
dnserver IN A ipaddress
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 12:49 AM
03-29-2001 12:49 AM
Re: forwarders in named.boot are not being used
thanks a lot for your help !!!
The combination of the 2 answers solved my problem.
I restarted the named (killing it, nog sig_named restart) after changing both the named.boot and db.cache file
I also had to copy the /etc/named.data/named.boot to /etc/named.boot as this is the default file the named will use.
I had forgotten this too...
Again : TNX !
Jeroen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 01:43 AM
03-29-2001 01:43 AM
Re: forwarders in named.boot are not being used
/etc/named.boot is normally a link to /etc/named.data/named.boot.
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 04:15 AM
03-29-2001 04:15 AM
Re: forwarders in named.boot are not being used
I didn't know that.... it is indeed a very good idea to make it a link.
-----
About half an hour after my change I got reports that internal name resolving failed...
I changed my entries in the db.cache file but now (even with those forwarders still in the correct named.boot-file) I can no longer resolve the external name.
It is a DNS server somewhere in America, on the same intranet but on another subnet, the name too is from another dns-domain.
Previously I had no entries in my db.cache-file. I then added 2 lines for that DNS-server and that worked... but apparently the internal DNS queries are now always being sent upwards...
I'm checking this out...if anyone knows the answer immediately, a reply is always welcome.
Jeroen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 08:28 AM
03-29-2001 08:28 AM
Re: forwarders in named.boot are not being used
Are you sure that the primary dns server( the one you are forwarding to) can resolve external names correctly?