Where can I find good, informative tutorial about configuration files in bind? I have these files (and other irrelevant ones):

db.0  db.10  db.127  db.255  db.empty  db.internal  db.local  db.root

I guess that db.10 works for IPs beginning with 10, and so on, but the internal structure of the file is quite unclear.

I have looked this up in Google and found very little reference to these files; Can anyone post a reference to a good source?

Thanks,

Udi

link|improve this question

78% accept rate
feedback

1 Answer

up vote 2 down vote accepted

These are Bind Zone Files. DNS arranges data not by domain, but by zone; when it is presented to the client and processed, it is not by zone, but by domain. There is a distinct difference. You can read RFC 1035 and parts of RFC 1034 for more information.

I would recommend the "Grasshopper" book for further reading. It can be a bit dry at times, but the first 4 chapters are priceless and will expand your understanding of DNS in an appreciable way.

link|improve this answer
Thanks a bunch. Could you please elaborate about the precedence of resolving? – Adam Matan Aug 4 '09 at 12:49
1  
+1 to second the "Grasshopper" recommendation - an excellent book. – Brent.Longborough Aug 4 '09 at 12:53
1  
@Udi, have a look at this answer (and the answers to that question in general)... serverfault.com/questions/2966/… – Avery Payne Aug 4 '09 at 13:45
Thanks - I'll look into it. – Adam Matan Aug 4 '09 at 14:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.