Network management
Describes how to change the network settings of the system. This must be done through Linux commands.
To change the network settings, you must log in to the system with a user account whose
management access is admin.
Configuring s3 network by using "nmcli" command
To change a static IPv4 address of s3 interface, use the following command:
sudo nmcli connection modify s3 ipv4.addresses <ipv4-address>/<prefix> ipv4.method manual
Configuring mgmt network by using "nmcli" command
To change a static IPv4 address of mgmt interface, use the following command:
sudo nmcli connection modify mgmt ipv4.addresses <ipv4-address>/<prefix> ipv4.method manual