Created
October 31, 2014 10:43
-
-
Save dalizard/7721f0710a9c0b413b55 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Everything below was the setup while I was on Namecheap. I registered an account with DNSSimple, and I don't have any problems there. | |
============================================================================================================================= | |
I am using 3 domains with you - forebits.com, teodosita.com, and teodesita.com. For the last 2, things do not work as expected. They are using your DNS servers. Both of the last 2 domains only have CNAME records, which are used for Heroku hosted stuff. It's been more than a few days since the update. Currently I get the following: | |
~ $ dig -t ns teodesita.com | |
; <<>> DiG 9.8.3-P1 <<>> -t ns teodesita.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53275 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;teodesita.com. IN NS | |
;; ANSWER SECTION: | |
teodesita.com. 1561 IN CNAME teodosita.herokuapp.com. | |
teodosita.herokuapp.com. 61 IN CNAME us-east-1-a.route.herokuapp.com. | |
;; AUTHORITY SECTION: | |
herokuapp.com. 662 IN SOA ns-1624.awsdns-11.co.uk. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 | |
;; Query time: 45 msec | |
;; SERVER: 10.0.172.40#53(10.0.172.40) | |
;; WHEN: Fri Oct 31 12:40:12 2014 | |
;; MSG SIZE rcvd: 181 | |
~ $ | |
Which is wrong. At the same time, NS records for forebits.com are all good. | |
I also have email forwarding for [email protected], which doesn't work either. I get a response back from mail server: | |
hu, 30 Oct 2014 01:09:42 +0000 (GMT) | |
TCP active open: No addresses found for host Error: Connection refusednnection refused, too many sessions from 17.172.108.250.//support.google.com/mail/bin/answer.py?answer=6558 e74si10079216qgd.89 - gsmtp | |
The MX records are also wrong: | |
~ $ dig -t mx teodesita.com | |
; <<>> DiG 9.8.3-P1 <<>> -t mx teodesita.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52765 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;teodesita.com. IN MX | |
;; ANSWER SECTION: | |
teodesita.com. 1462 IN CNAME teodosita.herokuapp.com. | |
teodosita.herokuapp.com. 300 IN CNAME us-east-1-a.route.herokuapp.com. | |
;; Query time: 66 msec | |
;; SERVER: 10.0.172.40#53(10.0.172.40) | |
;; WHEN: Fri Oct 31 12:41:52 2014 | |
;; MSG SIZE rcvd: 97 | |
~ $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment