Gentoo Archives: gentoo-server

From: Christian Bricart <christian@×××××××.de>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Slow nameresolution with bind
Date: Fri, 05 Mar 2010 10:05:39
Message-Id: 7ee216e79d887ee8dc9e74b2e6255e1d.squirrel@aachalon.de
In Reply to: [gentoo-server] Slow nameresolution with bind by Alexander Zimmerling
1 Alexander Zimmerling wrote:
2 > Hi guys,
3 >
4 > I am sitting here with my new gentoo server. At the moment I struggle
5 > with bind. The problem is known, but I cannot solve it without help.
6
7 > [..]
8
9 have you tried to point upstream resolving to your provider's nameservers
10 rather than always asking the root-nameservers..?
11
12 try adding:
13
14 ..
15 forwarders {
16 8.8.8.8;
17 8.8.4.4;
18 };
19 ..
20
21 to the "options { ..}"-block in your /etc/bind/named.conf - which will
22 then ask the Google-DNS cluster for unknown/uncached RR.
23 You may also specify your provider's DNS IPs there to have an even shorter
24 round-trip for lookups.
25
26 > P.S.: I've found a similar "bug" in bugzilla
27 > (http://bugs.gentoo.org/show_bug.cgi?id=269202) but w/o resolution.
28
29 i doubt that your problem is IPv6 related.
30
31 Christian

Replies

Subject Author
Re: [gentoo-server] Slow nameresolution with bind Alexander Zimmerling <Alexander.Zimmerling@××××.org>