DNS Question

Hi,

I just migrated my HAOS installation from a rpi4 to a Beelink mini PC. I was checking things after the migration and in the DNS log I am seeing tons of these messages:

[INFO] 172.30.32.1:36893 - 2725 “A IN wlo1.local.hass.io. udp 36 false 512” NXDOMAIN qr,aa,rd 36 0.00014172s

[INFO] 172.30.32.1:55423 - 9680 “A IN wlo1.local.hass.io. udp 36 false 512” NXDOMAIN qr,aa,rd 36 0.000089952s

Is this anything to be concerned about? I don’t have anything in that range on my network.

Also, is there an advantage to moving all of my Esphome devices to fixed IP addresses? It sometimes seems they are slow to resolve.

Jon

When it starts with [INFO] then it is just an information to help you know what is going on.
[ERROR] should be looked into right away.
[WARN] is meant for something that are often wrong, but can be right in certain cases and the user should look into it and take a decision.

Thanks for the help but I’m aware it is only info. But, there are literally thousands of these message in less than an hour of run time.

Jon

Sometimes a device restartsand gets a new address.
This can cause other devices to try to look it up at the first address and fail, but then it retries and retries and retries.