Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ cat /etc/named.conf
- ##################Rocks generated entries###################################
- acl rocks-trusted {
- 10.1.0.0/16;
- 127.0.0.1;
- };
- options {
- directory "/var/named";
- dump-file "/var/named/data/cache_dump.db";
- statistics-file "/var/named/data/named_stats.txt";
- forwarders { 192.168.254.2;192.168.254.3; };
- allow-recursion { rocks-trusted; };
- allow-query { rocks-trusted; };
- };
- controls {
- inet 127.0.0.1 allow { localhost; } keys { rndckey; };
- };
- zone "." IN {
- type hint;
- file "named.ca";
- };
- zone "0.0.127.in-addr.arpa" IN {
- type master;
- file "named.localhost";
- allow-update { none; };
- };
- zone "local" {
- type master;
- notify no;
- file "private.domain";
- };
- zone "1.10.in-addr.arpa" {
- type master;
- notify no;
- file "reverse.private.domain.1.10";
- };
- ############################## eucalyptus entries ########################
- #Imported from /etc/named.conf.local
- zone "csedcluster.nitc.ac.in" {
- type master;
- file "/etc/named/db.csedcluster.nitc.ac.in";
- };
- #forward eucadomain.yourdomain ie eucalyptus.192.168.41.203
- zone "eucalyptus.csedcluster.nitc.ac.in" {
- type forward;
- forward only;
- forwarders { 192.168.41.203; };
- };
- include "/etc/rndc.key";
Advertisement
Add Comment
Please, Sign In to add comment