multiple domains on one ip?

SOLARlS at aol.com SOLARlS at aol.com
Mon Jul 19 23:26:36 UTC 1999


I had this problem one time when I first learned to set up bind 4.x.x.

What I was doing is trying to make cnames and a records for the aliases I
was 
using.

ie.

this is what I was doing.

domain.com.             IN MX           10 domain.com.
localhost                       IN A            127.0.0.1
domain.com.             IN A            208.34.5.120
www.domain.com. IN A            208.34.5.120
domain1.com.            IN A            208.34.5.120
www.domain1.com.        IN A            208.34.5.120
domain.com.             IN CNAME        domain1.com.
www.domain.com. IN CNAME        www.domain1.com.

Resolution.

The cname is the problem.  Don't use the cname and you should be just fine.

ie.

domain.com.             IN MX           10 domain.com.
localhost                       IN A            127.0.0.1
domain.com.             IN A            208.34.5.120
www.domain.com. IN A            208.34.5.120
domain1.com.            IN A            208.34.5.120
www.domain1.com.        IN A            208.34.5.120

Greg
GT CONEX
http://www.gtconex.com
GT CONEX Sys. Admin.
GT CONEX your Business to the Internet



More information about the bind-users mailing list