PDA

View Full Version : Cname



roly
March 21st, 2002, 06:02
How do I perform a CNAME? My domain is registered with GoDaddy

roly
March 22nd, 2002, 21:19
anyone?

GregT
March 22nd, 2002, 21:30
You have to use something like zoneedit.com or mydomain.com ,

roly
March 22nd, 2002, 22:19
ok

roly
March 23rd, 2002, 02:46
I can't

thewitt
March 23rd, 2002, 09:14
I don't understand what "perform a CNAME" means.

Is this some new, ah, sexual position?

A Conical Name Record is a DNS record that identifies one DNS name by associating it with another DNS name.

mynode.mydomain.tld A 192.222.111.222
mysecondnode.mydomain.tld CNAME mynode.mydomain.tld

Don't use them for ultimately identifying MX records - always use A records for MX purposes.

There is plenty of talk in DNS circles about doing away with CNAME records, and replacing them with A records - so I'm do even use them any more.

What exactly are you trying to do, and who is hosting your DNS that they cannot help you?

-t