<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hello,</DIV>
<DIV> </DIV>
<DIV>I am running slave DNS server using BIND. Today when try to run named-checkconf file as below , i am getting highlighted error. </DIV>
<DIV> </DIV>
<DIV> Kindly assist me</DIV>
<DIV> </DIV>
<DIV> [root@server]# named-checkconf /etc/named.rfc1912.zones<BR>/etc/named.rfc1912.zones:78: undefined ACL 'redhat'<BR>/etc/named.rfc1912.zones:85: undefined ACL 'redhat'<BR>/etc/named.rfc1912.zones:92: undefined ACL 'redhat'<BR>/etc/named.rfc1912.zones:100: undefined ACL 'redhat'</DIV>
<DIV> </DIV>
<DIV>My /etc/named.rfc1912.zones file is given below</DIV>
<DIV> </DIV>
<DIV>zone "." IN {<BR>        type hint;<BR>        file "named.ca";<BR>};<BR></DIV>
<DIV>zone "227.18.217.in-addr.arpa" IN {<BR>      type slave;<BR>      file "slaves/svns.company.db" ;<BR>      allow-query { redhat; };<BR>      masters { 10.0.0.1; };<BR>};</DIV>
<DIV>zone "226.18.217.in-addr.arpa" IN {<BR>    type slave;<BR>    file "slaves/MX.db" ;<BR>    allow-query { redhat; };<BR>    masters { 10.0.0.1; };<BR>};</DIV>
<DIV>zone "225.18.217.in-addr.arpa" IN {<BR>     type slave;<BR>     file "slaves/VPN.db" ;<BR>     allow-query { redhat; };<BR>     masters { 10.0.0.1; };<BR>};</DIV>
<DIV><BR>zone "232.18.217.in-addr.arpa" IN {<BR>     type slave;<BR>     file "slaves/drns.company.db" ;<BR>     allow-query { redhat; };<BR>     masters { 10.0.0.1; };<BR>};</DIV>
<DIV> </DIV>
<DIV>2. My /etc/named.caching-nameserver.conf file content</DIV>
<DIV> </DIV>
<DIV>acl redhat { any; };</DIV>
<DIV>options {<BR>        listen-on port 53 { 127.0.0.1; 10.0.0.2; };<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>        query-source    port 53;</DIV>
<DIV>logging {<BR>        channel default_debug {<BR>                file "data/named.run";<BR>                severity dynamic;<BR>        };</DIV>
<DIV>        channel my_file {<BR>                 file "data/log.msgs";<BR>                  severity dynamic;<BR>        };</DIV>
<DIV>      category queries { my_file; };<BR>};<BR></DIV>
<DIV>view localhost_resolver {<BR>        match-clients      { localhost; 10.0.0.1/23; any; };</DIV>
<DIV>         match-destinations { localhost; };<BR>        recursion yes;<BR>        include "/etc/named.rfc1912.zones";</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Regards</DIV>
<DIV>Papdheen M<BR><BR><BR><BR></DIV></td></tr></table>