Symptom

On a new installation, config net ip enable <interface> will not put the interface UP

Cause

storage_setup sets the default IP on the first interface if it doesn’t have one. If two or more Syneto Storage computers are installed at the same time and are on the same network an IP conflict arises.

 

Solution

Disable and enable the interface.

config net ip disable <interface name>
config net ip enable <interface name>