I did a quick dig to find the IP of your website:
$ dig seattlesupersonics.tyronetully.com
; <<>> DiG 9.9.7-P3 <<>> seattlesupersonics.tyronetully.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4277
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;seattlesupersonics.tyronetully.com. IN A
;; ANSWER SECTION:
seattlesupersonics.tyronetully.com. 3516 IN A 104.131.125.75
;; Query time: 3 msec
;; SERVER: 10.235.218.206#53(10.235.218.206)
;; WHEN: Fri Mar 16 16:50:30 CDT 2018
;; MSG SIZE rcvd: 68
I then tried to ping that IP to see if I could get a response on my end:
$ ping 104.131.125.75
PING 104.131.125.75 (104.131.125.75): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
As you can see, it’s timing out.
Therefore, you should reach out to your host (104.131.125.75 Whois shows Digital Ocean) and see if they are having issues on that server or if their firewall is blocking port 80 (http).
-
This reply was modified 7 years ago by
Name Hero.