My goal is to have at least two nameservers using my own domain; for example:
ns1.mydomain.tld
ns2.mydomain.tld
However, the vps-provider only gives one (1) IP for each vps/node - as a matter of policy. They do assign you one IP for each vps/node you create in your account with them. In my case, I have two IP - one each from the two different nodes.
They also provide their own DNS management where you can use their three nameservers.
Still, I would like to use my own domain name for the nameserver. How can I achieve what I want?
Can I use the IP of my provider's nameservers under my own nameserver? Like,
ns1.myprovider.tld = 123.456.78.9 -> ns1.mydomain.tld
ns2.myprovider.tld = 123.456.79.1 -> ns2.mydomain.tld
Or can I use the assigned IPs of my two different vps for my nameserver?
assigned IP of vps 1 = 123.456.67.9 - > ns1.mydomain.tld
assigned IP of vps 2 = 123.456.78.9 - > ns2.mydomain.tld
Or mixed? Like,
assigned IP of vps 1 = 123.45.67.9 - > ns1.mydomain.tld
ns1.myprovider.tld = 123.456.78.9 - > ns2.mydomain.tld
Is there any alternative? I don't want to use my single IP for both the nameserver as i know it's just useless in the long run.
Please advise. Thanks a lot.
ns1.mydomain.tld
ns2.mydomain.tld
However, the vps-provider only gives one (1) IP for each vps/node - as a matter of policy. They do assign you one IP for each vps/node you create in your account with them. In my case, I have two IP - one each from the two different nodes.
They also provide their own DNS management where you can use their three nameservers.
Still, I would like to use my own domain name for the nameserver. How can I achieve what I want?
Can I use the IP of my provider's nameservers under my own nameserver? Like,
ns1.myprovider.tld = 123.456.78.9 -> ns1.mydomain.tld
ns2.myprovider.tld = 123.456.79.1 -> ns2.mydomain.tld
Or can I use the assigned IPs of my two different vps for my nameserver?
assigned IP of vps 1 = 123.456.67.9 - > ns1.mydomain.tld
assigned IP of vps 2 = 123.456.78.9 - > ns2.mydomain.tld
Or mixed? Like,
assigned IP of vps 1 = 123.45.67.9 - > ns1.mydomain.tld
ns1.myprovider.tld = 123.456.78.9 - > ns2.mydomain.tld
Is there any alternative? I don't want to use my single IP for both the nameserver as i know it's just useless in the long run.
Please advise. Thanks a lot.