Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Rob Townley
On Thu, Aug 28, 2008 at 8:10 AM, Spook ZA <[EMAIL PROTECTED]> wrote: > Hi Guys. > I installed BIND 9.3.3rc2 straight off the CentOS 5.1 CDs. > By default the /var/named/chroot is empty, so all I did was copy the > cp -R /usr/share/doc/bind-9.3.3/sample/* /var/named/chroot/ > and it inserts a worki

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Spook ZA
Hi Guys. I installed BIND 9.3.3rc2 straight off the CentOS 5.1 CDs. By default the /var/named/chroot is empty, so all I did was copy the cp -R /usr/share/doc/bind-9.3.3/sample/* /var/named/chroot/ and it inserts a working set of files. Editing /var/named/chroot/etc/named.conf shows a sample setup t

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Miguel A. Velasco
Gopinath Achari escribió: try this listen-on port 53 { 0.0.0.0; }; Thanks, it also work. Regards, Miguel A.Velasco ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Gopinath Achari
try this listen-on port 53 { 0.0.0.0; }; On Thu, 2008-08-28 at 12:28 +0200, Lorenzo Quatrini wrote: > Miguel A. Velasco ha scritto: > > > I have bind-chroot installed with the following options in /etc/named.conf: > > > > options { > > listen-on port 53 { 127.0.0.1; 10.10.80.0; }; >

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Miguel A. Velasco
Lorenzo Quatrini escribió: Hi Miguel, you have to edit the allow-query line to allow queries from other host (I have any there, not localhost) I'm not sure about the syntax but I guess you could try to put 10.10.80.* or 10.10.80.0/24 there to allow queries from you network Also remove "10.10.80.

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Romeo Ninov
But do you have this IP on your machine? You should set IP from your machine, not IP in general!!! Miguel A. Velasco wrote / napísal(a): Romeo Ninov escribió: Set bind to listen to IP, not network, for example 10.10.80.1, no 10.10.80.0 Thanks Romeo, I´ve also tried it but doen´t work.

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Lorenzo Quatrini
Miguel A. Velasco ha scritto: > I have bind-chroot installed with the following options in /etc/named.conf: > > options { > listen-on port 53 { 127.0.0.1; 10.10.80.0; }; > listen-on-v6 port 53 { ::1; }; > directory "/var/named"; > dump-file "/var/named/

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Miguel A. Velasco
Romeo Ninov escribió: Set bind to listen to IP, not network, for example 10.10.80.1, no 10.10.80.0 Thanks Romeo, I´ve also tried it but doen´t work. Miguel A. Velasco Miguel A. Velasco wrote / napísal(a): Hello all, I´ve installed a proxy Squid in my gateway and a Cache DNS

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Romeo Ninov
Set bind to listen to IP, not network, for example 10.10.80.1, no 10.10.80.0 Miguel A. Velasco wrote / napísal(a): Hello all, I´ve installed a proxy Squid in my gateway and a Cache DNS Server with bind. The problem is the server is only resolving is own querys but not the client queries from

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Romeo Ninov
Set bind to listen to IP, not network, for example 10.10.80.1, no 10.10.80.0 Miguel A. Velasco wrote / napísal(a): Hello all, I´ve installed a proxy Squid in my gateway and a Cache DNS Server with bind. The problem is the server is only resolving is own querys but not the client queries from m

[CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Miguel A. Velasco
Hello all, I´ve installed a proxy Squid in my gateway and a Cache DNS Server with bind. The problem is the server is only resolving is own querys but not the client queries from my company. When I do: $service named start I see in /var/log/messages: starting BIND 9.3.4-P1 -u named -t /var/named/