my Azure VM (Linux) is resolving a DNS entry (ile-cdn.pikimoni.net) as 127.0.0.1

Alessandro 0 Reputation points
2025-02-03T18:29:33.5833333+00:00

from my azure VM I get this behavior when I run an nslookup command for my domain ile-cdn.pikimoni.net (I own this domain):

> nslookup ile-cdn.pikimoni.net
Server: 168.63.129.16
Address: 168.63.129.16#53
Non-authoritative answer:
ile-cdn.pikimoni.net canonical name = cl-ms0b922158.edgecdn.ru.
Name: cl-ms0b922158.edgecdn.ru
Address: 127.0.0.1
Name: cl-ms0b922158.edgecdn.ru
Address: ::1

ile-cdn.pikimoni.net resolves correctly to cl-ms0b922158.edgecdn.ru, but then cl-ms0b922158.edgecdn.ru is resolved to 127.0.0.1 while it should be something else:

ile-cdn.pikimoni.net.     900   IN  CNAME   cl-ms0b922158.edgecdn.ru.
cl-ms0b922158.edgecdn.ru. 60    IN  A       95.181.182.182

how can I have the DNS entry to resolve correctly?

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
722 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,311 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.