Kenneth Porter wrote: > If it's a Red Hat system (including Fedora), just install the > caching-nameserver RPM. It pulls in BIND and installs appropriate config > files. Then edit resolv.conf to point to localhost.
If it is a Debian system just install bind9 and the default configuration is a caching nameserver. apt-get install bind9 In both cases you would need to modify /etc/resolv.conf to use the local nameserver instead of the current one. Bob