After watching the videos (Part 1 and 2) to install Proxmox and Tailscale
I wanted to install Homeassistant.
Iin Proxmox I copied:
bash -c “$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/haos-vm.sh)”
The output was:
curl: (6) Could not resolve host: raw.githubusercontent.com
To confirm that there are problems with connectivity I tried:
ping -c 4 8.8.8.8
and have no problems but when I tried:
dig google.comdig google.com
I have: status: SERVFAIL
The DNS in Proxmox has the typical Tailscale:
nameserver 100.100.100.100
search tail-----.ts.net
I could try to reinstall Proxmox form scratch but I followed all the instructions in Part 1 and Part 2 of the videos from Tailscale to the letter. I am afraid that this problem will persist. So, before performing a complete reinstall, I would like to know if any of you have an idea of what is going on, and if there is a way to solve this problem.
Thanks