-
Archives
- January 2012
- December 2011
- September 2011
- August 2011
- June 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- January 2009
- November 2008
- September 2008
- August 2008
- July 2008
- March 2008
- February 2008
- January 2008
-
Meta
Tag Archives: DNS
How to Refresh my DNS cached record?
Use OpenDNS free services by adding 208.67.222.222 and 208.67.220.220 on your /etc/resolv.conf. Go to http://www.opendns.com/support/cache/ then enter the website address.
Free Secondary DNS and Online DNS Tools
These free tools have been designed to validate and check the health of your public DNS servers. Free Secondary DNS for your domains. If your looking for another DNS to put your domain in, this is for you. Providing additional … Continue reading
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 dedicated server, DNS, nameserver, primary nameserver
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
How to check your DNS configuration and zone files
If you are running BIND 9, you have handy new tools to help maintain your nameserver files: named-checkconf and named-checkzone. These tools reside in /usr/sbin or /usr/local/sbin. named-checkconf checks the configuration file for syntax errors. $ /usr/sbin/named-checkconf zonename db.local zone … Continue reading