Hello! I have my Interceptor board and CM4 installed in one of your five drive 1U server cases with powersupply! It's a great fit for this product and I love it. The only challenge I'm having is I can't get the NIC to stay on the assigned IP address in the config-rt*.sh file that is in /usr/libexec/ after systemctl daemon-reload.
The lines I've added at the bottom are:
#ip link add link eth0 name lan type vlan id 1
#ip link add link eth0 name lan type vlan id 2
ip addr del 10.90.0.1/24 dev lan
ip addr add 10.0.1.13/24 dev eth0
ip route add default via 10.0.1.1 dev eth0
I don't need a vlan, DHCP server or any of that. I just need 4 ethernet ports all connected and setup in a LAG as this is just a NAS appliance. Everything else is hosted on different hardware. I haven't found in the FAQ how to disable the DHCP server or the name of the service and I'm not seeing anything that is telling me why the NIC resets after an hour or so.
Looks like disabling systemd-resolve was what fixed the problem.