<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><div id="yiv485239089">Hi,<br>Typing this "rpm -q bind" got this:<br>bind-9.5.1-0.8.b2.fc10.i386<br><br>In "named.conf file" I got this:<br><br>//<br>// named.conf<br>//<br>// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS<br>// server as a caching only nameserver (as a localhost DNS resolver only).<br>//<br>// See /usr/share/doc/bind*/sample/ for example named configuration files.<br>//<br><br>options {<br>    listen-on port 53 { 127.0.0.1; };<br>    listen-on-v6 port 53 { ::1; };<br>    directory     "/var/named";<br>    dump-file     "/var/named/data/cache_dump.db";<br>        statistics-file "/var/named/data/named_stats.txt";<br>        memstatistics-file
 "/var/named/data/named_mem_stats.txt";<br>    allow-query     { localhost; };<br>    recursion yes;<br>};<br><br>logging {<br>        channel default_debug {<br>                file "data/named.run";<br>                severity dynamic;<br>        };<br>};<br><br>zone "." IN {<br>    type hint;<br>    file "named.ca";<br>};<br><br>include "/etc/named.rfc1912.zones";<br><br>And in "named.rfc1912.zones"<br><br>// named.rfc1912.zones:<br>//<br>// Provided by Red Hat caching-nameserver package <br>//<br>// ISC BIND named zone configuration for zones recommended by<br>// RFC 1912 section 4.1 : localhost TLDs and address zones<br>// and
 http://www.ietf.org/internet-drafts/draft-ietf-dnsop-default-local-zones-02.txt<br>// (c)2007 R W Franks<br>// <br>// See /usr/share/doc/bind*/sample/ for example named configuration files.<br>//<br><br>zone "localhost.localdomain" IN {<br>    type master;<br>    file "named.localhost";<br>    allow-update { none; };<br>};<br><br>zone "localhost" IN {<br>    type master;<br>    file "named.localhost";<br>    allow-update { none; };<br>};<br><br>zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN {<br>    type master;<br>    file "named.loopback";<br>    allow-update { none; };<br>};<br><br>zone "1.0.0.127.in-addr.arpa" IN {<br>    type master;<br>    file "named.loopback";<br>    allow-update { none; };<br>};<br><br>zone "0.in-addr.arpa" IN
 {<br>    type master;<br>    file "named.empty";<br>    allow-update { none; };<br>};<br><br>Can anyone explain the file contents in detail and about named.ca?<br>And what I have to do in step by step to set up a dns server ?<br><br>PC configuration(Home):<br>Processor:Intel Pentium D 2.66GHz<br>Ram:1GB<br>Hard Disk:80GB<br><br><br></div></td></tr></table><br>