• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

how Domain + Subdomain + New DNS

L

leandro_carneir

Guest
how i redirect a newdomain to a subdomiain ?

And how i create a new DNS (ns1.newdomain.com) in a existing domain account ?
 
i already have a ns2 configured. for example:

- i have this domain: newdomain.com
- and this dns configured for the domain above: ns1.mydomain.com and ns2.mydomain.com.

- i want to configure this dns now: ns1.newdomain.com and ns2.newdomain.com too.
 
Re: Re: how Domain + Subdomain + New DNS

Originally posted by leandro_carneir
i already have a ns2 configured. for example:

- i have this domain: newdomain.com
- and this dns configured for the domain above: ns1.mydomain.com and ns2.mydomain.com.

- i want to configure this dns now: ns1.newdomain.com and ns2.newdomain.com too.

Then you need different 2 IP-Numbers. Otherwise your best
update via Plesk --> select domain --> newdomain.com --> DNS
with "add"

newdomain.com NS ns1.newdomain.com
newdomain.com NS ns2.newdomain.com
ns1.newdomain.com IP 123.123.123.123
ns2.newdomain.com IP 123.123.123.123

and deleting

ns.newdomain.com

will not work with the domain-registry-database. The domainregistry
with the robot will not update your newdomain.com because
you have for 2 different DNS for both the same IP-Number
123.123.123.123

You need something like this here with two different IP-Numbers:

newdomain.com NS ns1.newdomain.com
newdomain.com NS ns2.newdomain.com
ns1.newdomain.com IP 123.123.123.123
ns2.newdomain.com IP 123.123.123.124
 
Back
Top