Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Linux DNS server setup in VM for RAC in lab?

762942Dec 30 2012 — edited Jan 2 2013
Hi 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; };
};
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 30 2013
Added on Dec 30 2012
3 comments
768 views