/etc/named.conf |
| // generated by named-bootconf.pl options { directory "/var/named"; #re 2000.12.06 for BIND 9 auth-nxdomain yes; /* * 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; }; // // a caching only nameserver config // zone "." IN { type hint; #re 2000.12.05 # file "named.ca"; file "named.root"; }; #re 2000.12.05 #zone "localhost" IN { # type master; # file "localhost.zone"; # allow-update { none; }; #}; zone "0.0.127.in-addr.arpa" IN { type master; #re 2000.12.05 # file "named.local"; file "127.0.0.db"; allow-update { none; }; }; ########## e-ryoichi.net ########## zone "e-ryoichi.net" IN { type master; file "e-ryoichi.net.db"; allow-transfer { 205.166.226.38; }; }; #re 2001.01.16 zone "9.112.129.210.in-addr.arpa" IN { type master; file "210.129.112.9.db"; allow-transfer { 205.166.226.38; }; }; ########## gw.e-ryoichi.net ########## zone "gw.e-ryoichi.net" IN { type master; file "gw.e-ryoichi.net.db"; allow-query { 192.168.0.0/23; }; allow-transfer { 192.168.0.0/23; }; }; zone "0.168.192.in-addr.arpa" IN { type master; file "192.168.0.db"; allow-query { 192.168.0.0/23; }; allow-transfer { 192.168.0.0/23; }; }; ########## e-ryoichi-home.net ########## zone "e-ryoichi-home.net" IN { type master; file "e-ryoichi-home.net.db"; allow-query { 192.168.0.0/23; }; allow-transfer { 192.168.0.0/23; }; }; zone "1.168.192.in-addr.arpa" IN { type master; file "192.168.1.db"; allow-query { 192.168.0.0/23; }; allow-transfer { 192.168.0.0/23; }; }; |