• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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