I would like to passthrough a port from a PCI NIC. Here is what i did:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on" added to /etc/default/grub, executed update-grub
dmesg | grep -e DMAR -e IOMMU does produce output
appenede (to /etc/modules):
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd...
I have a node with multiple NICs. Proxmox runs on a vmbr0 Bridge with static Ip address.
I tried to move a VM to a separate NIC but without success. Here is what i have done:
created a new bridge to a different NIC without IP address (vmbr1)
removed the NIC from the VM
created a new NIC bridged...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.