Hello! I'm new to ispconfig and i love it
I've set-up a server at ovh.com with ispconfig 3 and ubuntu 8.04. This hosting provider give me the possibility to use a secondary DNS service (i don't have any access to config or anything).
Everything is working fine when the slave (they use BIND) sync with my main DNS for the first time (AXFR type). But when i update the zone records, the slave can't get the updated records.
Like
Murder4Al, i found out that BIND use IXFR to get the updated records. Since i can't modify the slave config, i modified the Mydns-ng config to activate IXFR. But to be fully fonctionnal myDNS require a database structure change :
These 2 fields are needed in the dns_rr table for myDNS to be capable of IXFR zone transfers (obtained with command : mydns --create-tables):
Code:
stamp timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
serial INT UNSIGNED DEFAULT NULL,
I'm not sure about what ispconfig file(s) i need to modify to insert the updated serial in the dns_rr table? Since i'm not so confident about my php skills... i hope someone could help me on this
Recent comments
1 day 5 hours ago
1 day 10 hours ago
1 day 15 hours ago
1 day 16 hours ago
2 days 7 hours ago
2 days 7 hours ago
2 days 12 hours ago
2 days 18 hours ago
2 days 19 hours ago
2 days 20 hours ago