Hello dear friends and supporters. I have upgrade my installation from 3.1.15p3 to 3.2.1... I have problem with my dns server (i use it for manage only dns records). I can create new clients but I can't create a new soa records with wizard or manual setup. Thank you in advance for help!
Were you able to track dns transactions in the log records before upgrading? example: Fields to which user ip addresses are forwarded ...
There is a known issue that causes this, add 'dnssec_wanted=Y' to your dns templates as a workaround.
Code: [ZONE] origin={DOMAIN}. ns={NS1}. mbox={EMAIL}. refresh=7200 retry=540 expire=604800 minimum=3600 ttl=3600 dnssec_algo=ECDSAP256SHA256 dnssec_wanted=Y [DNS_RECORDS] A|{DOMAIN}.|{IP}|0|3600 A|www|{IP}|0|3600 A|mail|{IP}|0|3600 NS|{DOMAIN}.|{NS1}.|0|3600 NS|{DOMAIN}.|{NS2}.|0|3600 MX|{DOMAIN}.|mail.{DOMAIN}.|10|3600 TXT|{DOMAIN}.|v=spf1 mx a ~all|0|3600 is it correct
And should probably be 'n' unless you use dnssec. I think 3.2.2 was supposed to fix this issue, so you could undo the template change and upgrade and try again.
It's unclear to me what your issue is. OP has an issue with creating DNS zones through the DNS wizard. If you're having a different issue, please don't hijack this thread, but create a new one where you describe your problem.