You are not logged in.
Heya!
Whenever I pass my GPU (3060) I can no longer use my network. I have the spice agent installed on my windows VM But it's the same on others systems
I am using WiFi and can only ping my host within the VM. Seems like it does not forward packets even if net.ipv4_forward is set to one
I followed wxtl guide (I had to copy hooks, I think he didn't do that in the video) and everything works fine on pop os. Network does not work on Archlinux
I tried to pass my PCIE network but it does not work as it's in a populated IOMMU group My hardware is : R7 3600X RTX 3060 EAGLE 12GO Intel wireless 7265 (cannot use ethernet) 16 go of RAM and NVME storage but whatever.
I am using a NAT network (forwarding to wlan0) and I already disabled my firewall and allowed every IN and OUT connections.
PS : I do have an IP on my VM and the gateway seems to be correct
TLDR : Can only ping host but it seems to not forward packets. IPv4 forward is set to 1. No firewall (IN AND OUT ALLOWED). Have to use wifi (Intel 7265). Works fine on POP OS but not on arch. Neither work on Windows and Linux VM. I'm using default network but I tried some other. Cannot pass PCIE network adapter (populated IOMMU group). I am also using a NAT network (to wlan0)
Thanks guys !
Logs :
custom_hooks.log : https://pastebin.com/Mh3xAQWk
libvirtd.log : https://pastebin.com/1kKWvAAB
windows10.log : https://pastebin.com/HzdNqYbk (PS : I shutdown manually, did not crash)
And finally the VM XML : https://pastebin.com/8pDDDE8V
Last edited by Blackmine57 (2022-07-26 19:23:29)
Offline
NetworkManager was down after log out
Solved with
mcli connection modify [NETWORK] connection.autoconnect-priority 10
nmcli connection modify [NETWORK] connection.autoconnect yes
nmcli connection modify [NETWORK] connection.permissions ''
Offline