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