Tag Archives: nameserver

How to setup a primary nameservers on a dedicated server

Here are the steps: Locate named.conf and go to that folder. Add DNS entries for your nameserver. Edit the pri.yourname.com file for the domain you are adding nameservers for. Add these two lines at the bottom of the file: ns1 … Continue reading

Posted in Linux, Linux Administration | Tagged , , , | Leave a comment

Keeping the Root Hints Current

To keep the root hints file current, use the following command. $ dig @a.root-servers.net . ns > db.cache

Posted in Linux, Linux Administration | Tagged , , | Leave a comment

How to check if nameserver is valid (NS1.example.com, NS2.example.com)

A.  How to check if nameserver is valid $ dig ns com ;; ANSWER SECTION: com. 93009 IN NS a.gtld-servers.net. com. 93009 IN NS b.gtld-servers.net. com. 93009 IN NS c.gtld-servers.net. com. 93009 IN NS d.gtld-servers.net. com. 93009 IN NS e.gtld-servers.net. … Continue reading

Posted in Linux, Linux Administration | Tagged , , , | Leave a comment