Skip to Content.
Sympa Menu

discuss - Re: [opennic-discuss] new to opennic

discuss AT lists.opennicproject.org

Subject: Discuss mailing list

List archive

Re: [opennic-discuss] new to opennic


Chronological Thread 
  • From: Jeff Taylor <shdwdrgn AT sourpuss.net>
  • To: discuss AT lists.opennicproject.org
  • Subject: Re: [opennic-discuss] new to opennic
  • Date: Tue, 26 Jul 2011 13:18:57 -0600
  • List-archive: <http://lists.darkdna.net/pipermail/discuss>
  • List-id: <discuss.lists.opennicproject.org>

Remove this part...

zone "." {
            type hint;
            file "db.root";
};

Also note you can use the same list of masters for the dns.opennic.glue zone as you are using for the root zone.  The file "
db.dns.opennic" will be created as soon as BIND downloads the file from one of the masters.  The same will occur with "db.root" - it will be replaced with the current file from the masters, so your server will always stay in sync with the lasted zones.

Otherwise it looks good as far as I can tell.


On 07/26/2011 12:36 PM, Hospedaje Web y Servidores Dedicados wrote:
can you tell my if my conf is ok?

resolv.conf

nameserver 216.87.84.211
nameserver 64.0.55.201
nameserver 72.14.189.120
nameserver 128.173.89.246


named.conf

options {
        directory "/etc";
        pid-file "/var/run/named/named.pid";
        };

zone "." {
            type hint;
            file "db.root";
};

zone "." {
            type slave;
            file "/etc/db.root";
            masters { 216.87.84.214; 66.96.213.86; 128.177.28.254; 207.192.71.13; 66.244.95.11; 178.63.116.152; 202.83.95.229; };
            allow-transfer { any; };
        notify no;
};

zone "dns.opennic.glue" {
          type slave;
          file "/etc/bind/zones/slaves/db.dns.opennic";  <- this file dont exists, must contain what??
          masters { 75.127.96.89; };
          notify no;
          allow-transfer { any; };
};


thanks.




Ing. Alejandro M.
Hospedaje Web y Servidores Dedicados http://www.dedicados.com.mx ------ correo / msn: ventas AT dedicados.com.mx skype: dedicados ------


_______________________________________________
discuss mailing list
discuss AT lists.opennicproject.org
http://lists.darkdna.net/mailman/listinfo/discuss



Archive powered by MHonArc 2.6.19.

Top of Page