On Jan 27, 2008 4:44 AM, Ale ***** <[EMAIL PROTECTED]> wrote: > I'm a newbie about PowerDNS. On a first machine (192.168.0.1) I have PowerDNS > act as master that use mysql(gmysql) backend and on another machine > (192.168.0.2) > bind9 act as slave. So I have setup both PowerDNS and bind9 for this purpose > and I execute both bind9 and powerdns > monitor. All seems work perfectly! There's an AXFR zone-transfer to the slave > (192.168.0.2) and the Resource Record's file was created. However, there's a > problem, for example, when I add a RR on master and increment the serial for > the slave update.
I don't think you want to update the notified_serial; I think what you want to do is up date the serial in the SOA for the zone you want to transfer, then use pdns_control to notify your slaves: http://doc.powerdns.com/pdns-internals.html That's my guess at least. Also if you update the SOA serial your notifies will go out to the hosts listed as NS for the zone every slave-interval. -- Augie Schwer - [EMAIL PROTECTED] - http://schwer.us Key fingerprint = 9815 AE19 AFD1 1FE7 5DEE 2AC3 CB99 2784 27B0 C072 _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
