Quote:
Originally Posted by falko
Looks good. If you use BIND - can you post your named.conf?
|
# vi /var/named/chroot/etc/named.conf
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
options {
listen-on port 53 { localhost; };
listen-on-v6 port 53 { ::1; };
directory "/var/named/chroot/var/named";
dump-file "/var/named/chroot/var/named/data/cache_dump.db";
statistics-file "/var/named/chroot/var/named/data/named_stats.txt";
memstatistics-file "/var/named/chroot/var/named/data/named_mem_stats.txt";
allow-query { localhost; };
recursion yes;
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
"/var/named/chroot/etc/named.conf" 29L, 938C
Recent comments
6 hours 22 min ago
7 hours 22 min ago
11 hours 9 min ago
12 hours 23 min ago
15 hours 59 min ago
23 hours 14 min ago
1 day 8 hours ago
1 day 9 hours ago
2 days 40 min ago
2 days 3 hours ago