• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk 11.5.30 can't create subdomains, in any domain

mabuitrago

New Pleskian
Hello

I have a Plesk Panel 11.5.30 and when I try to create a subdomain I can't. In any existing domain on the server

This is the error returned:

Error: Failed domain creation: Failed to update domain data: Unable to restore the DNS zone: an error occurred when adding the record www.subdomain.domain.com. IN A 2001:9 d9: 944: f100 :: 90: c57c: DNS record values ​​given were incorrect.

This did not happen before, and I don't know if it was affected by some update.

Please help. I think the DNS configuration is correct.
Thanks in advance.
 
Hello,

I think there is an issues with the IPV6 configuration. Please check IPV6 configuration on your server
 
Hello,

Many thanks for your response...
Not sure if I understand well, can you concrete a little more please?

This is my main DNS template:

<domain>. NS ns.<domain>.
<domain>. A <ip>
<domain>. AAAA <ipv6>
<domain>. MX (10) mail.<domain>.
<domain>. TXT v=spf1 +a +mx -all
<ip> / 24 PTR <domain>.
<ipv6> / 64 PTR <domain>.
ftp.<domain>. CNAME <domain>.
ipv4.<domain>. A <ip>
ipv6.<domain>. AAAA <ipv6>
mail.<domain>. A <ip>
mail.<domain>. AAAA <ipv6>
ns.<domain>. A <ip>
ns.<domain>. AAAA <ipv6>
panel.<domain>. A <ipv6>
panel.<domain>. A <ip>
webmail.<domain>. A <ip>
webmail.<domain>. AAAA <ipv6>
www.<domain>. A <ip>
www.<domain>. A <ipv6>

And this is the particular DNS for a domain:

*.webmail.domain.com. CNAME domain.com.
aa.bbb.ccc.dddd / 24 PTR domain.com.
ftp.domain.com. CNAME domain.com.
ipv4.domain.com. A aa.bbb.ccc.dddd
mail.domain.com. A aa.bbb.ccc.dddd
ns.domain.com. A aa.bbb.ccc.dddd
panel.domain.com. A aa.bbb.ccc.dddd
domain.com. NS ns.domain.com.
domain.com. A aa.bbb.ccc.dddd
domain.com. MX (10) mail.domain.com.
domain.com. TXT v=spf1 +a +mx -all
webmail.domain.com. A aa.bbb.ccc.dddd
www.domain.com. A aa.bbb.ccc.dddd

Can this help a little more?
Many thanks
 
Back
Top