Published by Mircea on 02 May 2004
Running local DNS Server
My ISP’s DNS server is not running great these days and I’ve decided to run my own DNS Server, since I’m using Linux. The idea was to cache the DNS entries locally and query the ISP DNS servers only when needed. This way I would prevent the current timeouts. I’m using bind (named - daemon) as a DNS Server.
I’ve used the following page to help me change in my named configuration:
http://www.faqs.org/docs/securing/chap21sec164.html
Another good resource on DNS Servers is: http://www.tldp.org/HOWTO/DNS-HOWTO.html
I also plan increasing the ‘time to live’ in the DNS cache (local server) for the entries, since I don’t want to rely too much on the outside DNS Servers. I would special zones for the domains that need regular updating (such as dyndns.org, no-ip.org and others).