Hello,
I want to set up a NAT network inside a VM (so far as I understand, the
name for that is nested virtualization).
Unfortunately I only have Shell Access to the VM, and am not hosting it.
I installed debian.
The output of `uname -a`: Linux kvm1 6.12.74+deb13+1-amd64 #1 SMP
PREEMPT_DYNAMIC Debian 6.12.74-2 (2026-03-08) x86_64 GNU/Linux
When I run `kvm-ok` it says "INFO: Your CPU does not support KVM
extensions KVM acceleration can NOT be used".
When I try to load `kvm_intel` into the kernel (even with nested=1
option), it says "modprobe: ERROR: could not insert 'kvm_intel':
Operation not supported".
I can't start a network, there is no `/dev/kvm` device.
I installed libvirt with `apt installĀ --no-install-recommends
qemu-system libvirt-clients libvirt-daemon-system`.
Is there a way to enable libvirt support? For me, or the admins that
host the VMs?
Thank you.