Skip to Content.
Sympa Menu

dns-operations - Re: [opennic-dns-operations] Planned .OZ outage

dns-operations AT lists.opennicproject.org

Subject: Dns-operations mailing list

List archive

Re: [opennic-dns-operations] Planned .OZ outage


Chronological Thread 
  • From: Martin C <martin AT mchomenet.com>
  • To: dns-operations AT lists.opennicproject.org
  • Subject: Re: [opennic-dns-operations] Planned .OZ outage
  • Date: Mon, 13 Jan 2014 09:14:24 +1000

> thing. I did a quick check and noticed that you are resolving recursive
> lookups, which is the reason why you are being flooded. Tier-1 servers
> should NOT resolve recursively for this very reason. If you turn off
> recursion, you should find that the attacks mostly go away within a few
> days.

I thought it was disabled. This is what my named.conf.options had:
//recursion yes;
allow-query { any; };
auth-nxdomain no; # conform to RFC1035
//listen-on-v6 { any; };
listen-on { any; };
version "[hidden]";

now I have underneath that:
recursion no;
allow-recursion {"none";};


we'll see how that goes.

--
Martin C.



Archive powered by MHonArc 2.6.19.

Top of Page