I restart my router several times, with different settings and i even reset it to factory defaults but still no luck. Note that after the electricity issue fixed in the area all network and wifi devices are connected successufully. The only issue i am facing is with my HA server.
I am hoping that someone out there has a fix for me.
I had the exact same issue. I woke up this morning and couldn’t connect to the dashboard,
I thought it was due to upgrading to 2022.4.4 but you’re still on 2022.4.2.
My Proxmox config is identical to yours (save for a different IP scheme), have you updated Proxmox recently? I’m on 6.4-14 with all updates installed…
Something was messed up with DHCP, I set it manually on the HA console with the below command and that restored access:
Wow, I thought I was the only one! The EXACT same thing happened and I thought my N2+ was fried.
What I did was connect a monitor up to the device and a keyboard. Then in the HA boot up prompts, I stumbled my way into turning off IPV6 and using IPV4 in the network settings…for some reason above my skill level, this worked.
Also note, I had a static ip as well, and had to delete it and Let it connect to the internet with a new ip address.
One note - after connecting, I changed the static ip address in HA back to the old IP address and everything works back to normal.
The odd thing is, when I changed the assigned static IP in the ROUTER settings back to the old ip like I did in HA and everything quit working again. I reverted back to the new ip in the ROUTER and fixed it. My troubleshooting made me believe some setting got changed and caused the assigned static ip in HA and my router to conflict. That’s my best guess…but everything is back to normal now.
Thank you for the troubleshooting help, every other thread I found just suggests to reinstall Home Assistant completely.
I did however have one stupid question: How do I determine what IP my nameserver should be?
I’ve tried both my router address and pi-hole address. Neither have worked, and when I check “network info” under ipv4 it just shows “nameservers: [ ]”. I do see an IP address for my HA VM “enp0s3” on boot now and see the VM in my routers device list, but still can’t access HA using the local ip:8123 or homeassitant.local:8123.
I’m happy to do a fresh install, but was hoping to figure this out in case I run into the issue again.
On mine, the /etc/network/interfaces file was renamed to interfaces.real and a vanilla interfaces file was installed. Some hassio/supervisor update must have done it.