// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "domain.org" { type master; file "/etc/bind/domain.org-zone"; // allow-update { key "rndc-key"; Priv_NET.0/24; }; allow-transfer { 127.0.0.1; _MY_IP; _LVS02_PRIVATE_IP; }; notify yes; }; zone "_REV_PRIVATE_NET.in-addr.arpa" { type master; file "/etc/bind/Priv_NET-zone"; // allow-update { key "rndc-key"; Priv_NET.0/24; }; allow-transfer { 127.0.0.1; _MY_IP; _LVS02_PRIVATE_IP; }; notify yes; };