In need of a bit of help and pointers.
I don't recall if this was discussed and tried already on the forum.
I followed the wiki to a T, to prep everything to run a VM (ZorinOS for that matter) but the Network is bugging me.
It mentions that it's possible to use a seperate NIC but the instructions aren't very clear (to me):
Configuring a Separate physical interface on the system
Quote
- If you have two physical network interfaces on your server you can reserve one of them for KVM. Just don't set it to OMV.
- Depending on the type of connection (USB, pcie,…) you must choose the appropriate method to attach this hardware to the VM. Once a VM is configured you can attach the hardware in the VMs tab, choosing the appropriate button in each case on the top bar.
My board has 4x NICs (enp2s0 >> enp5s0) which only enp2s0 is in use on OMV.
The other 3 are now free and without any config.
What I want is to have a second CAT7 cable attached to enp5s0 to use exclusively on the KVM plugin.
How should I add that NIC?
I've been struggling on how to add it.
[EDIT]
While I was writting the above, just had an epiphany (or I just read it with better eyes)
"Go to pcie devices and search for the proper one"
It's there in plain sight after you know where to look:
Now, the question is, how to know which is which?
USER@HOST:~ $ sudo lspci
-[0000:00]-+-00.0 Intel Corporation Device 4617
+-02.0 Intel Corporation Alder Lake-N [UHD Graphics]
+-0d.0 Intel Corporation Alder Lake-N Thunderbolt 4 USB Controller
+-14.0 Intel Corporation Alder Lake-N PCH USB 3.2 xHCI Host Controller
+-14.1 Intel Corporation Device 54ee
+-14.2 Intel Corporation Alder Lake-N PCH Shared SRAM
+-16.0 Intel Corporation Alder Lake-N PCH HECI Controller
+-17.0 Intel Corporation Alder Lake-N SATA AHCI Controller
+-1c.0-[01]----00.0 Micron/Crucial Technology P2 NVMe PCIe SSD
+-1c.2-[02]----00.0 Intel Corporation Ethernet Controller I226-V
+-1c.3-[03]----00.0 Intel Corporation Ethernet Controller I226-V
+-1c.6-[04]----00.0 Intel Corporation Ethernet Controller I226-V
+-1d.0-[05]----00.0 Intel Corporation Ethernet Controller I226-V
+-1d.1-[06]----00.0 Micron/Crucial Technology P2 NVMe PCIe SSD
+-1d.2-[07]----00.0 JMicron Technology Corp. JMB58x AHCI SATA controller
+-1f.0 Intel Corporation Alder Lake-N PCH eSPI Controller
+-1f.3 Intel Corporation Alder Lake-N PCH High Definition Audio Controller
+-1f.4 Intel Corporation Alder Lake-N SMBus
\-1f.5 Intel Corporation Alder Lake-N SPI (flash) Controller
Display More
Can I assume that enp5s0 corresponds to pcie [05]----00.0 Intel Corporation Ethernet Controller I226-V
???