Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Too many timeouts resolving / disabling EDNS messages
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Simon Vallet  
View profile  
 More options Jan 25 2008, 10:11 am
Newsgroups: comp.protocols.dns.bind
From: Simon Vallet <sval...@genoscope.cns.fr>
Date: Fri, 25 Jan 2008 16:11:19 +0100
Local: Fri, Jan 25 2008 10:11 am
Subject: Too many timeouts resolving / disabling EDNS messages
Hi,

having recently upgraded one of our nameservers to 9.5.0b1, we now get
the following into our logs :

too many timeouts resolving 'example.com MX'; disabling EDNS

Digging a little bit shows that BIND now queries every host using EDNS0,
even if dnssec-validation or dnssec-enable is off, which seems overkill.

We get *lots* of messages like this, and even if I know we can prevent
BIND to log these, I'd much rather disable EDNS queries alltogether.
But as I understand it, this is currently not possible -- any particular
reasons for this ?

Simon

--
Simon Vallet
Ingénieur Systèmes/Réseaux
CEA DSV IG / Genoscope
Tél. : 01 60 87 36 06
E-mail : sval...@genoscope.cns.fr


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Simon Vallet  
View profile  
 More options Jan 25 2008, 12:06 pm
Newsgroups: comp.protocols.dns.bind
From: Simon Vallet <sval...@genoscope.cns.fr>
Date: Fri, 25 Jan 2008 18:06:23 +0100
Local: Fri, Jan 25 2008 12:06 pm
Subject: Re: Too many timeouts resolving / disabling EDNS messages

On Fri, 25 Jan 2008 16:11:19 +0100

Simon Vallet <sval...@genoscope.cns.fr> wrote:
> Digging a little bit shows that BIND now queries every host using EDNS0,
> even if dnssec-validation or dnssec-enable is off, which seems overkill.

OK -- digging a little bit more shows that this has actually been
standard behaviour for some time now. So the better solution is
probably to disable logging of these messages.

Sorry for the noise,
Simon


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Andrews  
View profile  
 More options Jan 25 2008, 6:22 pm
Newsgroups: comp.protocols.dns.bind
From: Mark Andrews <Mark_Andr...@isc.org>
Date: Sat, 26 Jan 2008 10:22:05 +1100
Local: Fri, Jan 25 2008 6:22 pm
Subject: Re: Too many timeouts resolving / disabling EDNS messages

> On Fri, 25 Jan 2008 16:11:19 +0100
> Simon Vallet <sval...@genoscope.cns.fr> wrote:

> > Digging a little bit shows that BIND now queries every host using EDNS0,
> > even if dnssec-validation or dnssec-enable is off, which seems overkill.

> OK -- digging a little bit more shows that this has actually been
> standard behaviour for some time now. So the better solution is
> probably to disable logging of these messages.

> Sorry for the noise,
> Simon

        The better solution is to work out if it is a local problem
        that is causing the messages and fix it.

        The usual causes is a broken or misconfigure firewall / NAT.

        * A Firewall that doesn't allow through DNS packets > 512 bytes.
        * A Firewall/NAT that doesn't allow IP fragments through.

        To workaround either of these set edns-udp-size to a
        appropriate value but only do it if you can't fix the
        underlying problem.

        e.g.
                I've got a NAT that can't handle out-of-order IP
                fragments so I use "edns-udp-size 1460;" which is
                small enough so that a UDP packet will fit in a
                Ethernet packet without fragmentation provided no
                IP options are set.

        "dig +norec +dnssec example.com @a.root-servers.net"

        Can be used to test if you firewall supports packets > 512.

        "dig +dnssec +norec +ignore dnskey se @A.NS.se"

        Can be used to test if IP fragments can get though at all.

        I don't have a out-of-order IP fragmentation test.

        These messages are rare events with a EDNS clear path.

        Mark
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andr...@isc.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Simon Vallet  
View profile  
 More options Jan 25 2008, 10:06 pm
Newsgroups: comp.protocols.dns.bind
From: Simon Vallet <sval...@genoscope.cns.fr>
Date: Sat, 26 Jan 2008 04:06:54 +0100
Local: Fri, Jan 25 2008 10:06 pm
Subject: Re: Too many timeouts resolving / disabling EDNS messages
On Sat, 26 Jan 2008 10:22:05 +1100

Mark Andrews <Mark_Andr...@isc.org> wrote:
>    The better solution is to work out if it is a local problem
>    that is causing the messages and fix it.

Yep. That's what I was thinking at first -- but our firewall is fine :
it seems the problem is at the other end of the path, which are mostly
spam domains, to which we are (sadly) still delivering DSNs.

So the situation will probably be a lot better once the legacy mail
infrastructure has morphed into an acceptable shape -- something that
should be ready soon :-) Then it will be the time to log those messages
again.

Thanks for the tip, though
Simon


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Andrews  
View profile  
 More options Jan 25 2008, 10:24 pm
Newsgroups: comp.protocols.dns.bind
From: Mark Andrews <Mark_Andr...@isc.org>
Date: Sat, 26 Jan 2008 14:24:55 +1100
Local: Fri, Jan 25 2008 10:24 pm
Subject: Re: Too many timeouts resolving / disabling EDNS messages

> On Sat, 26 Jan 2008 10:22:05 +1100
> Mark Andrews <Mark_Andr...@isc.org> wrote:

> >       The better solution is to work out if it is a local problem
> >       that is causing the messages and fix it.

> Yep. That's what I was thinking at first -- but our firewall is fine :
> it seems the problem is at the other end of the path, which are mostly
> spam domains, to which we are (sadly) still delivering DSNs.

> So the situation will probably be a lot better once the legacy mail
> infrastructure has morphed into an acceptable shape -- something that
> should be ready soon :-) Then it will be the time to log those messages
> again.

        Sounds reasonable.

> Thanks for the tip, though
> Simon

--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andr...@isc.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
spaav  
View profile  
 More options Mar 9 2008, 11:11 am
Newsgroups: comp.protocols.dns.bind
From: spaav <spaav...@earthlink.net>
Date: Sun, 9 Mar 2008 08:11:02 -0700 (PDT)
Local: Sun, Mar 9 2008 11:11 am
Subject: Re: Too many timeouts resolving / disabling EDNS messages
On Jan 25, 7:22 pm, Mark Andrews <Mark_Andr...@isc.org> wrote:

I've been getting the EDNS timeouts as well using bind 9.5. EDNS
doesn't appear to work at all for me. Thanks for these suggestions
using dig. I'd previously tried to fix my firewall, but these dig
commands indicate my firewall is working ok. Do you have anything else
I could try to resolve my problem?

Steve


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
l...@dr.com  
View profile  
 More options Apr 23 2008, 8:57 am
Newsgroups: comp.protocols.dns.bind
From: l...@dr.com
Date: Wed, 23 Apr 2008 05:57:49 -0700 (PDT)
Local: Wed, Apr 23 2008 8:57 am
Subject: Re: Too many timeouts resolving / disabling EDNS messages
Solution:

add the following lines in /etc/named.conf or /var/named/chroot/etc/
named.conf:

logging {
category lame-servers {null; };
category edns-disabled { null; };

};

Hope to help ...

Antonio Carlos de Lima
------------

"You know, evil comes in many forms, be it a man-eating cow or Joseph
Stalin. But you can't let the package hide the pudding. Evil is just
plain bad. You don't cotton to it. You gotta smack it on the nose with
the rolled up newspaper of goodness. Bad dog! Bad dog!"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »