I am trying to configure multiple domains on a red hat 6.2 server running my own DNS. I have had some success getting the multiple domains to work but other times it fails. I believe the vitrualhosts directive in my httpd.conf are set up correctly and my problem is DNS related. I say this because internally using hosts file for name resolution the http server does serve up the correct home pages.
Here is some background:
DNS server ns.soluprobe.com with public ip of 216.17.171.250.
Http/DNS Server private IP of 216.17.171.242 inside firewall.
Domains being hosted include soluprobe.com, tektrekcs.com, hockeygods.com.
Should I be setting up a seperate zone for each domain or use one zone with CNAME records for the
various domains?
What should these zone files look like?
When I reference IPs in the zone dbs should I be using the public ip 216.17.171.250 or the private ip 216.17.171.242?
Does anyone have an example of a zone file for this situation?
What would the in-addr.arpareverse lookup db look like?
Any help would be appreciated.