Results 1 to 2 of 2
Hi
Code:
nslookup website.com
Code:
nslookup ns1.website.com
Both gives me the following error.
Code:
Non-authoritative answer
Code:
nslookup ip.address
This one gives me
Code:
** server can't find xx.xx.xx.xx.in-addr.arpa.: NXDOMAIN
...
- 12-09-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 65
Non-authoritative answer and NXDOMAIN Error on nslookup
Hi
Code:nslookup website.com
Both gives me the following error.Code:nslookup ns1.website.com
Code:Non-authoritative answer
This one gives meCode:nslookup ip.address
How do i fix those errors.Code:** server can't find xx.xx.xx.xx.in-addr.arpa.: NXDOMAIN
Centos 6 64bit with bind 9
- 12-15-2011 #2
Non-authorative are answers that came from a naming service that is NOT responsible for the domain "website.com". This implies that it may be not accurate, out of date or worse. But they are generally fine since they are used to speed up ns resolutions. A possible threat is "DNS cache poisoning". You can look that up for reference and more information.
NXDOMAIN := non existent domain
Does this answer your questions?


Reply With Quote
