<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.0">
</HEAD>
<BODY>
try this <BR>
<BR>
<BR>
<TT><FONT COLOR="#737373">listen-on port 53 { 0.0.0.0; };</FONT></TT><BR>
<BR>
<BR>
On Thu, 2008-08-28 at 12:28 +0200, Lorenzo Quatrini wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Miguel A. Velasco ha scritto:</FONT>

<FONT COLOR="#000000">> I have bind-chroot installed with the following options in /etc/named.conf:</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> options {</FONT>
<FONT COLOR="#000000">>         listen-on port 53 { 127.0.0.1; 10.10.80.0; };</FONT>
<FONT COLOR="#000000">>         listen-on-v6 port 53 { ::1; };</FONT>
<FONT COLOR="#000000">>         directory       "/var/named";</FONT>
<FONT COLOR="#000000">>         dump-file       "/var/named/data/cache_dump.db";</FONT>
<FONT COLOR="#000000">>         statistics-file "/var/named/data/named_stats.txt";</FONT>
<FONT COLOR="#000000">>         memstatistics-file "/var/named/data/named_mem_stats.txt";</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">>         // Those options should be used carefully because they disable port</FONT>
<FONT COLOR="#000000">>         // randomization</FONT>
<FONT COLOR="#000000">>         // query-source    port 53;</FONT>
<FONT COLOR="#000000">>         // query-source-v6 port 53;</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">>         allow-query     { localhost; };</FONT>
<FONT COLOR="#000000">Hi Miguel,</FONT>
<FONT COLOR="#000000">you have to edit the allow-query line to allow queries from other host (I have</FONT>
<FONT COLOR="#000000">any there, not localhost) I'm not sure about the syntax but I guess you could</FONT>
<FONT COLOR="#000000">try to put 10.10.80.* or 10.10.80.0/24 there to allow queries from you network</FONT>

<FONT COLOR="#000000">Also remove "10.10.80.0;" from listen-on port as it isn't needed (here you can</FONT>
<FONT COLOR="#000000">specify addresses if your server is multi-homed and you want it to listen only</FONT>
<FONT COLOR="#000000">on some interfaces)</FONT>

<FONT COLOR="#000000">--</FONT>
<FONT COLOR="#000000">Regards</FONT>

<FONT COLOR="#000000">Lorenzo Quatrini</FONT>
<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">CentOS mailing list</FONT>
<FONT COLOR="#000000"><A HREF="mailto:CentOS@centos.org">CentOS@centos.org</A></FONT>
<FONT COLOR="#000000"><A HREF="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</A></FONT>

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>