A CNAME record or Canonical Name record is a type of resource record in the Domain Name System (DNS) that specifies that the domain name is an alias of another, canonical domain name.

learn more… | top users | synonyms (1)

-3
votes
1answer
12 views

How to add CNAME in tinydns for reset gmail password?

I want to reset my gmail password ( I added my domain on google app ). In this link http://support.google.com/a/bin/answer.py?hl=en&answer=112038 Google says too add Reset the administrator ...
0
votes
2answers
59 views

My registrar is OVH, my hosting is AlwaysData, how do I configure the DNS?

I own at OVH: xxx.mydomain.com I want it as an alias for: yyy.alwaysdata.net How do I proceed? In the end, I want all requests to : xxx.mydomain.com/whatever returning the same as: ...
15
votes
3answers
2k views

Should CNAME Be Used For Subdomains?

I manage multiple websites that currently have the following DNS configuration: example.com - A Record - Production Server IP test.example.com - A Record - Test Server IP www.example.com - ...
-3
votes
2answers
38 views

is it possible to Point a cname record to a wilcard subdomain [closed]

*.mydomain.com is pointing to this directory /home/mydirectory so if I enter : foo.mydomain.com or bar.mydomain.com it points to /home/mydirectory in another domaine I've set a CNAME as : ...
0
votes
1answer
34 views

DNS setup: CNAME vs wildcard for SaaS

So I'm new to actually caring about how DNS's actually work, as opposed to plugging stuff in and troubleshooting. I have an application that will display different information depending on what domain ...
0
votes
2answers
28 views

CNAME: cross-site redirections toward subdomains

Good day everyone, I saw many documentation about cname, but it couldn't help defining what was wrong with my approach. I am stuck on a CNAME problem. I would welcome your advice and tips there. ...
0
votes
1answer
81 views

What's the difference between `dig` and `host` when querying a specific name-server?

I was using this command to verify if I'd set things up correctly with a DNS provider: host hostname.example.com ns1.example-nameserver.com As far as I can tell, this asks ...
0
votes
1answer
34 views

Moving hosting from godaddy to heroku - need a CNAME for myapp.herokuapp.com, should I remove the A record? [duplicate]

I've moved my web site hosting from godaddy to heroku. In DNS, I know I need a CNAME record for myapp.herokuapp.com; but what do I do with the A record? Seems like I need that for smtp, as the smtp ...
0
votes
1answer
37 views

Connecting domain name to website deployed at cloud

I have a domain name lovedmusic.com. I have signed up for jelastic - a cloud web hosting service. Right now I m utilizing my trail period. I have created a environment with app id ...
4
votes
3answers
1k views

What URL should the browser display with this DNS configuration?

If I have the following records in the DNS: hostname Record Type address benmccormack.com A 216.10.244.61 www.benmccormack.com CNAME ...
0
votes
2answers
33 views

HTTPS CNAME setup for CDN

Background I need to host some files on our CDN (edgecast) which will be available over HTTPS. I would usually accomplish this by using the provided CDN url, i.e. https://wav22.233d.edgecast.com/.... ...
0
votes
1answer
25 views

CNAME domain to heroku app

I've got a domain hosted (DNS only) on Dreamhost. I've got www.mydomain.com CNAME'd to my web app on heroku, I would also like to CNAME just the domain (mydomain.com). Ofcourse, you can only CNAME ...
0
votes
1answer
69 views

How to add a CNAME for localhost in BIND 9?

I am doing web development and host the local versions of sites on my machine. I have Linux Slackware 14.0 with BIND 9.9.1-P3. In my named.conf I have this: zone "localhost" IN { type master; ...
1
vote
1answer
127 views

Which FQDN hostname to use for SSL certificate signing request- when using a CNAME record?

We have a subdomain (https://portal.company.com) that is the alias for a different hostname (defined in a CNAME record). This dynamic DNS hostname (https://portal.dlinkddns.com) resolves to the ...
-2
votes
1answer
23 views

Moving WP blog to Tumblr but still use old WP server's images? [closed]

I've successfully moved my old WP blog that I hosted on my server to a Tumblr blog by using the CNAME to point to it. However, all of the Tumblr blog's photos are still hosted on my old WP blog, so ...
0
votes
1answer
32 views

Adding cname without putting the subdomain

I want to point www.example.com or example.com to abc.example2.com. In my cname zone settings for example.com, I have added a cname as follows: name: www.example.com type: cname value: ...
1
vote
1answer
24 views

How can I get my MyDomain-registered domain to point to a new URL?

Sometime before, MyDomain allows CNAMEing of second-level domains, and I naively used that. Now I thought I had specified everything using an A record, and last night I changed the entry for ...
0
votes
5answers
138 views

Many domains/sites hosted on same server, CNAME alternatives to avoid writing same IP in DNS?

I have many sites (each one with its own domain) all on the same cPanel hosted server (let's say server IP is 1.1.1.1 and server main domain is myserver.com) All these domains use third party DNS ...
1
vote
2answers
230 views

How to get a custom Amazon s3 url?

Right now when I upload a file to my Amazon s3 buckert the url to the file looks like this: https://s3.amazonaws.com/<MY BUCKET NAME>/filename.extension I would like to use something like ...
1
vote
2answers
54 views

How to set up CNAME to point to Azure

Here's the story. I have an application on azure. I would like to set up an A-record. My main domain is myhost.dk and my azure adress is myhost.azurewebsites.net. The Azure guide says that I have to ...
0
votes
0answers
119 views

Sendmail issue with IPv6

I have an email server configured with multiple-instance of sendmail running each on different IPv4 and IPv6 addresses. Everything is running smooth until a point where for some domains/emails ...
-2
votes
1answer
69 views

DNS record for thousand domains [closed]

I'm working at a small webhosting company. I have to set up the autoconfig (Thunderbird) and autodicover (Outlook) files, so that user (who have their own domain names, like www.userxyz.com) could set ...
0
votes
0answers
23 views

Difference between “IN A” and just “A” [duplicate]

What is the difference between these two records? mysubdomain A XXX.XXX.XXX.XXX mysubdomain.mydomain.com. IN A XXX.XXX.XXX.XXX I've seen DNS entries written ...
2
votes
3answers
116 views

CNAME domain to another domain, but keep different SPF records for the two?

SCENARIO: mydomain.com is the main website, we do send/receive mail using address@mydomain.com. mydomain.com DNS has got an SPF record "v=spf1 a mx ~all" mydomain.net is just an alias for ...
2
votes
2answers
247 views

Will kerberos work with CNAMEs if I have the SPN created for the A record as well?

We are currently setting up a SQL 2012 environment and it will be used for storing data that will be accessed by SSRS in sharepoint integrated mode. We will be using Kerberos for authentication. ...
4
votes
2answers
203 views

Detect CNAME chains in BIND zone file

Are there any tools available to automatically detect (and optionally correct) CNAME chains in BIND zone files? I am trying to clean up a rather large zone file (15,000+ resource records) so I'm ...
34
votes
8answers
28k views

Is a wildcard CNAME DNS record valid?

I know it's valid to have a DNS A record that's a wildcard (e.g. *.mysite.com). Is it possible/valid/advised to have a wildcard CNAME record?
3
votes
2answers
113 views

Will an MX record “follow” a CNAME record?

I have a situation I'm trying to work through that I'm not entirely sure how to solve. Here's the situation: I have a domain, let's say sub.otherdomain.com, that I want to set up e-mail addresses ...
0
votes
1answer
38 views

Domain not resolving with CNAME

I'm really struggling to get a website up and running for the NHS. Apologies in advance as it's the first time I've had to setup a domain without using NS records so I'm a tad out of my depth. I ...
1
vote
0answers
69 views

Windows Server 2008 DNS server CNAME resolution and TTLs

We have a Windows 2008 SP2 DNS server configured to use root hints. We have a certain MX record lookup that it periodically fails to resolve for our client machines. The lookup is for the MX record ...
3
votes
1answer
181 views

TXT record is forwarded because of CNAME

I want to verify my domain name with google apps, by using DNS verification. This involves making a TXT record with a generated value by google. However, I have a CNAME record for the "mydomain.com". ...
-2
votes
2answers
53 views

Multiple domains resolve to one domain [closed]

I have the following scenario: domain1.com domain2.com domain3.com domain4.com Whenever someone types www.domain1.com or www.domain2.com or www.domain3.com she should be redirected to ...
-1
votes
3answers
134 views

Why does Google use A record for www instead of CNAME? [closed]

Is A significantly faster than CNAME in this case? $ dig www.google.com ; <<>> DiG 9.8.1-P1 <<>> www.google.com ;; global options: +cmd ;; Got answer: ;; ...
1
vote
1answer
69 views

CNAME Setup on Different Server

I have domain and hosting at GoDaddy.com with domain earthline.info. But my email is located at CBN.net.id. I have setup the mx with this configuration: But for CNAME, i'm not sure what i must ...
0
votes
1answer
86 views

Heroku apex record setup

I have a heroku application and I want to configure my domain to redirect the apex record to www.. Are there any free services I could use for this purpose? I mean other than rolling my own solution ...
0
votes
1answer
57 views

Regarding Cnames, A Records (Internal Network Forwarding to External Domain)

It is not possible to do a redirect from internal DNS to external domain correct? We have a subdomain test.internaldomain.com and internally we want it to point to external url, including full path: ...
0
votes
0answers
47 views

What are the drawbacks to CNAMEing the DNS server that appears in Whois? [duplicate]

Possible Duplicate: In DNS can an IN NS point to a CNAME? I've outsourced my DNS to a 3rd party and have many DNS zones to manage (or ask others to type in). Since the hostname that the ...
0
votes
1answer
43 views

Apache + Tumblr Custom Domain

Have searcehed high and low for answer to this, but haven't found one. Problem: I want to use a subdomain (blog.archivism.ca) of my domain (archivism.ca) as my tumblr custom domain. I created the ...
0
votes
2answers
198 views

Email forwarding and CNAME records

I have a Heroku app and a domain that maps to it. The host records are set up as follows: Now I want email to admin@mydomain.com to be forwarded to my gmail account. I was told by the support for my ...
-1
votes
3answers
123 views

CNAME redirects behaving differently for two domains

I have two domains - oliverhaslam.com and ojhaslam.co.uk. Both are registered with the same company, and both have A records pointing to my server's IP address. Both also have CNAME records pointing ...
2
votes
1answer
158 views

map subdomain to another subdomain via cname

Question: I need to get DNS configured to point a subdomain from one domain (which I will generally not be controlling) to another subdomain on a different domain name. Testing this process using a ...
2
votes
2answers
105 views

Is subdomain (CNAME) slower than using original address?

I am no expert at this at all, so I am wandering is there a difference in speed, etc. when using some subdomain (CNAME record) over the original address? For example, when using CDN like Amazon S3. ...
0
votes
0answers
38 views

SaaS that allows customers to use their own domain (with a CNAME) and serves using a CDN [closed]

I created a SaaS where customers can link to URLs of the form: http://api.myservice.com/CUSTOMER_API_KEY/options/here My customers can put these URLs directly in their HTML. I allow them to have ...
0
votes
2answers
83 views

Cname to multi-level heroku subdomain

I'm trying to create a cname that points from my custom domain (s.mydomain.com) to a multilevel subdomain hosted on heroku (me.myapp.herokuapp.com). I've created the Cname s.mydomain.com with the ...
5
votes
2answers
938 views

Why can't a domain's root be a CNAME?

I've just read this question which essentially says that when I set up DNS for example.com, the root record can't be a CNAME, it has to be an A record. My question is, why? I'm sure the clever ...
3
votes
3answers
134 views

DNS: CNAME as www record

I'm considering changing the DNS www records of a domain name from an A record to a CNAME. Various questions and answers on serverfault are not as clear cut as I'd hoped. Also, many DNS checking tools ...
2
votes
2answers
85 views

SSL, CNAME, and multiple domains

Say I have an SSL Certificate for a super cool site that I offer, like https://secure.coolsite.com/ (Not my site, just an example). Then lets say I had a customer who wanted to have a CNAME to my site ...
0
votes
1answer
98 views

NGINX access logging with subdomain [closed]

We are trying to log requests made through an nginx load balancer. When we make requests to our server on a subdomain (api.blah.com), the request does not show up in the access logs However, ...
2
votes
4answers
7k views

Redirect subdomain.example.org to somethingelse.com hidden to the user?

I'm not knowledgeable at all about C-NAMES, A-RECORDS, name servers and the like, so just bear with me on this one: I want to redirect subdomain.example.org to another domain somethingelse.com. I do ...
-1
votes
1answer
43 views

Circumvent ID10T domain parking after MyDomain software migration?

I have been a happy customer of MyDomain.com, which handles domain stuff for http://JonathansCorner.com, which is my personal site handled correctly and http://JonathanHayward.com, which is CNAMEd to ...

1 2 3 4 5 7