![]() |
MyDNS notify not working
I know this has been discussed a million times, but I just can't get it working.
I'm running ISPconfig 3.0.3 (just upgraded from 3.0.1.6) on Ubuntu 9.04. On this server, I have MyDNS 1.2.8.27 as the master DNS. Then I have a second server running bind9 on Ubuntu 10.04 as the slave DNS (no ISPconfig here). On the master (MyDNS) I have: Code:
allow-axfr = yesOn the slave (bind9) I have: Code:
server <MASTER_IP> {Code:
zone "<DOMAIN>" {The problem is, the slave only receives notifies when MyDNS is restarted on the master. However, if I change a DNS record in ISPconfig, no notification is sent to the slave, and consequently the slave does not receive the updated record. If I run `rndc retransfer <DOMAIN>` on the slave, the record gets updated. What could be the cause of this problem? |
As you wrote already, thats a known problem with mydns.
Quote:
The only solution is to use bind instead of mydns. |
Quote:
I would also gladly use bind instead of mydns, but I fear making the switch on a live server with lots of zones is far from trivial. |
I decided to switch to bind after all. It turns out it's not that difficult at all. I followed your instructions and it all went fine. After the switch, notifies started working out-of-the-box, no configuration necessary.
Thanks for your help, till. |
| All times are GMT +2. The time now is 07:49. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.