The first launch of home assistant does not install

Here)

try

ha dns options --servers dns://1.1.1.1
ha dns restart
network info

and post the results again

1 Like

And ? Did it work ?

you are the best!!! thank you very much it helped))

1 Like

Hi Francis, just a few questions out of curiosity.

  1. Since he had this issue on all virtual platforms: is that because something is/was off with his Windows regarding networking?
  2. I just tested this on my non-production HAOS which has static network settings but it keeps the DNS server that was configured before, even after restarting the instance.
    I guess this is not normal behavior, right?

ps: the last command

network info

misses ha in front (in case someone bumps on this post), no?

It is complicated.

You have the dns server that supervisor uses, that is a container named hassio_dns

and you have the dns that is used inside the HA container
afbeelding

ha dns options --servers dns://1.1.1.1

changes the dns of the hassio_dns container, but not the dns of the HA container.

1 Like

Thanks for explaining! :bowing_man:

Was all this because during the setup of HA the settings of the underlying OS (Windows in his case) was taken?

Always the question with DNS problems, where is the problem located ? That is why well-known DNS-servers as 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google) are often a solution.

Of course it quite often DNS, but does the setup take the DNS server from the underlying OS, or not? (I guess it would work that way)

Normally from the DHCP-server

1 Like


hello francis, could you help me with one more problem) I can’t install Add-ons at all, here’s the message (Failed to install add-on
β€˜AddonManager.install’ blocked from execution, no host internet connection)

Try to disable ipv6

please can you tell me where? And How?

settings β†’ system β†’ network

afbeelding

disabled) rebooted HA but the error remained

in the console, what does

curl http://version.home-assistant.io/online.txt

return ?

NetworkManager is online

I’m running out of ideas

try

date --set="YYYY-MM-DD HH:MM"
ha network reload

replace YYYY-MM-DD HH:MM with current time

changed it but didn’t help)