MORE THAT ONE DOMAINE ON THE SAME IP

Barry Margolin barmar at alum.mit.edu
Fri Aug 6 00:51:17 UTC 2004


In article <ceu27u$1lds$1 at sf1.isc.org>, "Patrick" <pba at skynet.be> 
wrote:

> I have many domaine names
> firstname.com
> secondname.com
> xxxname.com
> 
> I have a DNS ip:aaa.aaa.aaa.aaa
> I have a WEBSERVER ip:aaa.aaa.aaa.aaa
> 
> I configure my DNS like that:
> 
> firstname.com A record => aaa.aaa.aaa.aaa
> www.            CNAME record of firstname.com

You shouldn't have "." at the end of "www", and you *should* have it at 
the end of "firstname.com", i.e. it should be:

firstname.com. IN A aaa.aaa.aaa.aaa
www IN CNAME firstname.com.

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


More information about the bind-users mailing list