// // named.conf for CS slave server // options { directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ // query-source address * port 53; // check-names master ignore; check-names slave ignore; // check-names response ignore; allow-recursion { CS-NET; }; }; // // controls { inet 127.0.0.1 allow { localhost; } keys { rndckey; }; }; logging { channel default_syslog { syslog local3; severity info; }; channel my_log { file "/var/log/named/named-all.log" versions 3 size 2m; severity dynamic; print-time yes; print-category yes; print-severity yes; }; channel update_debug { file "/var/log/named/dns-update-debug.log" versions 3 size 200K; severity dynamic; print-category yes; print-severity yes; print-time yes; }; channel security_info { file "/var/log/named/dns-auth.info"; severity info; print-time yes; print-category yes; print-severity yes; }; category default { my_log; default_syslog; }; category xfer-out { my_log; default_syslog; }; category lame-servers { my_log; default_syslog; }; category xfer-in { my_log; default_syslog; }; category queries { my_log; default_syslog; }; category update { update_debug; default_syslog; }; category security { security_info; my_log; default_syslog; }; }; acl "CS-NET" { { 194.42.16/24; 194.42.17/24; 194.42.18/24; 194.42.27/24; 10.16/16; }; }; acl "CSS" { { 194.42.16.11; 194.42.16.20; 194.42.16.58; }; }; acl "UCY-S" { { 194.42.1.1; 194.42.1.5; }; }; zone "." IN { type hint; file "named.ca"; }; zone "localdomain" IN { type master; file "localdomain.zone"; allow-update { none; }; }; zone "localhost" IN { type master; file "localhost.zone"; allow-update { none; }; }; zone "0.0.127.in-addr.arpa" IN { type master; file "named.local"; allow-update { none; }; }; zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN { type master; file "named.ip6.local"; allow-update { none; }; }; zone "255.in-addr.arpa" IN { type master; file "named.broadcast"; allow-update { none; }; }; zone "0.in-addr.arpa" IN { type master; file "named.zero"; allow-update { none; }; }; zone "cs.ucy.ac.cy" IN { type slave; file "slaves/cs.ucy.ac.cy"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; 194.42.1.1; }; }; zone "in.cs.ucy.ac.cy" IN { type slave; file "slaves/in.cs.ucy.ac.cy"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "grid.ucy.ac.cy" IN { type slave; // what used to be called "primary" file "slaves/grid.ucy.ac.cy"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; 194.42.1.1; }; }; zone "cygrid.org.cy" IN { type slave; // what used to be called "primary" file "slaves/cygrid.org.cy"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; }; zone "cyec.org.cy" IN { type slave; // what used to be called "primary" file "slaves/cyec.org.cy"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; }; zone "oftleurope.eu" IN { type slave; // what used to be called "primary" file "slaves/oftleurope.eu"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; allow-notify { CSS; }; }; zone "16.42.194.in-addr.arpa" IN { type slave; file "slaves/ucynet16"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "17.42.194.in-addr.arpa" IN { type slave; file "slaves/ucynet17"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "18.42.194.in-addr.arpa" IN { type slave; file "slaves/ucynet18"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "27.42.194.in-addr.arpa" IN { type slave; file "slaves/ucynet27"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "0.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.0"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "1.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.1"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "5.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.5"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "6.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.6"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "7.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.7"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "8.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.8"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "9.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.9"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "10.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.10"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "11.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.11"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "12.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.12"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "13.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.13"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "16.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.16"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "17.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.17"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "19.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.19"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "20.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.20"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "21.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.21"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "22.16.10.in-addr.arpa" IN { type slave; file "slaves/in-csnet-10.16.22"; masters { 194.42.16.11; }; allow-query { any; }; allow-transfer { localhost; CSS; }; }; include "/etc/rndc.key";