Re: Forwarding and binding ports

2010-02-09 Thread Barry Margolin
In article , Peter Gordon wrote: > I want to set up bind to be a forwarder. I also need to specify, at the > socket level, the bind address. ( I can't use default routing). > > forwarding is achieved through the forwarders option in named.conf. Is > there a way to specify the bind address on th

Re: Bind9 overloaded, recursive clients and timeout.

2010-02-09 Thread Mark Andrews
In message <4b719346.4020...@arcelormittal.com>, Cedric Lejeune writes: > Hello list, > > First, thank to all of you that have taken some time to help me =) > > I answer to myself, maybe it will help someone in the same situation. So > yes, I think I have found what was going wrong with my conf

Re: strange problem with "double CNAMEs" ?

2010-02-09 Thread W S
Is there anything I have to enable on my side to query these "double CNAMEs"?   dig @8.8.8.8 cdn2.example.com cdn2.example.com 3600 IN CNAME cdn2.example2.com cdn2.example2.com 3600 IN CNAME cdn3.example2.com cdn3.example2.com 3600 IN A 1.2.3.4   Thanks a lot guys, --WS --- On Mon, 2/8/10, W S wr

Re: Question about "rndc flushname"

2010-02-09 Thread bsfinkel
bsfin...@anl.gov wrote: >> On a mail machine I am running a cache-only DNS - BIND 9.6.1-P3. >> When I dump the cache I see two lines: >> >> ; answer >> brainpower-austria.at. 6622MX 5 mx1.bon.at. >> >> I then enter >> >> ./rndc flushname brainpower-austria.at >> >> But

Re: how do I get a slave to send NOTIFY messages?

2010-02-09 Thread Frank Cusack
On 1/31/10 10:08 PM -0500 Joseph S D Yao wrote: I suspect that the notify option is set to 'no' either in your global options or in your view or in your zone. Indeed, I had a global "notify no" option. I misunderstood the way that zone-specific also-notify and the global notify option interact

RE: query (cache) 'xxxxxxxxxxxx/A/IN' denied

2010-02-09 Thread Lightner, Jeff
It changed between 9.3 and 9.4. See this link: http://support.menandmice.com/jforum/posts/list/25.page -Original Message- From: bind-users-bounces+jlightner=water@lists.isc.org [mailto:bind-users-bounces+jlightner=water@lists.isc.org] On Behalf Of Riccardo Castellani Sent: Tuesda

Re: query (cache) 'xxxxxxxxxxxx/A/IN' denied

2010-02-09 Thread Riccardo Castellani
I migrated from Bind 9.2 to 9.5.1 version but there was not his problem! This option was not present in mi prevoius configuration and it works fine. What do you think ? - Original Message - From: "Todd Snyder" To: "Riccardo Castellani" ; Sent: Tuesday, February 09, 2010 7:18 PM Subj

RE: query (cache) 'xxxxxxxxxxxx/A/IN' denied

2010-02-09 Thread Todd Snyder
checkout "allow-query-cache" -Original Message- From: bind-users-bounces+tsnyder=rim@lists.isc.org [mailto:bind-users-bounces+tsnyder=rim@lists.isc.org] On Behalf Of Riccardo Castellani Sent: Tuesday, February 09, 2010 1:06 PM To: bind-users@lists.isc.org Subject: query (cache) 'xx

query (cache) 'xxxxxxxxxxxx/A/IN' denied

2010-02-09 Thread Riccardo Castellani
I'm using Debian Sarge with Bind 9.5.1 for my DNS server and I'd like understanding because my Fedora Core 3 client (machine A) is not able to solve domains when it queries to this DNS server. I can see this error on named.log of DNS server: security: client A.B.C.D# : query (cache) 'xx

Re: Bind9 overloaded, recursive clients and timeout.

2010-02-09 Thread Cedric Lejeune
Hello list, First, thank to all of you that have taken some time to help me =) I answer to myself, maybe it will help someone in the same situation. So yes, I think I have found what was going wrong with my config, nothing! In fact, our firewall was doing some kind of traffic shaping (thanks

Re: Solaris 10 - Running bind9 within a zone/container

2010-02-09 Thread Martin Wismer
Hello On 09.02.10 14:20, J.D. Bronson wrote: I am trying to run bind9 chrooted within a Solaris zone (Container) and I cant get the dev tree to work. I cannot use mknod in a container and trying to symlink it also results in failure. I can run named just fine in the 'global' solaris zone but n

Solaris 10 - Running bind9 within a zone/container

2010-02-09 Thread J.D. Bronson
I am trying to run bind9 chrooted within a Solaris zone (Container) and I cant get the dev tree to work. I cannot use mknod in a container and trying to symlink it also results in failure. I can run named just fine in the 'global' solaris zone but not a separate container zone. anyone have this

Forwarding and binding ports

2010-02-09 Thread Peter Gordon
I want to set up bind to be a forwarder. I also need to specify, at the socket level, the bind address. ( I can't use default routing). forwarding is achieved through the forwarders option in named.conf. Is there a way to specify the bind address on the socket? Thanks for any advice. Peter _