[Pdns-users] PDNS Authoritative server 2.9.22 on SLES V11?

2014-09-18 Thread p...@w3eta.net
I manage a few PDNS v2.9.22 authoritative servers on SLES V10 and wee need to upgrade the OS to SLES V11. We would prefer not to upgrade PDNS. I was wondering -- does anyone of the list have experience with OS upgrades and v2.9.22? Specifically SLES V11? I'm trying to gauge the risk in updrading

Re: [Pdns-users] DNS DDoS protection

2014-09-18 Thread Péter-Zoltán Keresztes
Basically anycast is the only good solution to fight DDoS. More location you provide from more the attack will be spread. Of course bandwidth is also necessary so that the attack which goes/DC would not kill that DC. > On 18 Sep 2014, at 23:28, Jose David Bravo A > wrote: > > Hi, > > We are

[Pdns-users] DNS DDoS protection

2014-09-18 Thread Jose David Bravo A
Hi, We are using PowerDNS to provide authoritative DNS to 14k domains. We have many hosting servers with BIND transferring zones to our two public PowerDNS servers. This solution is working great, but we want to be ready in case we get a big DDoS. The network of each server will not be able

Re: [Pdns-users] mysql has gone away

2014-09-18 Thread a b
> (2) you should be extremely aware that talking to a database in a > blocking way from within a Recursor script is unsupported, as the > whole Recursor thread is paused while your script is querying the > database and making a decision Out  of  curiosity,  are  there any code examples of querying

Re: [Pdns-users] mysql has gone away

2014-09-18 Thread Aki Tuomi
On Thu, Sep 18, 2014 at 10:08:41AM +0200, Peter van Dijk wrote: > Hello, > > On 17 Sep 2014, at 22:47 , chayes wrote: > > > Oh wait! > > I misunderstood ... cur is the cursor. > > Do I need to close all three as below? > > I can’t answer that, but I have two other things to say: > > (1) libmys

Re: [Pdns-users] mysql has gone away

2014-09-18 Thread Peter van Dijk
Hello, On 17 Sep 2014, at 22:47 , chayes wrote: > Oh wait! > I misunderstood ... cur is the cursor. > Do I need to close all three as below? I can’t answer that, but I have two other things to say: (1) libmysqlclient supports automatic reconnection; you should check whether the Lua lib you ar