I have a dedicated and a VPS.
one.example.com = Dedicated hostname (DA)
5 IPs
two.example.com = VPS hostname (Plesk)
1 IP
Presently I have one.example.com hosting example.com with two.example.com doing nothing.
Just experimenting, I had setup both with example.com with VPS only serving as a nameserver for example.com and also experimented with the VPS being a DNS slave to the other.
What I am wrestling with is if I can use two.example.com as a 3rd nameserver for example.com and also host other domains?
..or is something like this possible:
..thus allowing me to create vhosts on one.example.com using ns1 & ns2.example.com as their nameservers and then on two.example.com allowing vhosts with nameservers of ns1 & ns2.something.com.
..allowing me to manage hosted sites independantly on each server, both being their own master DNS, yet still providing secondary nameservers for each other for geographical advantage.
I have elementary knowledge of DNS and have not had any real problems setting up and using the DNS for one machine but having two machines has filled my head with questions and confusion. I've scoured the net for examples and have read numerous articles, and grasp I think the master/slave DNS arrangement but can't quite determine if configuraing one machine as a slave means that I give up or limit/complicate (given the parameters of both machine resources/IP) being able utilize each machine fully and separately for hosting.
Basically, it would be nice to utilize each machine to compliment one another somehow but I don't really want to 'merge' them into one domain like a hosting company might do. I figure if I do try and sell any space it will be in the dedicated machine. The VPS I figure will be used for my own parking of domains and developement of domains, etc.
one.example.com = Dedicated hostname (DA)
5 IPs
two.example.com = VPS hostname (Plesk)
1 IP
Presently I have one.example.com hosting example.com with two.example.com doing nothing.
Just experimenting, I had setup both with example.com with VPS only serving as a nameserver for example.com and also experimented with the VPS being a DNS slave to the other.
What I am wrestling with is if I can use two.example.com as a 3rd nameserver for example.com and also host other domains?
..or is something like this possible:
Code:
host: one.example.com host: two.example.com
primary TLD: example.com primary TLD: something.com
providing: ns1.example.com providing: ns2.example.com
ns2.something.com ns1.something.com
..allowing me to manage hosted sites independantly on each server, both being their own master DNS, yet still providing secondary nameservers for each other for geographical advantage.
I have elementary knowledge of DNS and have not had any real problems setting up and using the DNS for one machine but having two machines has filled my head with questions and confusion. I've scoured the net for examples and have read numerous articles, and grasp I think the master/slave DNS arrangement but can't quite determine if configuraing one machine as a slave means that I give up or limit/complicate (given the parameters of both machine resources/IP) being able utilize each machine fully and separately for hosting.
Basically, it would be nice to utilize each machine to compliment one another somehow but I don't really want to 'merge' them into one domain like a hosting company might do. I figure if I do try and sell any space it will be in the dedicated machine. The VPS I figure will be used for my own parking of domains and developement of domains, etc.