I've noticed that when I power cycle my machine running HassOS, that local DNS resolution doesn't work at all. Nearly all of my ESP8266 devices rely upon local DNS resolution so most devices stop working. The local DNS is set via DHCP. I don't set any upstream DNS, everything is supposed to be forwarded through my local DNS.
I've found that I can get it resolved by running ha dns restart at which point my local DNS server starts getting used.
# ping lgwebostv.localdomain
ping: bad address 'lgwebostv.localdomain`
# ha dns restart
Processing... Done.
# ping lgwebostv.localdomain
PING lgwebostv.localdomain (192.168.20.62): 56 data bytes
I've noticed that when I power cycle my machine running HassOS, that local DNS resolution doesn't work at all. Nearly all of my ESP8266 devices rely upon local DNS resolution so most devices stop working. The local DNS is set via DHCP. I don't set any upstream DNS, everything is supposed to be forwarded through my local DNS.
I've found that I can get it resolved by running
ha dns restartat which point my local DNS server starts getting used.I've got Hassio supervisor 2020.12.6 on stable channel (HassOS 4.17; deployment production).
The text was updated successfully, but these errors were encountered: