Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: gatox on October 24, 2004, 10:19:50 PM

Title: How to stop DNS Caching
Post by: gatox on October 24, 2004, 10:19:50 PM
Does anyone know how to stop DNS caching under SME v6.x ?

Get me errors sometimes and my stations can't access my external POP3 servers.  Keeps saying that Domain do not exist.

Any help would be apprciated.

regards,

Luis
Title: How to stop DNS Caching
Post by: Buddha_Joe on October 25, 2004, 06:42:55 PM
Disclaimer: I am new to Linux and SME

How do you have the server setup? It almost sounds as if it is acting as a stand alone dns server for your network insteading of a caching one. I had some issues with DNS when I first installed SME.. Take a look at this thread and let me know if it helps. http://forums.contribs.org/index.php?topic=23044.0
Title: How to stop DNS Caching
Post by: MarkR on October 26, 2004, 01:10:17 PM
i have the same problem..

not sure if this is the correct way to resolve it but it works for now...

create a text file in: /var/service/dnscache/root/servers/
called          : changethis.com (your domain name)
containing      : ip.address.of.domain (ie 127.0.0.1) for localhost
then restart dns cache : service dnscache restart

I then created a script so that cron would do this at a regular intervals(hourly/daily/etc)