named daemon hangs

2009-05-02 Thread Nelson Vale
Hi all, I've been facing a problem in my private network which I was not able to fix yet. In my gateway (linux debian alike) I have bind 9.5 installed and running, and I have one IPSec tunnel to another gateway over the internet. It also has configured a forward zone with the name server being t

Re: named daemon hangs

2009-05-02 Thread Barry Margolin
In article , Nelson Vale wrote: > I've been facing a problem in my private network which I was not able to fix > yet. > > In my gateway (linux debian alike) I have bind 9.5 installed and running, > and I have one IPSec tunnel to another gateway over the internet. It also > has configured a forw

Re: named daemon hangs

2009-05-02 Thread Jonathan Petersson
Could you please provide a copy of your config, I'm guessing that you have a general forwarder in place or haven't turned on recursion. /Jonathan On Sat, May 2, 2009 at 8:06 AM, Nelson Vale wrote: > Hi all, > > > I've been facing a problem in my private network which I was not able to fix > yet.

Re: named daemon hangs

2009-05-02 Thread Nelson Vale
On Sat, May 2, 2009 at 9:39 PM, Jonathan Petersson wrote: > Could you please provide a copy of your config, I'm guessing that you > have a general forwarder in place or haven't turned on recursion. The options and the forward zone are as follows: acl internal { 127.0.0.1/8; 192.168.9.0/2

Re: named daemon hangs

2009-05-02 Thread Mark Andrews
This is a bug in the kernel where it does not honour that the socket is set to non-blocking mode but instead blocks. Go complain to your OS vendor. Mark In message <38a4524a0905020806s4c939382n80c1c3da656c8...@mail.gmail.com>, Nelson Vale writes: > Hi all, > >

Re: named daemon hangs

2009-05-04 Thread Adam Tkac
On Sat, May 02, 2009 at 04:06:18PM +0100, Nelson Vale wrote: > Hi all, > > > I've been facing a problem in my private network which I was not able to fix > yet. > > In my gateway (linux debian alike) I have bind 9.5 installed and running, > and I have one IPSec tunnel to another gateway over the

Re: named daemon hangs

2009-05-04 Thread Nelson Vale
Hi, Thank you all for your help. This fix surely made the difference :). echo "1" >/proc/sys/net/core/xfrm_larval_drop Nelson Vale On Mon, May 4, 2009 at 8:18 AM, Adam Tkac wrote: > On Sat, May 02, 2009 at 04:06:18PM +0100, Nelson Vale wrote: > > Hi all, > > > > > > I've been facing a probl