Originally posted by MaRiOs
I need to start a second DNS server in another ip.
For example if my domain is www.mydomain.com and my nameserver is ns.mydomain.com i want to start a second service in which the ns will be ns2.mydomain.com and it will have a new ip that ill give to it.
I want to do this through the panel not manualy through the shell of Red Had.
Any suggestions ?
server --> Server Administration --> ip-adresses
After it, you have added 2 ip-numbers which should become
DNS. The final result should be following:
mydomainname.tld
ns1.mydomainname.tld
ns2.mydomainname.tld
STEP 1
======
So, for the first, go to
mydomainname.tld
General --> domains ---> mydomainname.tld
Domains > mydomainname.tld >
DNS zone for the domain mydomainname.tld is a master DNS
server
Add record type (Add a DNS record)
ns1.mydomainname.tld. A 111.111.111.1
ns2.mydomainname.tld. A 111.111.111.2
(Note: There must be a "point" behind the tld!!!)
(Note: 111.111.111.X is only an example. Use your both
different ip-numbers please)
Save it. This means, that these domainnames
ns1.mydomainname.tld and
ns2.mydomainname.tld
can be resolved now onto this server-machine. This is one of
the most important thing.
STEP2
======
Every other domainname can have now ns1.mydomainname.tld and
ns2.mydomainname.tld as DNS. To avoid, that you must always
manual type this in each domainname-section, go to your
DNS-template.
Server --> Server Administration --> DNS
[Add New Records] and it should be there then
<domain>. NS ns1.mydomainname.tld
<domain>. NS ns2.mydomainname.tld
(Note: There must be a "point" behind the tld!!!)
This means now following: Everytime, if you add a new
domainname to your PLESK-server, it will add everytime
automatically the
newdomain.tld. NS ns1.mydomainname.tld
newdomain.tld. NS ns2.mydomainname.tld
Everytime, if you register a new domainname, this means,
that you can always use just ns1.mydomainname.tld and
ns2.mydomainname.tld. The domain-registry is only a
database, which should explain a computer, which DNS can
resolve a domainname. It knows then, that
ns1.mydomainname.tld and ns2.mydomainname.tld must be asked.
And ns1.mydomainname.tld and ns2.mydomainname.tld do know
very well whats going on with "domainname.tld".
HTH!
editor