From: "Christian Bricart" <christian@bricart.de>
To: gentoo-server@lists.gentoo.org
Subject: Re: [gentoo-server] Slow nameresolution with bind
Date: Fri, 5 Mar 2010 10:59:52 +0100 [thread overview]
Message-ID: <7ee216e79d887ee8dc9e74b2e6255e1d.squirrel@aachalon.de> (raw)
In-Reply-To: <1267771348.4504.18.camel@Ur>
Alexander Zimmerling wrote:
> Hi guys,
>
> I am sitting here with my new gentoo server. At the moment I struggle
> with bind. The problem is known, but I cannot solve it without help.
> [..]
have you tried to point upstream resolving to your provider's nameservers
rather than always asking the root-nameservers..?
try adding:
..
forwarders {
8.8.8.8;
8.8.4.4;
};
..
to the "options { ..}"-block in your /etc/bind/named.conf - which will
then ask the Google-DNS cluster for unknown/uncached RR.
You may also specify your provider's DNS IPs there to have an even shorter
round-trip for lookups.
> P.S.: I've found a similar "bug" in bugzilla
> (http://bugs.gentoo.org/show_bug.cgi?id=269202) but w/o resolution.
i doubt that your problem is IPv6 related.
Christian
next prev parent reply other threads:[~2010-03-05 10:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-05 6:42 [gentoo-server] Slow nameresolution with bind Alexander Zimmerling
2010-03-05 9:59 ` Christian Bricart [this message]
2010-03-05 19:47 ` Alexander Zimmerling
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7ee216e79d887ee8dc9e74b2e6255e1d.squirrel@aachalon.de \
--to=christian@bricart.de \
--cc=gentoo-server@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox