Hello all,
I am setting up a proxmox PVE within a tailscale VPN.
Accessing PVE from within the VPN works nicely (from the "outside").
But proxmox sets up its own DNS server on the host, so it cannot find other machines that are managed via tailscale's "magic DNS".
That means, for instance, that I cannot add another PVE at a different location into a cluster, nor use an OIDC service that is part of the VPN.
Tailscale says the following:
The tailscale "DNS fight" help section mentions that
Is there a way to make tailscale and proxmox's DNS play along?
I am setting up a proxmox PVE within a tailscale VPN.
Accessing PVE from within the VPN works nicely (from the "outside").
But proxmox sets up its own DNS server on the host, so it cannot find other machines that are managed via tailscale's "magic DNS".
That means, for instance, that I cannot add another PVE at a different location into a cluster, nor use an OIDC service that is part of the VPN.
Tailscale says the following:
Code:
# tailscale status
[...]
# Health check:
# - Linux DNS config not ideal. /etc/resolv.conf overwritten. See https://tailscale.com/s/dns-fight
The tailscale "DNS fight" help section mentions that
systemd-resolved
could be installed, but I believe proxmox doesn't support that and wants to modify /etc/resolv.conf
directly?Is there a way to make tailscale and proxmox's DNS play along?