My eOS linux host is on wifi and I want to reach the guest from a different device, not important to reach it from the host. I have tried bridges a few weeks ago, but it got confusing and frustrating. So many approaches, guides for different distros, 10+ years old forum posts etc. I don’t remember why I couldn’t do it using the arch wiki. I remember I spent hours trying everything. Today I thought I will try macvtap, wiki says it’s simpler…
I have managed to create a macvtap device like this: https://wiki.archlinux.org/title/Libvirt#Macvtap
It shows up in virt-manager’s virtual networks, but I don’t know how to assign it to a vm, it doesn’t show up in the NIC configuration
I have also tried to create macvtap from the NIC config but it throws an operation not permitted error
. I have already added myself to the kvm
and libvirt
groups. Throws the same error if I try to create a new vm.
Is it possible to reach a guest someway when the host is on wifi? I managed to do it on windows.
I also saw some guides for wifi, but all were for virt-install
and whatnot commands, and I don’t know how to use those with virt-manager’s xml config. I want to use virt-manager(gnome-boxes) so I won’t have to juggle a dozens of commands.