Intel Quad NIC not showing up in Web UI - Passthrough to VM for OpnSense

stehle

Member
Jun 24, 2020
3
0
6
57
Hi!
I am using Proxmox for some time now, but still a noob trying to learn the basics.
But now i am at a point where i can not proceed without help, and it concerns my PCIe NIC:
It is an Intel PRO/1000 PT Quad NIC, an ultra common one i guess everyone here should know and should be supported by any OS:
https://www.intel.com/content/www/u...s/1000-pt-quad-port-server-adapter-brief.html

I want to use OpnSense in a VM, for which i need to have at least 2 LAN ports. I know i have 2 options to do this:
1. Create 2 bridges, one for each NIC port
2. Passthrough the PCIe NIC to the VM

I would prefer option 1., but i can only see 1 new network device in addition to the motherboard one after i build in the NIC-PCIe-Card:

proxmoxNIC1.jpg

When i enter "ip addr" i get this:

proxmoxNIC2.jpg

Why are there not 4 NICs shown in the Web UI? What can i do to change this and use the 4 ports exlusively for the OpnSense VM?
Thanks in advance for any help!
 
Maybe you might find this thread intersting:
Neither the EXPI9404PT or the EXPI9404PTBLK will work in the PCIe 2.0 slot unless you have a BIOS that allows you to set the PCIe version to emulate the older 1.0a vers

Also keep in mind that this NIC got a typical power consumption of 12W!!! according to the datasheet. Not sure what you pay in your country for electricity, but here that would cost me additional 42$ or 37€ a year. A newer Intel i350-T4 quadport-Gbit-NIC you get for around 35€ and it even got better features and only needs 5W, so it would save 22€/25$ per year of electricity.
If you need to pay for the electricity bill by yourself, it most of the time doesn't make sense to buy such old hardware.
 
Last edited:
  • Like
Reactions: stehle
Maybe you might find this thread intersting:


Also keep in mind that this NIC got a typical power consumption of 12W!!! according to the datasheet. Not sure what you pay in your country for electricity, but here that would cost me additional 42$ or 37€ a year. A newer Intel i350-T4 quadport-Gbit-NIC you get for around 35€ and it even got better features and only needs 5W, so it would save 22€/25$ per year of electricity.
If you need to pay for the electricity bill by yourself, it most of the time doesn't make sense to buy such old hardware.
Wow, thanks for the fast reply! Ironically i thought i would save money with the PRO/1000 and bought this one instead of the i350, because i thought only about feature set. Did not consider the electricity and quirks like this PCIE version stuff.
Will buy a used i350 try to get the PRO/1000 to work for now and then upgrade when the i350 arrives in some weeks.
Thanks for your fast answer again!
 
You could try pass through to pfsense that way only one OS needs to recognise it.
It does not even show up in the list of devices to pass through. Even though i was able to set the PCIE version to V1. I will just bite the bullet and get the i350 T4. With selling the old one for 20€, and paying 50€ for a i350 T4 from a local online store, its pretty cheap to do.
As they say, the one who buys cheap buys twice. Stupid Me.
The i350 even has SR-IOV!!

Thanks to all for helping me, have a great new year!
 
There is the i350-T4 and the newer revision i350-T4v2. If I remember right not all versions of the v1 will support SR-IOV.
 
Last edited:
It does not even show up in the list of devices to pass through.
Pass through works by passing through an IO group (PCE Device at a particular address).

To see what is in each IO group run the following in a Proxmox shell / command prompt

Bash:
for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done

If you have not enabled pass through all peripheral will be in the same IO group.
To enable pass through the procedure differs slightly depending on if you are using
  • Intel or AMD processor
  • EFI or the Grub bassed bootloader
See
Which involves
For EFI edit
Bash:
nano /etc/kernel/cmdline
For Grub edit
Bash:
nano /etc/default/grub
For both append quiet intel_iommu=on

For both create the file
Bash:
nano /etc/modules
Then past the contents
vfio vfio_iommu_type1 vfio_pci vfio_virqfd
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!