Multiple of my qubes cannot connect to the internet nothing has changed in my networking set up.
I have four protonvpnapp qubes running concurrently providing network connectivity to different sets of qubes. Each instance of protoVPN is signed in separately to my account.
I’m getting “temporary failure in name resolution” when I ping in any of the qubes that are having connectivity issues but zero packet loss in the proton app vms themselves.
things connected directly to sys-net are working fine.
any help would be greatly appreciated. the qubes are all derived from debian-12 or fedora-41 templates
How do you redirect your DNS requests to the VPN?
If you have any nftables rules associated with a static internal IP address, that address may change at some point, which could block all further requests.
i have no nftable rules associated with the qubes in question. because I ran into that issue. each protonVPNAPP has access to the network-manager and qubes-firewall service and it works fine. if I do a dns leak test I only see proton servers so it seems to be working
I’m not familiar with ProtonVPN, so I don’t know much about how it works. However, since you have NetworkManager enabled in the VPN qubes, a script (/usr/lib/qubes/qubes-setup-dnat-to-ns) runs on networking-related events and automatically sets the DNS IP(s).
Maybe when you change servers or connect/disconnect, the script doesn’t set the DNS properly for incoming qubes requests?