<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
Be sure that that in the slave pdns database the 'type' of that domain is set to slave, and the master field set to the correct master.<br><br>For instance (sample slave domain)<br><br><br>mysql> select * from domains where name = "blaat.com";<br>+-----+-----------+--------------+------------+-------+-----------------+---------+<br>| id  | name      | master       | last_check | type  | notified_serial | account |<br>+-----+-----------+--------------+------------+-------+-----------------+---------+<br>| 892 | blaat.com | 83.98.163.20 | 1201083608 | SLAVE |            NULL | iworx   |<br>+-----+-----------+--------------+------------+-------+-----------------+---------+<br>1 row in set (0.00 sec)<br><br>mysql> select * from supermasters where ip = "83.98.163.20";<br>+--------------+----------------+---------+------+<br>| ip           | nameserver     | account | mx   |<br>+--------------+----------------+---------+------+<br>| 83.98.163.20 | ns04.warp3.com | iworx   |    0 |<br>+--------------+----------------+---------+------+<br>1 row in set (0.04 sec)<br><br>Regards,<br>Nico van Royen<br>Public-servers.com, Public DNS manager<br><br><br><blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"><hr><b>From:</b> Dorothea Dorsch [mailto:dorothea.dorsch@mcs.de]<br><b>To:</b> pdns-users [mailto:pdns-users@mailman.powerdns.com]<br><b>Sent:</b> Wed, 23 Jan 2008 10:27:58 +0100<br><b>Subject:</b> [Pdns-users] multiple master support?<br><br>Hi all,<br>
<br>
I thought I've read somewhere that multiple masters are supported, but am not <br>
sure where that was. <br>
<br>
Anyway, I've a test server and so defined him as a supermaster to one of the <br>
slaves (Master's 2.9.20 , slave's 2.9.21, both with own gmysql). Gave <br>
the "domains.master"-row a little more space and added the second IP for one <br>
of the zones (seperated by comma and a whitespace). Gave the new supermaster <br>
the same account name than the original supermaster. Updated the serial in <br>
the test server.<br>
<br>
Test server sends notify. Slave says:<br>
Received NOTIFY for xxxx.de from xxx.xxx.xxx.xxx which is not a master<br>
<br>
But then, a few minutes later:<br>
<br>
Domain xxxx.de is stale, master serial 2008011612, our serial 2008010800<br>
AXFR started for 'xxxx.de', transaction started<br>
AXFR done for 'xxxx.de', zone committed<br>
<br>
Puzzled, I updated the serial again. Result:<br>
<br>
Received NOTIFY for xxxx.de from xxx.xxx.xxx.xxx which is not a master<br>
<br>
Where is my mistake? How does the mechanism which decides that the notifier is <br>
a master or not work? <br>
<br>
Thank you,<br>
<br>
Dorothea<br>
<br>
<br>
-- <br>
Dorothea Dorsch<br>
(Hostmaster)<br>
<br>
======================================================<br>
MCS MOORBEK COMPUTER SYSTEME GmbH<br>
Essener Bogen 17 - 22419 Hamburg - Germany<br>
Tel +49 (0)40.53773.0 - Fax: +49 (0)40.53773.200<br>
eMail: <a href="mailto:dorothea.dorsch@mcs.de">dorothea.dorsch@mcs.de</a> - Web: <a href="http://www.mcs.de" target="_blank">http://www.mcs.de</a><br>
Eingetragen im Handelsregister Hamburg B62933<br>
Geschaeftsfuehrer: Kai Brandes + Eckard Kabel<br>
GPG 5503 64AC A55A 3D1D B0C3  F31C 4533 7303 EE36 5CCD<br>
======================================================<br>
_______________________________________________<br>
Pdns-users mailing list<br>
<a href="mailto:Pdns-users@mailman.powerdns.com">Pdns-users@mailman.powerdns.com</a><br>
<a href="http://mailman.powerdns.com/mailman/listinfo/pdns-users" target="_blank">http://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
</blockquote><style>
</style>
</body></html>