Hello
So I am wanting to make a VM and pass through 2 NIC's to it, for an OPNSense VM.
I am running an HPE Proliant DL380 w/ 4 OnBoard NIC's and I have an added 10Gbps NIC. I want NIC #4 and Add-On to pass through; when I add them and start the VM, no errors, I just lose all connectivity and it [Prox] freezes.
These are the 4 NIC,s I wanna pass-through the 4th one;
And this is the 10Gbps;
As I said, I just want those 2 NIC's pass through and I add them but the VM and Proxmox as a whole freezes. As far as configurations, that was it..
So I am wanting to make a VM and pass through 2 NIC's to it, for an OPNSense VM.
I am running an HPE Proliant DL380 w/ 4 OnBoard NIC's and I have an added 10Gbps NIC. I want NIC #4 and Add-On to pass through; when I add them and start the VM, no errors, I just lose all connectivity and it [Prox] freezes.
Code:
grep -e DMAR -e IOMMU
[ 0.021167] ACPI: DMAR 0x000000007B7E7000 0002CE (v01 HP ProLiant 00000001 HP 00000001)
[ 0.021255] ACPI: Reserving DMAR table memory at [mem 0x7b7e7000-0x7b7e72cd]
[ 0.553438] DMAR: IOMMU enabled
[ 1.379700] DMAR: Host address width 46
[ 1.379703] DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
[ 1.379716] DMAR: dmar0: reg_base_addr fbffc000 ver 1:0 cap d2078c106f0466 ecap f020de
[ 1.379722] DMAR: DRHD base: 0x000000c7ffc000 flags: 0x1
[ 1.379730] DMAR: dmar1: reg_base_addr c7ffc000 ver 1:0 cap d2078c106f0466 ecap f020de
[ 1.379734] DMAR: RMRR base: 0x00000079174000 end: 0x00000079176fff
[ 1.379744] DMAR: RMRR base: 0x000000791f4000 end: 0x000000791f7fff
[ 1.379750] DMAR: RMRR base: 0x000000791de000 end: 0x000000791f3fff
[ 1.379753] DMAR: RMRR base: 0x000000791cb000 end: 0x000000791dbfff
[ 1.379756] DMAR: RMRR base: 0x000000791dc000 end: 0x000000791ddfff
[ 1.379758] DMAR: ATSR flags: 0x0
[ 1.379763] DMAR: ATSR flags: 0x0
[ 1.379768] DMAR-IR: IOAPIC id 10 under DRHD base 0xfbffc000 IOMMU 0
[ 1.379772] DMAR-IR: IOAPIC id 8 under DRHD base 0xc7ffc000 IOMMU 1
[ 1.379776] DMAR-IR: IOAPIC id 9 under DRHD base 0xc7ffc000 IOMMU 1
[ 1.379778] DMAR-IR: HPET id 0 under DRHD base 0xc7ffc000
[ 1.379782] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 1.381041] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 1.681723] DMAR: No SATC found
[ 1.681726] DMAR: dmar0: Using Queued invalidation
[ 1.681736] DMAR: dmar1: Using Queued invalidation
[ 1.727549] DMAR: Intel(R) Virtualization Technology for Directed I/O
Code:
dmesg | grep 'remapping'
[ 1.379782] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 1.381041] DMAR-IR: Enabled IRQ remapping in x2apic mode
Code:
dmesg | grep -i vfio
[ 5.314800] VFIO - User Level meta-driver version: 0.3
These are the 4 NIC,s I wanna pass-through the 4th one;
Code:
02:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
02:00.1 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
02:00.2 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
02:00.3 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
And this is the 10Gbps;
Code:
81:00.0 Ethernet controller: Aquantia Corp. AQC113C NBase-T/IEEE 802.3an Ethernet Controller [Marvell Scalable mGig] (rev 03)
As I said, I just want those 2 NIC's pass through and I add them but the VM and Proxmox as a whole freezes. As far as configurations, that was it..