NethServer Version: 7.6.1810
I’ve been trying another SME 9.2 > Nethserver migration. This time using rsync. This one is purely experimental, but I need to be able to get it working, since I have a couple of SME systems that I will have to migrate this way.
Since I also have a couple which will need authenticated file share access, I decided to try this one using a locally installed AD. Did that, assigned an IP of 192.168.1.251 (the primary server IP is 192.168.1.250. I then used rsync-migrate to move the data from an existing SME 9.2 setup. Everything seemed to go correctly - when I log into the web interface on the new Nethserver machine, the users are in place. I had to set up the red and green interfaces, but that has given me a serious problem. The green interface is now showing a br0, while the red interface is set as 10.1.0.250 (the experimental server is running as a subnet off an existing network.
I set the red interface as below:
DEVICE=enp0s25
BOOTPROTO=none
GATEWAY=10.1.0.254
IPADDR=10.1.0.250
NETMASK=255.255.255.255
NM_CONTROLLED=no
ONBOOT=yes
TYPE=ethernet
USERCTL=no
I then attempted to set br0 to use 10.1.0.254 as gateway. When I submit that request, I get the following error:
Task completed with errors
S70network-start #13 (exit status 256)
I must be missing something, but so far, I’ve not worked out what. I’ve also yet to locate the script that is reporting the error. Any pointers would be useful…