|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
DNS, SOA and NS records in a virtual hosting environment
Dear All,
We have a dedicated server and I have to set-up a virtual hosting environment where multiple domains will be set-up (with apache, mail servers and the rest) for my clients. Because it is a shared-IP environment all zones will have records that will point to the shared IP. My question is the following: Each zone must have a SOA and a NS record (ok at least one NS...). Must the SOA and NS record for each domain belong to the specific domain or should I set a specific domain and set up there the NS record that will be used by all the other domains. For example: I have the domains example.com and test.com. In their respective master zones the SOA and NS must be ns1.example.com and ns1.test.com respectively OR should I create a "central" domain mycompany.com set up there A records for ns1.mycompany.com and then use this entry in all the other domains: e.g. test.com IN NS ns1.mycompany.com. Is there any difference in the two approaches ? From the way I see it all domains all equivalent. Many Thanks to all |
|
#2
|
||||
|
||||
|
Quote:
This is how I would approach it if you're hosting the DNS for multiple domains: One central DNS server with a FQDN of ns1.mydomain.com, create individual zone files for the other domains (you can then create custom A (host), MX, etc... records within those zones for those domains) and list ns1.mydomain.com as the name server for those other domains.
__________________
PWD MCSA, MCP, Security+ NEW Windows Administration Forum Admin Source ![]() Could REALLY, REALLY, REALLY use you and your issues! Last edited by PWD : April 15th, 2008 at 11:20 PM. |
|
#3
|
|||
|
|||
|
I would, as i have, scrap bind and install mydns, which dynamically pulls stuff out of a database, and also is an easier to use version of bind, but beware it is NOT a name cache
|
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > DNS, SOA and NS records in a virtual hosting environment |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|