An A record is a type of DNS record that maps a name to an IP address. For example, the A record for serverfault.com is 64.34.119.12

learn more… | top users | synonyms (1)

7
votes
3answers
3k views

A Record VS. Cname Round N

Experienced DNS Admins please help me understand... I run a small DNS server in a development environment that runs resolution for at most 5 domain names at any one time. My question stems from a ...
6
votes
2answers
1k views

www a-record vs cname-record

I have a website that I will be hosting the DNS for (testing purposes at first and then it will have some limited traffic). I have set up DNS so that site.tld has an A record to the actual IP, but I ...
5
votes
4answers
6k views

Why are Amazon EC2 Elastic IPs encouraged to be used with a CNAME rather than an “A” record?

I am setting up a server on EC2 that will be used by people that will be freaked out when they see ec2-111-111-111-111.compute-1.amazonaws.com in the URL bar. I know this would be solved by using an ...
5
votes
4answers
334 views

should Apex domains (and records) be avoided?

I'm building an app that is hosted on Heroku. Heroku suggests that Apex Domains are a Very Bad Idea -- they suggest using CNAME records and a workaround service like Zerigo or DNSSimple. However, ...
5
votes
2answers
3k views

CNAME and A record have different TTLs. Which one will be cached?

If a CNAME has a TTL of 1 hour that points to an A record with a TTL of 1 minute, will someone who looks up this CNAME have the entire result cached for 1 hour, or will it will keep having to lookup ...
4
votes
3answers
243 views

Best practice for placing DNS records and subdomains

Say I have mydomain.com: Is it better to use option A: [A] mydomain.com 123.45.67.89 [A] www.mydomain.com 123.45.67.89 or option B: [A] mydomain.com 123.45.67.89 [CNAME] ...
4
votes
4answers
6k views

DNS NS Records vs A Record

I wish to have someone point and resolve their domain to my web server to begin serving their pages. Is it enough to have the person set only the NS1 and NS2 records to my name server, or must they ...
4
votes
1answer
494 views

Wildcard 'A' record overriding CNAME record

I have a Wildcard * A record for self-registration of subdomains by users on our web app. All works fine. I now need to set up an alias for support.mydomain.com to point to mydomain.freshdesk.com. ...
4
votes
4answers
2k views

Is setting an empty/blank DNS A record allowed?

I'm trying to wrap my head around the wonderful world on DNS. I have created a zone file for example.com which contains: @ A 1.2.3.4 * A 1.2.3.4 However I am also setting up my local ...
3
votes
3answers
175 views

CNAME versus an additional A&AAAA record

So, let us say that we have set-up an A record and an AAAA record for @, and for www we have set-up a CNAME pointing to @. When a new visitor visits example.com and the webserver sends a 301 ...
3
votes
2answers
170 views

Is @ the same as the IP address for @ in the MX record entry of a zone file?

I have the following configuration in my DNS Zone. I want to switch the @ record to a different IP address, but I want to keep the MX records the same. Please note the IP address has been changed to ...
3
votes
1answer
2k views

Multiple DNS records pointing to a single domain

Our business currently subscribes to a DSL internet connection. We're moving away from this and in fact will have two 3Mbps dedicated fiber connections run into our operations center in the coming ...
2
votes
5answers
302 views

Is Downtime Needed after changing the Ip Address of A Subdomain?

I have a subdomain whose DNS A Record I would like to change. After doing this, do I have to wait for some time before the change will be reflected? If yes, during the downtime is it possible to put ...
2
votes
3answers
249 views

A-Record Failover?

I have a Fortigate 100D with 2x BT Business Infinity Fibre connections acting as WAN1 & WAN2. The BT lines come with 5 static public IPs each and I have my DNS hosted through CloudFlare pointing ...
2
votes
3answers
320 views

Do CNAME records overrule A records?

I have several A records like so: Subdomain IP Address example.foo.com 1.2.3.4 foo.com 1.1.1.1 And a CNAME record that looks like this: Alias Destination www.foo.com ...
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 ...
2
votes
3answers
256 views

Website doesn't work when missing “www”

Does anyone know the solution to this problem? I checked my zone file and there are 2 A records mydomainname.com. 14400 IN A ip.address.x.x localhost 14400 IN A ...
2
votes
2answers
141 views

CNAME, A, and Apache - Why does one work and not the other?

I have a website, example.tld. The DNS has an A record for example.tld that points to 1.2.3.4. Is there any difference (as far as Apache is concerned/configured) whether a sub-domain ...
2
votes
1answer
2k views

How to set up a BIND DNS server to respond a single IP address to any request on Windows?

I want to configure a BIND DNS server (since Windows Web Server 2008 does not have DNS service, I had to install BIND) that responds any request with a single A record. I had set up a * record but it ...
2
votes
1answer
187 views

Registrar and Host are Different - Should I move DNS?

Registrar and Host are different companies. Obviously A, MX, CNAME, TXT, SRV should be changed. However, should I move Domain Name Servers to the Host or keep them with the Registrar? Thanks.
2
votes
1answer
80 views

Is there a way to force A-record removal in DNS from client server?

Is it possible to initiate deleting of DNS A and PTR records in DNS from member server?
2
votes
2answers
617 views

CloudFlare offers DNS root CNAMEs. Any resolution gotchas to be aware of?

I'm not that familiar with the inner workings of DNS, preferring to just add my CNAMEs and A records as appropriate, and leave the behind the scenes to other services. I host a few sites on Amazon S3, ...
2
votes
1answer
69 views

Is it possible to simplify my website DNS records?

Let's say I have mydomain.com and my shared webhost server is 1.2.3.4. My domain registrar and webhosting company are 2 different entities. Currently I have my DNS records configured like this in my ...
2
votes
1answer
181 views

MX and A Records

Just a quick question about A and MX records. If I have a domain that I have purchased, and I want to get remote mail working eventually, to say: mail.exampledomain.com, do I just put in with my ...
2
votes
2answers
160 views

Is it possible to add wildcard serveralias to virtualhost without modifying httpd.conf manually?

Is it possible to add wildcard serveralias (example: *.somesite.com) in an apache server without modifying httpd.conf manually? I use a DNS different from my hosting server and i have added asterisk A ...
2
votes
2answers
185 views

nginx www.domain.com vs domain.com virtualhost

I have an http block where I include virtual hosts for the different domains hosted on the same server. For each virtual host I do: listen domain.com:80; Now, domain2.com works fine. However, when ...
2
votes
1answer
45 views

Is there any way to point an A record of a web page to another website when that other website is on shared hosting?

I am creating a web application that at this point I am using shared hosting to host. Is there any way for me to give my users the option to point the a record of their domain to my website and I ...
2
votes
1answer
199 views

Subdomain and CNAME

I have a website foo.com and now I have setup a sub-domain sub.foo.com. I can open foo.com and its fine but when I try to open or ping sub.foo.com its not happening. I cant even FTP into sub.foo.com. ...
2
votes
1answer
101 views

splitting A and MX records

I have a domain name which currently points to a shared hosting service. I've set up a dedicated Apache server for the web hosting, but would like to keep using the mail server of the old host. Is ...
2
votes
2answers
46 views

A and PTR records and redundant Internet connections

Want to set up PTR record(s) to handle the following: Site with mail server (Exchange 2010) has three Internet connections, with the firewall handling load balancing. I know that if the Internet ...
1
vote
3answers
173 views

what is an A record and how it is related to DNS?

i dont know what A records do. and are they necessary for a web server to host multiple domains and how are they related to DNS?
1
vote
3answers
331 views

Sending an Email from 2 Mail Servers

We are currently attempting to move away from using a "local" mail(exchange) server to an cloud based offering for all our automated emails. The problem is that we send and receive thousands for ...
1
vote
2answers
2k views

Using www.example.com as the A record

I want example.com and *.example.com to always resolve to www.example.com So if I set the DNS records as: www A server ip (root) CNAME www.example.com * CNAME ...
1
vote
1answer
164 views

DNS not resolving for root domain, only for subdomains

The domain I'm having issues with is rossmasters.com. Here's what happens when I attempt to resolve the root domain and a subdomain: C:\Users\Ross>nslookup rossmasters.com Server: UnKnown ...
1
vote
4answers
466 views

Preventing MX record fallback

I have a website, example.com, running on a Windows 2008 server with IIS 7 and the "IIS 6" SMTP service. The website regularly sends out emails to info@example.com. In rare instances, the MX record ...
1
vote
3answers
80 views

Domain resolving problem

I have registered a new domain. I want to use it with my server. I have a static IP for my server. Using my registrar control panel I have added an A record for my domain.com with value IP of my ...
1
vote
2answers
104 views

Multiple DNS A records referencing the same host

If I create multiple DNS A records for the same hosts, for example: my-domain.com A 1.2.3.4 3600s my-domain.com A 4.5.6.7 3600s my-domain.com A 7.8.9.0 3600s Do queries really ...
1
vote
2answers
111 views

Change DNS A records dynamically

For example, I'll buy domain name at godaddy.com. I'll configure it with 2 A records with IPs 123.0.0.1 and 123.0.0.2. Is it possible to ping it for availability and change A records dynamically by ...
1
vote
4answers
1k views

DNS not resolving for *some* people/locations

We created a new sub-domain (via A record) but it is not resolving for everyone. It's been working for me and some others for about a week, but others still cannot access the site. I don't think ...
1
vote
3answers
135 views

Getting a list of DNS records for multiple domains [closed]

We have over 250 domain names with one registrar which, due to years of organisational neglect, point to various different servers hosting the websites. I've been asked to clean this up. sigh To ...
1
vote
1answer
143 views

Bootstrapping A Records for a DNS Server

My problem is this. Dissatisfied with the existing free DNS nameserver solutions, I decided to make my own nameservers for my websites. I'm using NSD on Debian, and it's working great. I can request ...
1
vote
1answer
87 views

Possible A Record Conflict

I just inherited management of the domain names from another person who resigned from my company. I am new to this type of task. I want to map the new ip address I bought to the following example ...
1
vote
1answer
123 views

Subdomain A record, how to proxy subdomain MX record

I have a subdomain of a site, lets say foo.example.com which has an A record to the IP of another server, lets say example2.com. Ideally, I would like to have the example2's server also take care of ...
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 ...
1
vote
1answer
205 views

Redirect domain to Dreamhost by changing A Record only

I bought a domain somewhere else and tried changing the A records there to the DNS nameservers that Dreamhost uses (66.33.206.206), but it didn't work. Is there any way to have my domain redirect to ...
1
vote
2answers
710 views

PowerDNS CNAME with multiple A records produces unexpected results

This problem from what i can tell is isolated to PowerDNS. The servers are running two packages pdns-static-3.0.1-1.i386.rpm and pdns-recursor-3.3-1.i386.rpm on the most recent version of Amazon ...
1
vote
1answer
208 views

issues getting apache to serve phpmyadmin from subdomain

After years of using managed servers I'm finally getting my feet wet with setting up a webserver (using rackspace cloud). Here is how I have things setup: Server A (hosted with servint.com, manages ...
1
vote
2answers
4k views

What happens when I change a Name Server record or an A record in the Zone file or the DNS settings?

I don't really understand how the internet and DNS works. I am inundated with terms I don't understand when trying to read about it on wikipedia. I don't have a computer science background. When ...
1
vote
3answers
110 views

DNS issue with migration of web site to new server

I have a legacy system that I'm attempting to make a significant configuration change to, but am not seeing a way to do so cleanly. The state I inherited consists of a web site hosted on two app ...
1
vote
1answer
87 views

Subdomain mapping to domain

What happens if you have 2 DNS entries: Name | Type | Value -------------+-------+-------------- example.com | A | 20.20.20.20 example.com | MX | mail.example.com Does this ...

1 2 3