DNS-me-do

From: ANT_THOMAS 2 Oct 2013 10:48
To: ALL1 of 21
I now have a dedicated server from OVH (a kimsufi server) that I'm hopefully going to use for my hosting. It is a bare system with a fresh ubuntu 12.04 install.

So far I have installed ISPconfig this guide

http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-apache2-bind-dovecot-ispconfig-3

Next step is getting a domain pointing at it.

OVH offer a secondary DNS service.

I'll add some more info later when I get chance, but I assume someone on here has setup a server from scratch to be full web facing and resolvable?
From: Matt 2 Oct 2013 13:09
To: ANT_THOMAS 2 of 21
Unless you're a masochist, don't bother running your own DNS server (bind), keep the domain hosted at your registrar and point the A and MX records at your server's static IP.
From: ANT_THOMAS 2 Oct 2013 13:15
To: ALL3 of 21
Right.

What do I need where?

On my domain registrar I have my name servers as:
NS1 : dedicated server address
NS2 : secondary DNS address from OVH

What then needs to be in the DNS Zone editor of ISPconfig?

It currently looks like this, which is clearly wrong.

intoDNS is unsurprisingly complaining too.
From: ANT_THOMAS 2 Oct 2013 13:15
To: Matt 4 of 21
Right, so just use the registrar nameservers and point the A and MX.

I'll try that and clean up my DNS Zone
From: ANT_THOMAS 2 Oct 2013 14:02
To: Matt 5 of 21
Now that saved a lot of hassle. Thanks!
From: Chris (CHRISSS) 3 Oct 2013 00:10
To: ANT_THOMAS 6 of 21
You're welcome.
From: koswix 3 Oct 2013 08:18
To: ANT_THOMAS 7 of 21
You're welcome.
From: Chris (CHRISSS) 3 Oct 2013 08:51
To: koswix 8 of 21
You're welcome too.
From: Ken (SHIELDSIT) 3 Oct 2013 21:20
To: Matt 9 of 21
A day late, but +1.  Fuck BIND. 
From: ANT_THOMAS 8 Oct 2013 21:51
To: ALL10 of 21
Next question.

Do I need to care about MX server addresses?

I don't have any assigned with my registrars. I just have @ and www pointing at my IP with A records.

Email is being sent and received fine so I'm hoping I can just ignore them all.

Oh, apart from the domain I'm using GApps for email. I guess when I move that I need to point them MX servers to Google?
From: Matt 9 Oct 2013 06:53
To: ANT_THOMAS 11 of 21
Mx is entirely for email, so yes you will need them to be able to recieve email to your domain(s)
From: ANT_THOMAS 9 Oct 2013 09:37
To: Matt 12 of 21
But I haven't knowingly set them and I can send and receive email.

I'll have to delve deeper.
From: Dan (HERMAND) 9 Oct 2013 09:47
To: ANT_THOMAS 13 of 21
If your hosting has some kind of cPanel type thing, it's probably dealing with them automatically. By default they dont' show in the DNS Manager I don't think.

Plug your domain name into http://mxtoolbox.com/ and see what comes back
EDITED: 9 Oct 2013 09:48 by HERMAND
From: ANT_THOMAS 9 Oct 2013 11:33
To: Dan (HERMAND) 14 of 21
I've installed ISPConfig as my "cpanel" type thing. It was just a bare and very cheap dedicated server.

mxtoolbox is giving lookup failures on two domains but emails are coming and going fine. Confused.
From: Matt 9 Oct 2013 13:13
To: ANT_THOMAS 15 of 21
There doesn't seem to be an authoritive answer to this that I can find (or my Google-fu isn't working), but this page here implies that if an A record points at IP address that is running an SMTP server, the sending server will talk with that IP address to attempt to deliver the mail.

Presumably, if MX records are present they supersede all A records.
From: ANT_THOMAS 9 Oct 2013 13:18
To: Matt 16 of 21
Thanks for that.

I shall leave it for the time being and not worry about it unless emails stop arriving.

Am I right to assume the "@" record is email related?
From: Matt 9 Oct 2013 14:07
To: ANT_THOMAS 17 of 21
@ in DNS records means root, i.e. no sub-domain. They can be used on all types of records (I believe), including A and CNAME although having a @ CNAME record prevents all other @ records working (again, I believe)
From: ANT_THOMAS 2 Jul 2014 15:39
To: All 18 of 21
Since no-ip have gone down because of Microsoft being cunts I actually got my subdomains working dynamic properly now.

Ended up using the free nameservers at afraid.org and pointing things through them.
From: Ken (SHIELDSIT) 2 Jul 2014 19:11
To: ANT_THOMAS 19 of 21
That's how I do mine as well.  And I use Tomato so the router actually notifies afraid.org when a change happens.  Very set it and forget it and I like things like that!
From: ANT_THOMAS 2 Jul 2014 20:18
To: Ken (SHIELDSIT) 20 of 21
5 min cronjob on one a local server is what I've been using.