• 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.

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