• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved Domain name is not resolved with multiple domain

Eternal Parquet

New Pleskian
Hello I have two domain name that point to the same ip address, the first is working the last registered is not working. I've configured in record A:
Record A
hostname address IPv4
[empty] x.x.x.x
ipv4 x.x.x.x
ns x.x.x.x
www x.x.x.x

The name points to the server ip address and it doesn't point to the virtual ip address of the virtual host.
I don't know what is the problem. When I try to go to the site I get 'ERR_NAME_NOT_RESOLVED'.
The name is eternalbrico.com.
 
Thanks for you reply.
I'm using the name server ot the site that offers the service, they don't need to be edited

Your DNS delegation is invalid. The domain "eternalbrico.com" is delegated to 4 nameservers:

Code:
# dig +short eternalbrico.com NS
dns.technorail.com.
dns4.arubadns.cz.
dns3.arubadns.net.
dns2.technorail.com.

However, none of those 4 nameservers are authoritative for this domain:

Code:
# dig +short @dns.technorail.com eternalbrico.com SOA
# dig +short @dns2.technorail.com eternalbrico.com SOA
# dig +short @dns3.arubadns.net eternalbrico.com SOA
# dig +short @dns4.arubadns.cz eternalbrico.com SOA

=> No SOA entries returned from all 4 nameservers. This means: This domain does not exist on those 4 nameservers

Your solution: Change the DNS delegation at your registrar (Tucows) and point the domain to that nameserver(s) where your domain is configured.
 
Back
Top