I installed the last Debian Buster oxnas release, that run perfectly. But then ran update, about 50 files could be upgraded. I ran the upgrade and after that the eth0 if was not initialized .
I found a work around:
adding:
to /etc/rc.local
so the system runs OK now, but I do not expect that this is supposed to be.
cat /etc/network/interfaces shows:
I assume the proper initialization sequence is not executed or something like that, but could find the cause of this problem.
I found a work around:
adding:
ifconfig eth0 up /etc/init.d/networking restart
to /etc/rc.local
so the system runs OK now, but I do not expect that this is supposed to be.
cat /etc/network/interfaces shows:
auto lo eth0 iface lo inet loopback iface eth0 inet dhcp
I assume the proper initialization sequence is not executed or something like that, but could find the cause of this problem.