// // 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 slave; masters { _LVS01_PRIVATE_IP; }; file "/etc/bind/domain.org-zone"; // allow-update { key "rndc-key"; Priv_NET.0/24; }; allow-transfer { 127.0.0.1; _MY_IP; }; notify yes; }; zone "_REV_PRIVATE_NET.in-addr.arpa" { type slave; masters { _LVS01_PRIVATE_IP; }; file "/etc/bind/Priv_NET-zone"; //allow-update { key "rndc-key"; Priv_NET.0/24; }; allow-transfer { 127.0.0.1; _MY_IP; }; notify yes; }; zone "_REV_DMZ_NET.in-addr.arpa" { type slave; masters { _LVS01_PRIVATE_IP; }; file "/etc/bind/Priv_NET-zone"; //allow-update { key "rndc-key"; DMZ_NET.0/24; }; allow-transfer { 127.0.0.1; _MY_IP; }; notify yes; };