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
On 1/5/19 10:19 PM, mike wrote: > Hello, > > >     I am configuring dynamic updates on my (hidden) master server, and > having trouble getting it to automatically notify the slaves on a change > to the zone. > >     My master server is running pdns 4.1.5 on Ubuntu 18 (bionic) with > gmysql bac