Re: [Pdns-users] Internal DNS for .LAN Domain

2020-02-23 Thread David Jones via Pdns-users
The “name” field must be the full hostname that ends with the domain name to be valid. Here’s an example from a working zone: MariaDB [powerdns]> select * from domains limit 1; ++++++-+-+-+ | id | name | master | last_

Re: [Pdns-users] How to switch between two different "zone" files for the same domain?

2019-03-31 Thread David Jones via Pdns-users
The backend is going to determine what can be done and I am not seeing that below. There are many option depending on how complex the changes are in that zone in the DR site. If you have a similar IP subnet scheme in a /23 or /24 with the same 4th octet and the backend is a database, then a sc

Re: [Pdns-users] Help with mydns backend

2019-02-10 Thread David Jones via Pdns-users
FYI, there are many ways to transfer the data from one DNS auth server into pdns. This method should work with any type of DNS master and is pretty simple to do without having to do direct database inserts that are tough to understand when first learning PowerDNS. Later on when PowerDNS has be

Re: [Pdns-users] dynamic-updates / NOTIFY-DNSUPDATE not taking effect

2019-01-06 Thread David Jones via Pdns-users
27;in.ena.net' to 96.4.0.36:53 (was acknowledged) Jan 06 05:06:04 pdns01 pdns_server[26930]: Removed from notification list: 'in.ena.net' to [2610:128:1200:ad::36]:53 (was acknowledged) Note that if you have IPv6 enabled on your servers, some of the communications will happen over IPv6 even if yo

[Pdns-users] TCP nameserver had error

2017-05-18 Thread David Jones
I have PowerDNS hidden masters (MASTER) managed by PowerAdmin/PowerDNS API using MySQL replication with PowerDNS public slaves that use NOTIFY/AXFR (SLAVE).  Every day or two I get this in my hidden master logs when they have just sent a NOTIFY and the public slave tries to do the AXFR: May 17

Re: [Pdns-users] PowerDNS API and RFC in relation to CNAMEs

2017-05-09 Thread David Jones
>From: Pdns-users >on behalf of Pieter Lexis >This smells like a bug in the API (as `pdnsutil check-zone` will complain >about it). Can one of you open a bug report on github about this[1]? Done. https://github.com/PowerDNS/pdns/issues/5305 Dave ___

Re: [Pdns-users] PowerDNS API and RFC in relation to CNAMEs

2017-05-09 Thread David Jones
>From: Pdns-users >on behalf of Diego Bellini >Morning! >Does anyone have any suggestion for me?   I have noticed the same thing. We have some developers writing an internal interface to manage our PowerDNS via the API and I also noticed that the API allows this when it shouldn't. Dave >Cheer

Re: [Pdns-users] How To Configure PowerDNS

2017-05-08 Thread David Jones
>From: Pdns-users >on behalf of Roberto Quiñones >Hi, I'm sorry for the inconvenience, I've tried to install powerdns >in centos 7 following a document, but this does not help me with >the part of if I want to replicate the zones to a secondary (slave) >server. Given this I do not know if in cen

Re: [Pdns-users] Notify being ignored

2017-05-04 Thread David Jones
From: Pdns-users on behalf of Fabian A. Santiago   >On May 4, 2017 6:15:35 AM EDT, Remi Gacogne wrote: >>On 05/04/2017 12:09 PM, Fabian A. Santiago wrote: 'allow-notify-from' defaults to '0.0.0.0/0,::/0', which allows everything. Of course additional checks are performed afterward

[Pdns-users] Notify being ignored

2017-05-03 Thread David Jones
I have a PowerDNS server setup as a slave and see this in my logs constantly: Received NOTIFY for example.com from 1.2.3.4 but remote is not permitted by TSIG or allow-notify-from I was hoping to not have to maintain a long list of master IPs in the allow-notify-from. One would think that the

Re: [Pdns-users] Using zone2sql with internal and external views

2017-04-21 Thread David Jones
>Hi, >I am trying to use zone2sql to migrate from BIND 9.6 to PowerDNS >3.4.11. My named.conf looks like this: I recommend setting up the pdns server as a slave to the BIND master to do the migration. Put the pdns server IP in the global also-notify. Setup the pdns server as a superslave to the

Re: [Pdns-users] Zone transfer from previous DNS (Google domains)

2017-04-13 Thread David Jones
>From: Brian Candler >Sent: Thursday, April 13, 2017 10:42 AM >To: David Jones; Fabian A. Santiago; pdns-users@mailman.powerdns.com >Subject: Re: [Pdns-users] Zone transfer from previous DNS (Google domains)   >On 13/04/2017 16:22, David Jones wrote: >> It would be nice

Re: [Pdns-users] Zone transfer from previous DNS (Google domains)

2017-04-13 Thread David Jones
>From: Pdns-users on behalf of Fabian >A. Santiago > >Sent: Thursday, April 13, 2017 9:47 AM >To: pdns-users@mailman.powerdns.com >Subject: [Pdns-users] Zone transfer from previous DNS (Google domains) >Would anyone here have any idea on how to zone transfer all records for >a particular domain

Re: [Pdns-users] how to ignore the warning

2017-02-13 Thread David Jones
>From: Pdns-users on behalf of Bill >Yuan >Sent: Monday, February 13, 2017 8:57 AM >To: pdns-users@mailman.powerdns.com >Subject: [Pdns-users] how to ignore the warning >Hi, >I using an old version of pdns recursor, and I got below message in >var/log/message  >pdns_recursor[1308]: PowerDNS S

Re: [Pdns-users] need recommendations of PowerDNS web based GUI tool

2017-02-08 Thread David Jones
PowerDNS-Admin is pretty nice but it doesn't have some features we need. It should be the first one you try out and should be fine for most. We are currently using a locally patched version of PowerAdmin that is pretty old but does the job. The project is dead. We are working on our own DNS M

Re: [Pdns-users] Comments requested regarding autoserial

2015-07-14 Thread David Jones
I use Python to update the pdns database from other sources and it has to calculate and update the serial. We use PowerAdmin as well which does the same thing. It would be better if this were internal to pdns to centralize it for consistency. We may end up writing our own web administration f

[Pdns-users] PDNS recursor 3.6.0 won't start with previous conf settings

2014-07-31 Thread David Jones
Recently our pdns-recursor servers updated from 3.5.3 to 3.6.0 from the EPEL repo. The daemon would not start due to the existing /etc/pdns-recursor/recursor.conf having these two settings: -additional-processing=on additional-processing=on I found this in the release notes: https://git

Re: [Pdns-users] Updated PDNS to Current, Now What?

2014-06-12 Thread David Jones
?Normally you should compare your active pdns.conf to the pdns.conf.rpmnew to see if there are any new features/options added. Use "diff pdns.conf pdns.conf.rpmnew" to get the differences then ignore the same options that merely have your specific settings on the right side of the equals sign.