Questions tagged [cname]

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.

A CNAME record (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. This helps when running multiple services (like an FTP server and a webserver; each running on different ports) from a single IP address. Each service can then have its own entry in DNS (like ftp.example.com. and www.example.com).

79 questions
56
votes
7 answers

What prevents me from setting up an A name entry for “google.ca” to whatever IP address I want?

When I pointed my GoDaddy domain name to the IP address of the GCP VM running my web server, this is all I had to do: Change GoDaddy nameservers to GCP nameservers Create A/CNAME/SOA entry in GCP DNS for my domain to my IP address What prevents me…
24
votes
3 answers

Can't set "example.com" as a CNAME record?

I'm currently running a server at home, but I have a dynamic IP. So I subscribed to a dynamic dns service(dlinkddns.com). I made all the correct settings in my own network, and the ip updates perfectly. The problem is that I have a domainname(let's…
teuneboon
  • 533
  • 2
  • 5
  • 13
16
votes
2 answers

Prevent use of CNAME record for untrusted domain

I use Route53 for DNS and want to prevent the use of a CNAME record for an untrusted domain. For example, I have three domains: master.com test1.com test2.com master.com has the A records: test1.com is a CNAME to master.com test2.com is a CNAME…
Master
  • 161
6
votes
2 answers

A-record vs CNAME which one to use for changing subdomain nameserver?

I've an unique situation where I need to set-up subdomain which will point to svn. so I need svn.domain.com to point to - svn server. And domain.com to hostgator shared server. Should I use CNAME, or A-record? Does cpanel provide this functionality?
user98645
4
votes
1 answer

Set CNAME locally on OSX

I am trying to get my Mac to resolve abc.com to xyz.com. Tried in /private/etc/hosts: abc.com xyz.com and abc.com in CNAME xyz.com Neither works. Anyone know how to do this?
exolab
  • 365
4
votes
1 answer

Can I use the same domain name for 2 separate web servers?

Here is my problem: As a hobbyist, I have managed some webpages for other small groups. I run a mailing list for a group on a server I manage (list@myserver.com). They have an anchor page at www.myserver.com, with no useful info on it. They have…
4
votes
1 answer

Recursive DNS server answers with CNAME but does not return the A record

I have a recursive DNS server that forwards to my primary DNS servers in order to get a resolution. Take the example I have the below CNAME: server1.example1.com. 300 IN CNAME server1.example2.com And the relevant…
ryans11
  • 49
  • 1
  • 2
4
votes
3 answers

How do i find a list of cnames pointing to a specific address?

I'm running a security experiment and I need to identify domains that point to a particular subdomain. I was wondering if there's a way for me to find the cname's for all domains in a list somewhere? Or do I have to dig the whole .com list, and grep…
4
votes
2 answers

Non-WWW site redirects to WWW explicitly?

I recently moved my NodeJS app to a new Openshift server. Visiting www.lsmsaSGO.com works as expected. Visiting lsmsaSGO.com seems to redirect explicitly to www.lsmsaSGO.com in the URL bar. I do not want this behavior. I have another site set up…
3
votes
2 answers

White Label nameservers running WHM/Cpanel DNS only with hostname alias

UPDATE 2/23/2016 I think my original question was confusing, so I am going to rephrase it: I have my own dedicated nameservers running cPanel DNS Only! I want to know how to give other people vanity nameservers! Our company has its own dedicated…
Neo
  • 256
  • 1
  • 3
  • 16
3
votes
4 answers

Connecting to my home router web interface from work

I'm trying to connect to my home router web interface from work. I use dyndns, because I don't have a static IP at home, and it works perfectly from any other place except my workplace (update: I made a mistake, see edit below). When trying to…
Joe
  • 243
3
votes
1 answer

Point a subdomain to a minecraft server

I'm trying to get my minecraft server to be reachable through my domain name, as opposed to needing to connect with the IP and port. Because I want to host multiple servers, it would be ideal if I could tie a subdomain to a port, so then people…
3
votes
1 answer

Implementation differences between NS records and CNAME records for delegating control of a subdomain

I am wanting to control the destination IP address for www.example.com (but not example.com) using DNS and exert the most control over this subdomain TTL as I can since I do not have direct control of the parent domain itself. I am aware of 2…
davidgo
  • 73,366
3
votes
1 answer

Difference between CNAME and MX

I am following some instructions in pointing the email server to the domain. CName should resolve to a named server, where pop will points to a server named pop.mx***.com. Then why do I need also to set MX to mx1.mx***.com? There these two different…
KMC
  • 2,129
  • 10
  • 37
  • 46
2
votes
1 answer

I need some basic help setting up CNAME and apache correctly

I have the grasp of setting up multiple name-based domains on Apache 2 using virtual hosts. Say I have a domain name called 'domain.com'. I now want to set up a sub domain of this, like 'demo.domain.com' and want this to go to a different folder on…
1
2 3 4 5 6