## ## 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. // acl "ADservers" { { 194.42.16.23; 194.42.16.8; }; }; acl "CSNET" { { 194.42.16/24; 194.42.17/24; 194.42.18/24; 194.42.27/24; 10.16/16; }; }; /*acl "CSDNS" { { 10.16.1.115; 10.16.1.118; 194.42.16.8; 194.42.16.23; 194.42.16.11; 194.42.16.20; 194.42.16.58; }; }; */ acl "DHCPS" { { 194.42.16.11; 194.42.16.48; 194.42.16.8; 194.42.16.23; 10.16.1.115; 10.16.1.118; }; }; acl "UCY-S" { { 194.42.1.50; 194.42.1.55; }; }; options { listen-on port 53 { 127.0.0.1; 10.16.1.115; }; ##NSC listen-on-v6 port 53 { ::1; }; ##NSC listen-on-v6 port 53 { none; }; version "none"; directory "/var/named"; #NSC dump-file "/var/named/data/cache_dump.db"; #NSC statistics-file "/var/named/data/named_stats.txt"; #NSC memstatistics-file "/var/named/data/named_mem_stats.txt"; dump-file "data/cache_dump.db"; statistics-file "data/named_stats.txt"; memstatistics-file "data/named_mem_stats.txt"; allow-query { localhost; CSNET; }; recursion yes; dnssec-enable no; dnssec-validation no; dnssec-lookaside auto; check-names master ignore; check-names slave ignore; check-names response ignore; /* Path to ISC DLV key */ bindkeys-file "/etc/named.iscdlv.key"; managed-keys-directory "/var/named/dynamic"; forwarders {194.42.17.148; 194.42.17.149; }; }; logging { channel cs_zone_log { ##NSC file "data/named.run"; file "data/cs_zones_log" versions 3 size 5m; severity info; print-severity yes; print-time yes; print-category yes; }; category default { cs_zone_log; }; }; key dhcpupdate { algorithm hmac-md5; secret "LbXhJAaZW4CC11c60YaRew=="; }; ###NSCzone "." IN { ###NSC type hint; ###NSC file "named.ca"; ###NSC}; include "/etc/named.rfc1912.zones"; include "/etc/named.root.key"; [root@castor etc]# [END] 12/17/2015 3:50:00 PM