Re: [Pdns-users] Announcing: Lua records, GSLB

2018-04-24 Thread Hamed Haghshenas
Hi, As I understand this future add to powerdns 4.2 and later . Could you let me know is 4.2 is final release or in beta test ? I can't find it in powerdns repo ! should I compile from github or should wait for final release ? Best Regards, Hamed Haghshenas ___

Re: [Pdns-users] rec_control dump-cache not dumping to file

2018-04-24 Thread Eric Raymond
Yep, that was it. I didn't notice that it was using setuid/setgid with privatetmp. Thanks for the help! On Tue, Apr 24, 2018 at 1:01 PM bert hubert wrote: > On Tue, Apr 24, 2018 at 07:37:11PM +, Eric Raymond wrote: > > I have found this to be not working in 4.1.X releases, and havent tried

Re: [Pdns-users] rec_control dump-cache not dumping to file

2018-04-24 Thread David
On 2018-04-24 1:37 PM, Eric Raymond wrote: Aloha, I have found this to be not working in 4.1.X releases, and havent tried in any other branch. Perhaps I am misunderstanding the command, but it appears to do nothing # rec_control dump-cache /tmp/cache-dump dumped 1970 records # ls -l /tmp/cac

Re: [Pdns-users] rec_control dump-cache not dumping to file

2018-04-24 Thread bert hubert
On Tue, Apr 24, 2018 at 07:37:11PM +, Eric Raymond wrote: > I have found this to be not working in 4.1.X releases, and havent tried in > any other branch. > Perhaps I am misunderstanding the command, but it appears to do nothing > > # rec_control dump-cache /tmp/cache-dump > dumped 1970 record

[Pdns-users] rec_control dump-cache not dumping to file

2018-04-24 Thread Eric Raymond
Aloha, I have found this to be not working in 4.1.X releases, and havent tried in any other branch. Perhaps I am misunderstanding the command, but it appears to do nothing # rec_control dump-cache /tmp/cache-dump dumped 1970 records # ls -l /tmp/cache-dump ls: cannot access /tmp/cache-dump: No s

Re: [Pdns-users] Using PowerDNS with Plesk/cPanel (Repost)

2018-04-24 Thread Jackson Yap
Hi Alejandro, Yes that is exactly what we want! So ultimately we will have ns1 ns2 ns3 to a cluster of pdns dns servers setup, which is fully redundant so if any of ns is down, the records from plesk and cpanel can still send to rest of the ns. Is this like this at your end? We also need to auto

Re: [Pdns-users] Using PowerDNS with Plesk/cPanel (Repost)

2018-04-24 Thread Alejandro Flores Lopez
i see. I have a setup like that Our cpanel and plesk servers works as masters dns, sending notifications to a PDNS slave dns with the supermaster configuration, and using mysql replication to a bunch of more PDNS. So each time we add a new cpanel or plesk, we modify the configuration in bind, se

[Pdns-users] Announcing: Lua records, GSLB

2018-04-24 Thread bert hubert
Hi everyone, Yesterday we merged the new "LUA Records", and they have now appeared in the master builds you can apt-get or yum from https://repo.powerdns.com (or find the tarballs, https://builder.powerdns.com ) Here is the first part of the blogpost: "While PowerDNS ships with a powerful geogra

Re: [Pdns-users] GLSB with Health Check Mechanism

2018-04-24 Thread bert hubert
On Tue, Apr 24, 2018 at 02:22:04PM +0430, Hamed Haghshenas wrote: > Hello Dears, Hi! > Now I want add health check, for Example, before redirect 185.131.128.0/18 > requests to I.J.K.L check the health of I.J.K.L > > With ping, http or . and if is OK redirect to I.J.K.L else redirect to > defaul

[Pdns-users] GLSB with Health Check Mechanism

2018-04-24 Thread Hamed Haghshenas
Hello Dears, I run PDNS as traffic management for my servers, I install powerdns Authoritative with EDNS Support and GeoIP Backend . Then I create a yaml configuration file to manage my traffic based on client subnets like bellow : ## domains: - domain: geo.web