In some scenarios it can be easier to set IPMI network directly using the builtin ipmitool
utility.
Get Current Network Setting
First is to get the currnet IPMI network configuration. On the FMADIO host system run the following command
This prints out the current IPMI network setting, example output below
In the above output can see the IP address is static, IPv4 address and gateway information.
Disable DHCP
By default FMADIO systems are shipped with DHCP IPv4 address for the IPMI interface. This will show up as the following setting
To configure as static use the command below.
Example output as follows
IPv4 Address
To set the IPv4 address use the following command. In the below example its setting to the address 192.168.2.183
Example output below
IPv4 Netmask
Setting the IPv4 netmask use the following command.
Example output below
IPv4 Gateway
To set the default IPv4 Gateway use the following command
Example output below