[SOLVED] PCI Passthrough

rlocone

Member
Apr 9, 2011
6
0
21
Kokomo, Indiana, United States
Hello All,

I'm trying to set up either Untangled or OPNSense with a 2x NIC. The 3rd NIC is the bridge and not connected to the VMs. This is the error I'm getting. The NICs have been removed from the network interfaces.

This is the error that I'm getting when starting the VM.

Code:
kvm: -device vfio-pci,host=0000:03:00.0,id=hostpci1.0,bus=ich9-pcie-port-2,addr=0x0.0,multifunction=on: vfio 0000:03:00.0: device is already attached

Code:
auto lo
iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.1.253/24
        gateway 192.168.1.1
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094

Code:
boot: order=scsi0;ide2
cores: 3
hostpci0: 03:00,pcie=1
hostpci1: 03:00.1,pcie=1
ide2: nvne:iso/ngfw-untangle-16.2.2-amd64.iso,media=cdrom
machine: q35
memory: 4096
name: Untangle
numa: 0
ostype: l26
scsi0: nvne:100/vm-100-disk-1.qcow2,size=40G
scsihw: virtio-scsi-pci
smbios1: uuid=14e50344-6260-49fb-a59a-9b4d7099b324
sockets: 1
vmgenid: eff56e4d-2595-4c27-8a48-f829b15a1014

Code:
03:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
03:00.1 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)

Thanks for your time and attention,
 
Last edited: