Hi, thanks a lot, this was really helpful, I got working also-notify. But always some problems
options {
allow-recursion {
localhost;
};
listen-on-v6 { any; };
version "none";
directory "/var";
auth-nxdomain no;
pid-file "/var/run/named/named.pid";
notify yes;
also-notify { 10.75.6.135 port 8054; };
allow-update {
10.75.6.135;
};
};
I wanna do also dyndns updates from slave, so I allowed update from slave. I managed to do dyndns update and I can see updates by dig commands on Plesk.
dig @10.75.6.249 dyndns.10plesk.tes A
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-25.P1.el5_11.8 <<>> @10.75.6.249 dyndns.10plesk.tes A
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41858
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;dyndns.10plesk.tes. IN A
;; ANSWER SECTION:
dyndns.10plesk.tes. 86400 IN A 30.30.30.100
But UI on Plesk is then somehow broken, it's showing an old record still and reboots didn't help either.
dyndns.10plesk.tes. A 30.30.30.10
Any advise for this?
thank you again,
-Toni