Re: [Pdns-users] Migration to a single 10.in-addr.arpa Reverse Zone

2025-05-09 Thread rob777 via Pdns-users
Hi On 30/04/2025 09:19, Alessandro Lota via Pdns-users wrote: > > If a specific reverse zone like a /24 exists, it could have precedence > > over a /8 during resolution (NOT TESTED!!!). > > On the auth server: this will be fine. Many servers host a domain and > its sub-domains: this is normal prac

Re: [Pdns-users] Migration to a single 10.in-addr.arpa Reverse Zone

2025-04-30 Thread Brian Candler via Pdns-users
On 30/04/2025 09:19, Alessandro Lota via Pdns-users wrote: If a specific reverse zone like a /24 exists, it could have precedence over a /8 during resolution (NOT TESTED!!!). On the auth server: this will be fine. Many servers host a domain and its sub-domains: this is normal practice. On th

Re: [Pdns-users] Migration to a single 10.in-addr.arpa Reverse Zone

2025-04-30 Thread rob777 via Pdns-users
Hi List That's a good question — I've never tried creating overlapping .arpa > domains before. > > If a specific reverse zone like a /24 exists, it could have precedence > over a /8 during resolution (NOT TESTED!!!). > You might also consider switching to a /16 zone instead of a /8, for more > pre

Re: [Pdns-users] Migration to a single 10.in-addr.arpa Reverse Zone

2025-04-30 Thread Alessandro Lota via Pdns-users
On 25/04/25 10:30, rob777 via Pdns-users wrote: Would this work or will this generate a conflict with the existing 10.0.10.in-addr.arpa, 10.0.20.in-addr.arpa, 10.0.25.in-addr.arpa Reverse zones? Or will Powerdns Auth. not be able to load this new reverse zone 10.in-addr.arpa because it overlap

[Pdns-users] Migration to a single 10.in-addr.arpa Reverse Zone

2025-04-25 Thread rob777 via Pdns-users
Hi List I use Powerdns Authoritative with Powerdns Recursor for Internal Zones. Currently i have 300-400 Subnets in the 10.0.0.0/8 Range. Currently i have only for 3 Subnets in this Range a Reverse zone configured in my Pdns Auth. and PDNS Recursor. So i have... 10.0.10.in-addr.arpa 10.0.20.in-ad

Re: [Pdns-users] migration

2019-04-17 Thread Volker Janzen
Hi, you first need to upgrade 3.2 to 3.4.10 with this guide: https://doc.powerdns.com/3/authoritative/upgrading/ Then follow this upgrade guide for migration to 4.2: https://doc.powerdns.com/authoritative/upgrading.html You should not do this on your production machine. Make careful tests with

[Pdns-users] migration

2019-04-16 Thread Rahal Sami
Hi, I have powerdns Version: 3.2 with mysql backend please what is the right procedure to migrate to version 4.2 of powerdns and mariadb 10 Regards, ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com https://mailman.powerdns.com/mailman/listinfo

Re: [Pdns-users] Migration to PowerDNS from Bind 9.7

2018-11-15 Thread Ian Easter
Awesome! Thank you for the confirmation Asanka! Always best to have a second person "check your work." *Thank you,* On Wed, Nov 14, 2018 at 8:25 PM Asanka Gunasekara wrote: > Hi Ian, > > Welcome aboard. I'm also new to PDNS and only an expert of few months :) > > From the info you provided

Re: [Pdns-users] Migration to PowerDNS from Bind 9.7

2018-11-14 Thread Asanka Gunasekara
Hi Ian, Welcome aboard. I'm also new to PDNS and only an expert of few months :) >From the info you provided everything seems to be good. Someone with higher >understanding will chime in if there's something wrong with it :) Assuming your Auth DNS servers are only serving private internal zones

[Pdns-users] Migration to PowerDNS from Bind 9.7

2018-11-14 Thread Ian Easter
Howdy folks! As many before me, I have inherited a network infrastructure that is showing its age. First order is to update the self-hosted DNS servers. This is new territory for me, so I get the opportunity to learn as I progress in the endeavor. Right now it is 1 BIND Master and 2 BIND Slaves

[Pdns-users] Migration from Bind LDAP to PowerDNS LDAP

2008-04-06 Thread Norbert Sendetzky
Hi all I've written a script which allows easy migration of the DNS records stored in the LDAP tree for a Bind LDAP installation. The result is a LDIF file which can be used to update the entries in the LDAP tree with the necessary attributes for PowerDNS LDAP. The update is non-destructive so

Re: [Pdns-users] Migration from Microsoft DNS to PDNS

2008-02-06 Thread Norbert Sendetzky
On Wednesday 06 February 2008 21:14:29 Eugene Pefti wrote: > Has anybody tried to migrate from Microsoft DNS to PDNS. > As far as I understand zone2sql utility could be used but it requires > named.conf to be around with the entry pointing to the zone file. Is there > any tool or script available t

[Pdns-users] Migration from Microsoft DNS to PDNS

2008-02-06 Thread Eugene Pefti
Has anybody tried to migrate from Microsoft DNS to PDNS. As far as I understand zone2sql utility could be used but it requires named.conf to be around with the entry pointing to the zone file. Is there any tool or script available to do that? I have about 500 domains to migrate. Eugene __

Re: [Pdns-users] Migration bind to pdns: no logging yet

2008-01-29 Thread Augie Schwer
On Jan 27, 2008 3:02 AM, Hugo van der Kooij <[EMAIL PROTECTED]> wrote: > But the first thing is to get a log working so I can learn from the > logs. So I added: > use-logfile=yes > loglevel=3 > logfile=/var/log/pdns.log Try: logging-facility=0 and add to syslog.conf local0.none-/var

Re: [Pdns-users] Migration bind to pdns: no logging yet

2008-01-27 Thread bert hubert
On Sun, Jan 27, 2008 at 12:02:24PM +0100, Hugo van der Kooij wrote: > I am fresh to pdns but a long time bind user. I did go over the full > manual once but I seem to have a bit of a problem in getting pdns to > log. And that makes the learning transition much harder. It logs to syslog by default

[Pdns-users] Migration bind to pdns: no logging yet

2008-01-27 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am fresh to pdns but a long time bind user. I did go over the full manual once but I seem to have a bit of a problem in getting pdns to log. And that makes the learning transition much harder. Installation is on Centos 5.1 with pdns-static-2.9

Re: [Pdns-users] migration slave powerdns to other server

2007-07-13 Thread Augie Schwer
On 7/10/07, rachid achellal <[EMAIL PROTECTED]> wrote: We are running qmysql backend master/slave. Could you tell me how do this? Something like this: http://www.schwer.us/journal/2006/12/20/mysql-replication-creating-additional-slaves/ -- Augie Schwer-[EMAIL PROTECTED]-http:

Re: [Pdns-users] migration slave powerdns to other server

2007-07-10 Thread Augie Schwer
On 7/9/07, rachid achellal <[EMAIL PROTECTED]> wrote: It it possible to move a slave powerdns server to other server? I suppose it depends on your backend; with a gmysql backend and MySQL replication moving a slave is as easy as running tar. -- Augie Schwer-[EMAIL PROTECTED]-h

[Pdns-users] migration slave powerdns to other server

2007-07-09 Thread rachid achellal
Hello, It it possible to move a slave powerdns server to other server? Rachid Achellal ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users