Following the setup guide, i probably did something wrong (/noobie mistake?) Please call me out!
Errors i’m having a hard time resolving…
Nameserver glue records are incorrect. The ns1.box.MYDOMAIN.me and ns2.box.MYDOMAIN.me nameservers must be configured at your domain name registrar as having the IP address 111.111.111.111. They currently report addresses of [Not Set]/[Not Set]. It may take several hours for public DNS to update after a change.
This domain must resolve to your box’s IP address (111.111.111.111) in public DNS but it currently resolves to [Not Set]. It may take several hours for public DNS to update after a change. This problem may result from other issues listed here.
The nameservers set on this domain are incorrect. They are currently [Not Set]. Use your domain name registar’s control panel to set the nameservers to ns1.box.MYDOMAIN.me; ns2.box.MYDOMAIN.me.
This domain should resolve to your box’s IP address (111.111.111.111) if you would like the box to serve webmail or a website on this domain. The domain currently resolves to [Not Set] in public DNS. It may take several hours for public DNS to update after a change. This problem may result from other issues listed here.
Over at GANDI, i have my glueservers set up as - ns1.box.MYDOMAIN.me , ns2.box.MYDOMAIN.me both pointing at my DigitalOcean VPS IP “111.111.111.111” . Then, setup my DNS Nameservers (in GANDI Control Panel) as ns1.box.MYDOMAIN.me and ns2.box.MYDOMAIN.me
I assume that’s correct? No zone file is being used at my register (Gandi). In the GANDI control panel the DNS is set to “External DNS” which has the above nameservers as entries.
On another machine i can nslookup and resolve my domainname. Example output -
:~$ host ns1.box.MYDOMAIN.me
ns1.box.MYDOMAIN.me has address 111.111.111.111
:~$ host -t ns MYDOMAIN.me
MYDOMAIN.me name server ns1.box.MYDOMAIN.me.
MYDOMAIN.me name server ns1.box.MYDOMAIN.me.
However, on my VPS (mail-in-a-box) server, it cannot resolve. Which i assume is why my status page is bleeding red errors on DNS.
$ host ns1.box.MYDOMAIN.me
Host ns1.box.MYDOMAIN.me not found: 2(SERVFAIL)
$ host -t ns MYDOMAIN.me
Host MYDOMAIN.me not found: 2(SERVFAIL)
Any idea where i’m going wrong?? The “External DNS” section in Super Advanced Options, do i have to set those up at DigitalOcean VPS? Or Gandi?!?
Any help would be appreciated! Thanks!