| Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | About BLU |
All,
I am new to BIND. I would like to make it works as a cache server. The details of my named.conf is shown below. What else is to be configured or modify in this named.conf?
// Red Hat BIND Configuration Tool
//
// Default initial "Caching Only" name server configuration
//
options {
directory "/srv/named";
dump-file "/srv/named/data/cache_dump.db";
statistics-file "/srv/named/data/named_stats.txt";
forward first;
forwarders {
4.4.4.4; (ISP primary DNS)
5.5.5.5; (ISP secondary DNS)
};
};
zone "." IN {
type hint;
file "named.root";
};
zone "localdomain." IN {
type master;
Any help would be very helpful.
Thanks.
Dave