• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Enabling subdomain

stefanoostwegel

Basic Pleskian
I am using plesk 11 on CentOS isntallation on a VPS.
I am trying to create a subdomain wich is not working.
So far i have tried the following:
In my DNS zone management i have made the following rule:

*.<domain>.
A
<ip>

*.<domain>.
AAAA
<ipv6>

Then i create in website and domains a subdomain, using a correct root folder.
It doesnt matter how hard i try, no matter what, the domain is not enabled.
I hope this is enough information about my issue to help me solve it, any additional information can easily be given.

Thank you in advance,
Stefan
 
Last edited:
Is there anyone who can tell me what to do?
This is a list of my dns settings. I really need your help.

*.<domain>. CNAME <domain>.
<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>
webmail.<domain>. A <ip>
webmail.<domain>. AAAA <ipv6>
 
Back
Top