Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
closed?? I assume that simply means a server that does not have internet based forwarders for it, so will only resolve local addresses. if that's so, then that's just a bog standard bind install with your own domain and forwarding denied. Personally i'd suggest using dnsmasq instead though if it's only a little thing you're after. just fill the /etc/hosts file on the server it's running on and then other local machiens can use it as a dns server for local machines.
WHen I look at my domain name on dnsreports.com, it suggests the following:
ERROR: One or more of your nameservers reports that it is an open DNS server. This usually means that anyone in the world can query it for domains it is not authoritative for (it is possible that the DNS server advertises that it does recursive lookups when it does not, but that shouldn't happen). This can cause an excessive load on your DNS server. Also, it is strongly discouraged to have a DNS server be both authoritative for your domain and be recursive (even if it is not open), due to the potential for cache poisoning (with no recursion, there is no cache, and it is impossible to poison it). Also, the bad guys could use your DNS server as part of an attack, by forging their IP address.
well that's down to your existing dns servers for your domain. if you're not running them then you can't do anything about them. if you are running that server then either firewall that port so external users can't hit it, or just remove the forwrding options as mentioned above.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.