Good evening,
I am trying to work out why 2 of my 4 network interfaces do not show up in OMV.
I do have 4 integrated ports, which all works and are listed as enon, while the ports on the NC364T, 2 are listed as ens4fn, and 2 are listed as renamen but disabled.
root@DL380e:~# networkctl list
IDX LINK TYPE OPERATIONAL SETUP
1 lo loopback carrier unmanaged
2 eno1 ether routable configured
3 eno2 ether routable configured
4 ens4f0 ether routable configured
5 eno3 ether routable configured
6 eno4 ether routable configured
7 ens4f1 ether routable configured
8 rename8 ether off unmanaged
9 rename9 ether off unmanaged
10 docker0 bridge routable unmanaged
12 vethb7bee58 ether degraded unmanaged
16 vethebf972b ether degraded unmanaged
18 vethd5a5b8b ether degraded unmanaged
38 veth15757e6 ether degraded unmanaged
Display More
I have swapped the cables on the switch end, to check if it was an issue with the switch port, however it does not seem to be an issue with the cables or the switch.
I have booted a live cd and tried the adapter on another server and I can see all the 4 ports working just fine. Only on OMV these 2 do not show up and are not correctly renamed.
I can see all 8 PCI devices are listed, the 4 integrated and the 4 from the NC346T.
root@DL380e:~# lspci | grep net
02:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
02:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
02:00.2 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
02:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
05:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
06:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
Same goes for the hardware info.
root@DL380e:~# lshw -c network -short
H/W path Device Class Description
=============================================================
/0/100/1c/0/2/0 ens4f0 network 82571EB Gigabit Ethernet Controller (Copper)
/0/100/1c/0/2/0.1 ens4f1 network 82571EB Gigabit Ethernet Controller (Copper)
/0/100/1c/0/4/0 rename8 network 82571EB Gigabit Ethernet Controller (Copper)
/0/100/1c/0/4/0.1 rename9 network 82571EB Gigabit Ethernet Controller (Copper)
/0/100/1c.4/0 eno1 network I350 Gigabit Network Connection
/0/100/1c.4/0.1 eno2 network I350 Gigabit Network Connection
/0/100/1c.4/0.2 eno3 network I350 Gigabit Network Connection
/0/100/1c.4/0.3 eno4 network I350 Gigabit Network Connection
/3 docker0 network Ethernet interface
/4 vethb7bee58 network Ethernet interface
/5 vethebf972b network Ethernet interface
/6 vethd5a5b8b network Ethernet interface
/7 veth15757e6 network Ethernet interface
Display More
In /etc/udev/rules.d/ I can see just the default rules and none that catches these interfaces.
The only strange thing I can spot is the fact the rename8 and rename9 interfaces shows like having link "no" when exporting the data via lshw -c network -json.
Would anyone have any suggestion on how to get these 2 ports working?
Thanks!