- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DNS error
Operating System - HP-UX
1819802
Members
3199
Online
109607
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-08-2002 04:08 AM
12-08-2002 04:08 AM
DNS error
hi all
Anyone can please help me ,I am debugging my dns errors here but the problem is with the error message that says "nslookup reports danger".What does that mean ?
I've managed to debugg all other errors except this one.
Thanks
Sandile
Anyone can please help me ,I am debugging my dns errors here but the problem is with the error message that says "nslookup reports danger".What does that mean ?
I've managed to debugg all other errors except this one.
Thanks
Sandile
When days are dark friends are very few
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2002 04:57 AM
12-08-2002 04:57 AM
Re: DNS error
This message indicates that your DNS server has been configured to query itself
when it cannot find what it is looking for. If DNS did not catch this error,
then it would be possible to put the named into a infinite loop, where
named gets a name/ip to lookup, and cannot find it
named passes on the name/ip to nameservers it has been told to
use when it cannot find information it needs
named gets a query FROM ITSELF of this same name since the DNS
servers' own IP address appears in the list of nameservers in step 2.
Bottom line: The DNS server's ip address cannot appear in the db.cache file
or in the forwarders statement found in named.boot.
Example. This ip address of this DNS server is 15.1.1.1. Then the line
"forwarders 15.1.1.1 ...." in /etc/named.boot
or the entry
. 99999999 IN NS .
dns_server_name . 99999999 IN A 15.1.1.1
in db.cache would cause this error.
when it cannot find what it is looking for. If DNS did not catch this error,
then it would be possible to put the named into a infinite loop, where
named gets a name/ip to lookup, and cannot find it
named passes on the name/ip to nameservers it has been told to
use when it cannot find information it needs
named gets a query FROM ITSELF of this same name since the DNS
servers' own IP address appears in the list of nameservers in step 2.
Bottom line: The DNS server's ip address cannot appear in the db.cache file
or in the forwarders statement found in named.boot.
Example. This ip address of this DNS server is 15.1.1.1. Then the line
"forwarders 15.1.1.1 ...." in /etc/named.boot
or the entry
. 99999999 IN NS .
dns_server_name . 99999999 IN A 15.1.1.1
in db.cache would cause this error.
love computers
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP