Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-23 Thread Bill Marcum
On Sun, Aug 21, 2005 at 08:21:48PM +0100, Martynas Brijunas wrote: > Hi Henrique, > > I feel this is one of the first things to go wrong while migrating the > whole world to IPv6. More to follow, I am sure... > > > I read that instead of "named -4" it is possible to use "--no-ipv6" > while compi

Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-22 Thread Henrique de Moraes Holschuh
On Mon, 22 Aug 2005, Martynas Brijunas wrote: > It looks like the same query is repeated multiple times with the > interval of preciselly 5 seconds. > > Could anyone explain why this is happening? I am tearing my hair out Time to pull out the big guns, and sniff *all* the traffic going on tho

Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-22 Thread Martynas Brijunas
Hi guys, now updated to bind 9.3.1 from etch. Added "-4" to /etc/default/bind9 so that OPTIONS="-4 -u bind". Still any query even with forward only to my ISP's DNS servers takes a few seconds. With logging enabled, some interesting results can be seen. This is what "dig www.google.com" gives me.

Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-21 Thread Martynas Brijunas
Hi Henrique, I feel this is one of the first things to go wrong while migrating the whole world to IPv6. More to follow, I am sure... I read that instead of "named -4" it is possible to use "--no-ipv6" while compiling the BIND. That is supposed to work on 9.2.x. However I am not sure how to comp

Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-21 Thread Henrique de Moraes Holschuh
On Sun, 21 Aug 2005, Martynas Brijunas wrote: > I may be wrong. "named -4 " is added in versions 9.3.x. Well, bind9 in Sid has it (9.3.1), I did not check wether 9.2.x had it. Sorry about that. It is a damn major stupid dumbass bug in bind, though. I mean, hardcoding a 2s timeout and not paying

Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-20 Thread Martynas Brijunas
I may be wrong. "named -4 " is added in versions 9.3.x. On 21/08/05, Martynas Brijunas <[EMAIL PROTECTED]> wrote: > this is only available from version 9.2.5 > > On 21/08/05, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: > > Try adding a -4 to /etc/defaults/bind9, so that it disables IPv

Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-20 Thread Martynas Brijunas
this is only available from version 9.2.5 On 21/08/05, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: > Try adding a -4 to /etc/defaults/bind9, so that it disables IPv6. > > -- > "One disk to rule them all, One disk to find them. One disk to bring > them all and in the darkness grind th

Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-20 Thread Henrique de Moraes Holschuh
Try adding a -4 to /etc/defaults/bind9, so that it disables IPv6. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh -- To UNSUBSCR

Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-20 Thread Martynas Brijunas
Hi Eriberto, I am using the default config of bind9, and it already includes zones for localhost and 127.0.0.1. Here is how it looks in my named.conf ### zone "localhost" { type master; file "/etc/bind/db.local"; }; zone "127.in-add

Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-20 Thread Eriberto
No. I said you need to make two dns zones (one to localhost and other to 127.0.0.0 network). An example to localhost: $TTL1D @ IN SOA ns.mynet.org. admnet.mynet.org. ( 20050820; Serial

Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-20 Thread Martynas Brijunas
Hi Eriberto, yes, i have the nameserver 127.0.0.1 in my resolv.conf This problem is quite well described here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=140528 On 20/08/05, Eriberto <[EMAIL PROTECTED]> wrote: > Do you make a localhost resolution configuration? > > You will have to

Re: Bind 9.2.4-1 very slow in resolving uncached querres

2005-08-19 Thread Eriberto
Do you make a localhost resolution configuration? You will have to make the localhost domain and 127.0.0.0 network configuration. []s Eriberto - www.eriberto.pro.br HOGWASH - IPS invisível em camada 2. http://www.eriberto.pro.br/hogwash Martynas Brijunas escreveu: At present it takes severa