• 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

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