Display MoreNote that this is for an OMV7 install on an R-PI4 (possibly others) that brick the install, when changing network settings.
(For ref: The interface name on this R-PI was end0 ) :
Until this issue is addressed by the install, I found a temporary fix.
At the location:
/etc/systemd/network/I created the file 10-persistent-net.link
#With the following contents:
[Match]
MACAddress=dc:a6:32:57:17:77 #Insert the Mac address for your wired interface here
[Link]
Name=eth0
________________________________________________________________________
This came from Debian's document, -> Network Interface Names where they address various interface naming schemes.
if ya'll care to close the loop - after following the help on this thread - I've had no further issues. I have applied updates as they have come in and run a couple of containers for iOT stuff - no issues here.