I have installed Ubuntu 25.10 in a standalone Qube and configured it to use sys-whonix for networking. However, I’m experiencing issues, as I am unable to access the web or install packages via the terminal.
The wired connection in Ubuntu is active, and I can confirm that it recognizes the MAC address when I execute the command ip link show. Additionally, I created another standalone Qube using a Debian template with sys-whonix for networking, and that works without any issues.
I am uncertain what might be wrong with the Ubuntu setup. Any guidance would be greatly appreciated.
How did you install Ubuntu in the SVM? Through the installation ISO? I think that in such a case you’ll need to manually set the IP address, gateway, DNS and netmask in your SVM’s network settings.
Yes.
But in case it matters, I didn’t select the file from another qube. I used the ‘From existing block device’ option and installed it from a bootable USB.
If that Ubuntu 25.10 standalone came from the ISO, that’s the issue.
It won’t talk to sys-whonix right without the qubes core agents. The template already has them, so Debian works.also By default, Ubuntu 25.10 uses netplan and systemd-networkd, which breaks DHCP in Qubes.
Change netplan to NetworkManager and install qubes-core-agent-networking and qubes-core-agent-network-manager.You shouldn’t have to set up IP/DNS by hand with sys-whonix.