OK solved this, maybe I have broken some rules, please advise if this is the case.
Using info in this tread I changed the name of the USB NIC by UDEV rule.
Thema
Renamed NIC not showing on OMV Web GUI
Hi,
I installed a network adapter (usb 3.0 x eth 2.5g), but the system associated a very strange name (e.g.: enxc84d4429748a), so I decided to rename it to "enx1s0", creating a file "/etc/udev/rules.d/70-persistent-cd.rules", with the following content:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="r8152", ATTR{address}=="c8:4d:44:29:74:8a", NAME="enx1s0"
I rebooted the system, the device was renamed as expected, however, when trying to configure it through OMV, it was no longer listed.
In order to…
I installed a network adapter (usb 3.0 x eth 2.5g), but the system associated a very strange name (e.g.: enxc84d4429748a), so I decided to rename it to "enx1s0", creating a file "/etc/udev/rules.d/70-persistent-cd.rules", with the following content:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="r8152", ATTR{address}=="c8:4d:44:29:74:8a", NAME="enx1s0"
I rebooted the system, the device was renamed as expected, however, when trying to configure it through OMV, it was no longer listed.
In order to…
Add the NIC by its new name in network interfaces.
Add VLAN to that NIC.
Changed the MAC address of the VLAC NIC.
Tag all relevant devices on managed switch to join VLAN 2.
All relevant devices now connect to VLAN 2.