Supervisor internet false

For the life of me I can not figure out how to get Home Assistant started. Im using a VM from within unraid. I have searched for an answer to no avail. The host has internet but the supervisor does not and it’s preventing me from getting started.

Please help.

1 Like

I’ve been having the same problem, please help!

It wound up being that the desired MTU was not set to 1500.

Would you kindly tell us, how to set the MTU to 1500?
I have the exact same problem and can’t find any solution to it…
Thanks a lot!

1 Like

It’s very unlikey that changing mtu settings will brini back internet. Changing mtu settings can a bit improove internet connection but hardly it can turn it on/off

1 Like

I’m still having the same issue :frowning:

Solved! In my case, my current datetime was wrong (even pinging the NTP address, the datetime was outdated).
For those if the same issues:
. Enter in prompt (login )
. disable the timedatectl service

systemctl stop systemd-timedated

and set manually the correct datetime (with timezone).

timedatectl set-timezone [timezone]
timedatectl set-time [datetime] 

i checked both host settings and docker network settings, all interfaces mtu were 1500, and after I attached to supervisor docker, network worked well. but supervisor_internet was still false. Any more information? thanks

BTW, timezone is correct on my host, not the timezone issue