Linux DNS server setup in VM for RAC in lab?
762942Dec 30 2012 — edited Jan 2 2013Hi All,
I am not a LINUX Admin but setting up a DNS server on VM for LAB environment required for RAC Database.
Wanted to know what is the purpose of allow-query { any; } or allow-update { none; } ?
a> allow-query { any; };
b> allow-update { none; };
vi /etc/named.conf
--------------------
zone "sangramkeshari.net" IN {
type master;
file "sangramkeshari.net.zone";
allow-update { none; };
};
--Configure a reverse proxy.
zone "56.168.192.in-addr.arpa" in {
type master;
file "56.168.192.in-addr.arpa.zone";
allow-update { none; };
};