EDIT SOLVED = Deleting "network.cfg and network-rules.cfg at the same time and rebooting resolved this.
I installed a Mellanox ConectX-3 10Gb NIC and it works fine to my UniFi Agg switch. My MoBo already has two 1Gb eth ports. I am trying to assign the new card NIC as eth0 but it is not in the dropdown menu as an option under interface rules. I can only see the two 1Gb ports. I have read about 50 post with similar questions but none of their solutions helped me.
I have tried to delete the contents of "network-rules.cfg" and reboot
I have tried switching back to a 1Gb port in hopes of "freeing up" the 10Gb NIC.
I have set all three ports to different subnets in case that was an issue.
And attached diagnostics in case someone can help.
I have tried running:
ifconfig -s -a
and I get:
Iface MTU RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
br2 1500 704120 0 9 0 183746 0 0 0 BMRU
br-7d2d9 1500 0 0 0 0 0 0 0 0 BMU
br2.40 1500 13697 0 0 0 2740 0 0 0 BMRU
docker0 1500 163904 0 0 0 658842 0 0 0 BMRU
erspan0 1450 0 0 0 0 0 0 0 0 BM
eth0 1500 14411 0 0 0 3127 0 0 0 BMRU
eth1 1500 0 0 0 0 0 0 0 0 BM
eth2 1500 725989 0 48 0 191279 0 0 0 BMPRU
eth2.40 1500 13697 0 0 0 2736 0 0 0 BMPRU
gre0 1476 0 0 0 0 0 0 0 0 O
gretap0 1462 0 0 0 0 0 0 0 0 BM
ip_vti0 1480 0 0 0 0 0 0 0 0 O
lo 65536 18358 0 0 0 18358 0 0 0 LRU
shim-br2 1500 19623 0 0 0 17251 0 0 0 BMRU
shim-br2 1500 4096 0 0 0 1091 0 0 0 BMRU
shim-eth 1500 5996 0 0 0 2021 0 0 0 BMRU
sit0 1480 0 0 0 0 0 0 0 0 O
tunl0 1480 0 0 0 0 0 0 0 0 O
veth0283 1500 8632 0 0 0 8762 0 0 0 BMRU
veth0c67 1500 0 0 0 0 97 0 0 0 BMRU
veth3c83 1500 148633 0 0 0 643222 0 0 0 BMRU
veth4ace 1500 107 0 0 0 218 0 0 0 BMRU
veth4bcd 1500 0 0 0 0 100 0 0 0 BMRU
veth4dd9 1500 5 0 0 0 104 0 0 0 BMRU
veth53c9 1500 993 0 0 0 1073 0 0 0 BMRU
veth64e7 1500 212 0 0 0 323 0 0 0 BMRU
veth80bc 1500 1944 0 0 0 2397 0 0 0 BMRU
veth8da1 1500 0 0 0 0 86 0 0 0 BMRU
vethc67a 1500 1482 0 0 0 1313 0 0 0 BMRU
vethd1a4 1500 943 0 0 0 1408 0 0 0 BMRU
vethf6b3 1500 191 0 0 0 288 0 0 0 BMRU
vethf817 1500 357 0 0 0 466 0 0 0 BMRU
vethf83d 1500 385 0 0 0 507 0 0 0 BMRU
vethfbe8 1500 15 0 0 0 118 0 0 0 BMRU
vethfcbe 1500 5 0 0 0 108 0 0 0 BMRU
unraid-diagnostics-20220830-2003.zip
Also no stubbing in syslinux area:
default menu.c32
menu title Lime Technology, Inc.
prompt 0
timeout 50
label unRAID OS
menu default
kernel /bzimage
append initrd=/bzroot
label unRAID OS GUI Mode
kernel /bzimage
append initrd=/bzroot,/bzroot-gui
label unRAID OS Safe Mode (no plugins, no GUI)
kernel /bzimage
append initrd=/bzroot unraidsafemode
label unRAID OS GUI Safe Mode (no plugins)
kernel /bzimage
append initrd=/bzroot,/bzroot-gui unraidsafemode
label Memtest86+
kernel /memtest
label Xen/unRAID OS
kernel /syslinux/mboot.c32
append /xen --- /bzimage --- /bzroot
label Xen/unRAID OS Safe Mode (no plugins)
kernel /syslinux/mboot.c32
append /xen --- /bzimage --- /bzroot unraidsafemode
EDIT SOLVED = Deleting "network.cfg and network-rules.cfg at the same time and rebooting resolved this.