Comment on Home Assistant in Proxmox, local dns not working
klangcola@reddthat.com 1 month ago
Hard to say without knowing which method you used to install HomeAssistant.
But I never found mdns .local addresses to be very reliable. They work 80-90% of the time, but the remaining 10-20% are a hassle.
Instead I’d recommend you install PiHole (in a docker container is easiest). PiHole is a DNS server intended for network-level ad-blocking. But it also have a handy feature of defining local DNS entries, so you can have HomeAssistant.myhome or HomeAssistant.whatever (.local should not be used with PiHole local DNS because .local is meant for mdns)
WbrJr@lemmy.ml 1 month ago
Thanks for the advice, i was thinking about it anyways :) i used the proxmox ve helper scripts: tteck.github.io/Proxmox/ to install it
Oisteink@feddit.nl 1 month ago
Multicast DNS uses multicasting (surprise!) so keep your devices on the same network and it just works. Docker is not very multicast friendly but lxc or a vm should have no issues.