// // named.conf for CS master 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 master warn; check-names slave warn; check-names response ignore; allow-recursion { CS-NET; IN-CS-NET; }; // statistics-interval 60; }; // // controls { inet 127.0.0.1 allow { localhost; } keys { rndckey; }; }; logging { channel default_syslog { // syslog daemon; 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 2m; 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; }; }; acl "IN-CS-NET" { { 10.16/16; 194.42.16.48; }; }; acl "CSS" { { 194.42.16.8; 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 master; file "master/cs.ucy.ac.cy"; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; allow-update { CS-NET; }; }; zone "in.cs.ucy.ac.cy" IN { type master; file "master/in.cs.ucy.ac.cy"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "grid.ucy.ac.cy" IN { type master; // what used to be called "primary" file "master/grid.ucy.ac.cy"; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; }; zone "cygrid.org.cy" IN { type master; // what used to be called "primary" file "master/cygrid.org.cy"; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; }; zone "cyec.org.cy" IN { type master; // what used to be called "primary" file "master/cyec.org.cy"; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; }; zone "oftleurope.eu" IN { type master; // what used to be called "primary" file "master/oftleurope.eu"; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; }; zone "16.42.194.in-addr.arpa" IN { type master; file "master/ucynet16"; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; allow-update { CS-NET; }; }; zone "17.42.194.in-addr.arpa" IN { type master; file "master/ucynet17"; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; allow-update { CS-NET; }; }; zone "18.42.194.in-addr.arpa" IN { type master; file "master/ucynet18"; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; allow-update { CS-NET; }; }; zone "27.42.194.in-addr.arpa" IN { type master; file "master/ucynet27"; allow-query { any; }; allow-transfer { localhost; CSS; UCY-S; }; }; zone "0.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.0"; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "1.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.1"; allow-query { any; }; allow-transfer { localhost; CSS; }; }; zone "5.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.5"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "6.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.6"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "7.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.7"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "8.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.8"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "9.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.9"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "10.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.10"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "11.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.11"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "12.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.12"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "13.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.13"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "16.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.16"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "17.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.17"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "19.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.19"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "20.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.20"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "21.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.21"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; zone "22.16.10.in-addr.arpa" IN { type master; file "master/in-csnet-10.16.22"; allow-query { any; }; allow-transfer { localhost; CSS; }; allow-update { 194.42.16.11; IN-CS-NET; }; }; include "/etc/rndc.key";