Skip to Content.
Sympa Menu

discuss - Re: [opennic-discuss] Bind config explanation...

discuss AT lists.opennicproject.org

Subject: Discuss mailing list

List archive

Re: [opennic-discuss] Bind config explanation...


Chronological Thread 
  • From: Hospedaje Web y Servidores Dedicados <ventas AT dedicados.com.mx>
  • To: discuss AT lists.opennicproject.org
  • Subject: Re: [opennic-discuss] Bind config explanation...
  • Date: Fri, 24 Feb 2012 20:31:01 -0600
  • Organization: Hospedaje Web y Servidores Dedicados

Hello Peter, i have some guides but are on spanish, let me search some on english and i send it to you, if you have problems i can take a look if you want, i used one time ubunto, but it looks to be almos the same for all OS yum, apt-get

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



El 24/02/2012 07:01 p.m., Peter Green escribió:
Hi,

I wonder if anyone can explain a few things about the code you add to
named.conf in order to enable your server to resolve as a T2?

Just so you know, I'm running Ubuntu Server.

To start with, my named.conf doesn't contain anything like this, my
named.local.conf does though, that's where all the zones are that relate to
the sites I have running on the server. So which file do I enter the code
shown below in?

Then, the first zone appears to be "." What does that mean?

zone "." { type slave; file "/etc/bind/zones/db.root"; masters { ; };
allow-transfer { any; }; notify no; };

Then the next zone, this one seems to make sense, I guess it slaves OpenNIC's
T1 servers?

What about the file these two zones point to, like this one;
("/etc/bind/zones/slaves/db.dns.opennic") Does that get created
automatically, or do we have to do that our selves, if so, what permissions and
ownership do we give it?

zone "dns.opennic.glue" { type slave; file
"/etc/bind/zones/slaves/db.dns.opennic"; masters { 75.127.96.89; }; notify no;
allow-transfer { any; }; };

Next, what does "allow-recursion { any; }; " mean in this case?

Thanks, Peter

Wanged from my Kaiser by a mischievous pixie!



Archive powered by MHonArc 2.6.19.

Top of Page