Qubes OS version: 4.3.0
Guest OS version: Debian 13 (Trixie) KDE
VM/qube type: Standalone HVM
Installation method: official iso for KDE version of Debian
Expected behavior: qube is able to connect normally after properly configuring its IP and gateway address in KDE Network Manager
Actual behavior: qube fails to have functional connectivity after multiple methods of configuring networking were tried
Details:
I installed Debian 13 (KDE) in a Qubes standalone HVM, but it is unable to connect, even after correctly setting modifying its “Wired connection” in KDE Network Manager, setting its IP address as 10.137.0.43, its netmask as 255.0.0.0, and its gateway as 10.137.0.8, which are all details shown in Qubes manager except the netmask, which Qubes manager shows as 255.255.255.255, but after looking into Qubes guides it’s for some reason recommended to set the netmask of standalone VMs to 255.255.255.0 instead. I tried both 255.255.255.0 and 255.0.0.0, as well as 255.255.255.255 as shown in Qubes manager, but none of these work and the connection is still non-functional, so I assume the netmask setting isn’t the problem.
AppVM qubes based on default Qubes templates, including the Debian template, connect fine over the gateway VM and require no additional configuration (because Qubes packages, such as qubes-core-agent-networking installed in these templates by default handle it automatically), so it shouldn’t be some kind of issue inherent to my Qubes setup itself.
I even tried manually installing that package and its dependencies by copying the package files over to the offline VM and installing them with apt in offline mode – however, this broke most of the VM’s functionality entirely, presumably due to misconfigured dependencies, which aren’t properly configured merely through installing them.
I’m at a loss for what else to try. Is anyone else able to reproduce the issue or figure out a way to make this work?