J
J
John2016-07-07 09:41:07
Django
John, 2016-07-07 09:41:07

The server on the domain does not respond. Why?

Created a server on Microsoft Azure. Chose Ubuntu 14.04. Deployed Nginx, Django, Gunicorn, Supervisor. As it came to binding to a domain, problems started. I can not ping on the domain, but when cleaning dns, the site opens. The domain was transferred to pdd.yandex. What could be the problem, please help.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
Cool Admin, 2016-07-07
@ifaustrue

nslookup and check what's going on in the cache, what's going on in your DNS in your head, what's going on in the Yandex or Google DNS records.
Find the reason: either the records have not yet diverged, or they do not diverge in principle (if they do not exist), or they are not correct

K
Keofaste, 2016-07-07
@Keofaste

Perhaps icmp is blocked.

P
Pavel Serenko, 2016-07-14
@p1r4te

run "host mydomain.com NS-server.org" in the terminal and see if your domain is resolved on the nameserver (usually there are 4 of them, for example in amazon, or microsoft azure). It may take up to 24 hours for the nameserver to understand your domain name. The output of the command should be something like this:

Using domain server:
Name: NS-server.org
Address: ххх.ххх.ххх.ххх#53
Aliases: 

mydomain.com has address <your-server-ip>
mydomain.com has address <your-server-ip>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question