Toni Ruotsalainen
New Pleskian
I wanna do dyndns updates to Plesk, so I allowed updates from slave into /etc/named.conf. I managed to do dyndns update somehow, I can see updates by dig commands on Plesk but UI is showing still an old record and reboots didn't help either.
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;
};
};
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 is showing old record..
dyndns.10plesk.tes. A 30.30.30.10
Any advise for this? How this can be done on Plesk?
thx a lot,
-Toni
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;
};
};
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 is showing old record..
dyndns.10plesk.tes. A 30.30.30.10
Any advise for this? How this can be done on Plesk?
thx a lot,
-Toni