| View previous topic :: View next topic |
| Author |
Message |
GeoPierce Geocacher

Joined: 16 Nov 2005
Posts: 1657 Location: Eden Prairie, MN
|
Posted: Thu Mar 01, 2012 11:45 am Post subject: Help configuring DNS |
|
|
Yes, DNS, not DNF.
Hey, I'm looking for someone that knows how to configure DNS. Specifically MX records. I have a cloud server at Rackspace and I thought I had everything setup correctly but when I ran some diagnostics, it's telling me I shouldn't have a CNAME in my MX record.
These are my settings at GoDaddy: (bogus ip address and domain name)
A @ 7.14.27.10
CNAME mail @
CNAME test @
CNAME www @
MX @ mail.geopierce.com
I have my reverse DNS setup at Rackspace to point mail.geopierce.com back at my ip address.
Is it as simple as removing the CNAME for mail? _________________ Tupperware doesn't belong in the kitchen! |
|
| Back to top |
|
 |
pfalstad Geocacher

Joined: 02 Feb 2006
Posts: 963 Location: Edina
|
Posted: Thu Mar 01, 2012 12:13 pm Post subject: Re: Help configuring DNS |
|
|
Well it's been a while and I don't understand GoDaddy's weird format but I'll give it a try. I assume @ is supposed to be geopierce.com. Since everything points to the same IP address anyway, this will probably work, but isn't a good idea. If you remove the cname for mail, then mail.geopierce.com won't be defined and mail will bounce, unless you have a wildcard entry set up. I think you want something like:
A @ 7.14.27.10
A mail 7.14.27.10
CNAME test @
CNAME www @
MX @ mail.geopierce.com
either that or just get rid of the MX record. |
|
| Back to top |
|
 |
GeoPierce Geocacher

Joined: 16 Nov 2005
Posts: 1657 Location: Eden Prairie, MN
|
Posted: Thu Mar 01, 2012 1:27 pm Post subject: |
|
|
Thanks Paul! Removing the CNAME and adding the A record got rid of the warning in the diagnostics. I'm a developer, not an administrator.  _________________ Tupperware doesn't belong in the kitchen! |
|
| Back to top |
|
 |
bflentje Geocacher

Joined: 29 May 2006
Posts: 3652
|
Posted: Thu Mar 01, 2012 5:25 pm Post subject: |
|
|
| Should your WWW and the TEST hosts be A records? None of my DNS entries use CNAME records anywhere and based on what I read, sounds appropriate, at least in terms of how I use it. |
|
| Back to top |
|
 |
GeoPierce Geocacher

Joined: 16 Nov 2005
Posts: 1657 Location: Eden Prairie, MN
|
Posted: Thu Mar 01, 2012 6:30 pm Post subject: |
|
|
| bflentje wrote: |
| Should your WWW and the TEST hosts be A records? None of my DNS entries use CNAME records anywhere and based on what I read, sounds appropriate, at least in terms of how I use it. |
CNAMES are for aliases and make it easier to update your DNS if your ip address changes. I suppose you could use all A records if you only have a few subdomains. _________________ Tupperware doesn't belong in the kitchen! |
|
| Back to top |
|
 |
bflentje Geocacher

Joined: 29 May 2006
Posts: 3652
|
Posted: Thu Mar 01, 2012 6:58 pm Post subject: |
|
|
| GeoPierce wrote: |
| bflentje wrote: |
| Should your WWW and the TEST hosts be A records? None of my DNS entries use CNAME records anywhere and based on what I read, sounds appropriate, at least in terms of how I use it. |
CNAMES are for aliases and make it easier to update your DNS if your ip address changes. I suppose you could use all A records if you only have a few subdomains. |
Right, but I've been able to update my A records just as easily. |
|
| Back to top |
|
 |
|