Error updating Home Assistant

Hi,

Strange problem here. Running home assistant on esxi, Home Assistant Core. Updated ESXi to 7. It looks like since then, but I’m not sure, I cannot update Home Assistant. Some data is getting in like Buienradar. From the console I can ping other vm’s, but i cannot ping the gateway. But from my mobile app I can access on 4G (so not wifi) my Home Assistant server and control the lights. But notifications do not arrive.

Here’s a bit of the log:

20-04-14 12:37:33 INFO (SyncWorker_1) [supervisor.docker.interface] Pull image homeassistant/amd64-hassio-dns tag 9.
20-04-14 12:37:49 ERROR (SyncWorker_1) [supervisor.docker.interface] Can’t install homeassistant/amd64-hassio-dns:9 -> 500 Server Error: Internal Server Error (“Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)”).
20-04-14 12:37:49 ERROR (MainThread) [supervisor.dns] CoreDNS update fails
20-04-14 12:37:49 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished coro=<Tasks._update_dns() done, defined at /usr/src/supervisor/supervisor/tasks.py:218> exception=CoreDNSUpdateError()>
Traceback (most recent call last):
File “/usr/src/supervisor/supervisor/tasks.py”, line 224, in _update_dns
await self.sys_dns.update()
File “/usr/src/supervisor/supervisor/dns.py”, line 182, in update
raise CoreDNSUpdateError() from None

I cannot find or access this file.
ESXi reboot and many reboots of the system and server did not help. Strangely enough, it can find updates but cannot access those

Please help.
Regards,
Renzo

Fixed it myself. Turned out to be static ip settings and ipv6. I gave in nmcli ipv4.method dhcp, ipv6.method ignore and a reservation on my dhcp server.

Now, everything is working fine.