<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>



Hello to all, <br>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. <br><br>1) Initial situations<br>------+-------------------+-------.-+--------------+-----------+-----------------+---------+<br>| id   | name                | master | last_check   | type        | notified_serial | account |<br>+----+-------------------+---------+--------------+-----------+-----------------+---------+<br>|  6   | torvergata.local | NULL    |       NULL    | MASTER  |               0     | NULL    | <br>+----+-------------------+---------+--------------+-----------+-----------------+---------+<br><br>2) Update the serial : update domains set notified_serial=1 where id=6;<br><br>------+-------------------+-------.-+--------------+-----------+-----------------+---------+<br>
| id   | name                | master | last_check   | type        | notified_serial | account |<br>
+----+-------------------+---------+--------------+-----------+-----------------+---------+<br>
|  6   | torvergata.local | NULL    |       NULL    | MASTER  |               1     | NULL    | <br>
+----+-------------------+---------+--------------+-----------+-----------------+---------+<br><br>This is the pdns monitor's output:<br><br>Jan 25 07:00:23 Queued notification of domain 'torvergata.local' to 192.168.0.1<br>Jan 25 07:00:23 Queued notification of domain 'torvergata.local' to 192.168.0.2<br>Jan 25 07:00:24 Received NOTIFY for torvergata.local from 192.168.0.1 but slave support is disabled in the configuration<br>Jan 25 07:00:25 Removed from notification list: 'torvergata.local' to 192.168.0.2 (was acknowledged)<br>Jan 25 07:00:25 Received unsuccesful notification report for 'torvergata.local' from 192.168.0.1, rcode: 4<br>Jan 25 07:00:25 Removed from notification list: 'torvergata.local' to 192.168.0.1<br>Jan 25 07:00:27 No master domains need notifications<br><br>Reading
the output I understand that master notify itself the change of zone,
ans for me is normal that "slave support is disabled" beacause that
server is master.<br><br>Both pc where both DNSserver are installed
use linux debian, and powerDNS's version is
2.9.21-4.<br><br>This is my powerdns' configuration file (pdns.conf):<br><br>gmysql-dbname=pdnstest<br>gmysql-host=127.0.0.1<br>gmysql-socket=/var/lib/mysql/mysql.sock<br>gmysql-password=XXX<br>gmysql-user=XXX<br>allow-axfr-ips=192.168.0.2<br>allow-recursion=127.0.0.1<br>config-dir=/etc/powerdns<br>daemon=yes<br>disable-axfr=no<br>disable-tcp=no<br>guardian=yes<br>launch=gmysql<br>lazy-recursion=yes<br>local-address=192.168.0.1<br>local-port=53<br>master=yes<br>module-dir=/usr/lib/powerdns<br>setgid=pdns<br>setuid=pdns<br>socket-dir=/var/run<br>version-string=powerdns<br>include=/etc/powerdns/pdns.d<br><br>This is my bind9 configuration's file about my zone (named.conf.local)<br><br>zone "torvergata.local"{<br>        type slave;<br>        file "/var/named/torvergata.local";<br>        masters { 192.168.0.1; };<br>};<br><br>I hope someone can help me because for me it's very very important find a solution.<br>A.B.<br /><hr />Windows Live Messenger <a href='http://www.messenger.it' target='_new'>Prova il nuovo Messenger 2008, è GRATIS!</a></body>
</html>