
February 1st, 2012, 10:06 AM
|
|
Contributing User
|
|
Join Date: Nov 2010
Location: Florida
Posts: 240
 
Time spent in forums: 3 Days 13 h 6 m 12 sec
Reputation Power: 2
|
|
Have the CNAME point to the domain name, not the IP. Pointing to the IP will make the DNS server try to do a name lookup on it. Since it's already an IP, you'll get a server error. The wildcard won't fix it since you already have a www record in place.
Code:
www IN CNAME bsi686.org.
EDIT: Or just get rid of the CNAME altogether and have an A record for the www point to the IP.
|