Access SSB from the local console, and log in with username root and password default.
In the Console Menu, select Shells > Core shell.
Change the IP address of SSB:
ip addr add <IP-address>/24 dev eth0
Replace <IP-address> with an IPv4 address suitable for your environment.
Set the default gateway using the following command:
ip route add default via <IP-of-default-gateway>
Replace <IP-of-default-gateway> with the IP address of the default gateway.
Type exit, then select Logout from the Console Menu.